Embed VBS into C++ ApplicationI have a VbScript Script File that I call in a function inside the C++ program. I was wondering if t...
Using int to control an if statementif (a = b) - Wrong if (a == b) - Correct = is the assignment operator == checks if they are equal
Noob needs help with homeworkHey Lee, I modified your code and commented the changes. Check it out and tell me if you have anothe...
Using Functions in a Text AdventureHey, if you are mixing cin >> with getline(cin, var). Remember to to a cin.ignore(10000,'\n') cin >...
Noob needs help with homeworkhttp://www.cplusplus.com/doc/tutorial/arrays/ Basically the same. #include <iostream> using namesp...