User profile: Dukaim

User info
User name:Dukaim
History
Joined:
Number of posts:35
Latest posts:

Embed VBS into C++ Application
I 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 statement
if (a = b) - Wrong if (a == b) - Correct = is the assignment operator == checks if they are equal

Noob needs help with homework
Hey Lee, I modified your code and commented the changes. Check it out and tell me if you have anothe...

Using Functions in a Text Adventure
Hey, if you are mixing cin >> with getline(cin, var). Remember to to a cin.ignore(10000,'\n') cin >...

Noob needs help with homework
http://www.cplusplus.com/doc/tutorial/arrays/ Basically the same. #include <iostream> using namesp...