CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: anindit

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,534

    I think this is some bug..?

    #include<conio.h>
    #include<stdio.h>
    #include<iostream.h>


    char char1[20];
    char char2[20];

    void GetChar1();
    void GetChar2();
  2. C++/CLI...convert wchar_t array to System::String^

    Hi. I am currently learning to use Visual C++ from the the Ivor Horton book.

    I was just practicing something and i came across a point where i needed to convert an array of wchar_t elements to a...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured