1
Answer

Trying to output char* to screen

Ask a question
ray dona

ray dona

16y
2.2k
1

I am trying to pass char* to Console.WriteLine() and I get the following error.

error C2665: 'System::Console::WriteLine' : none of the 19 overloads could convert all the argument types

How can I get around the problem? I am using Visual C++ in Vis Stdio.Net 2005

 


Answers (1)