Why would you use string one place, but char* another?Code:string firstName, lastName; char newFact[200];
Change it to:
Code:string firstName, lastName; string newFact;
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 10 of 10
Thread: Last QuestionThreaded View
|
Click Here to Expand Forum to Full Width |