String Erase[tt]void[/tt] functions don't return anything, so you can't do this: [code]EnglishWord = Translate(F...
EASIEST scripting language for C++I've never used it, so I'm not aware if it's easy, but you should give Lua a try. I've heard great t...
Having a hard time understanding Member Initializershttp://www.learncpp.com/cpp-tutorial/101-constructor-initialization-lists/ http://www.cprogramming.c...
Strange #ifdef variable issueYou can't assign to any variables globally, unless you do it while declaring it.
Number guessing game wont compileGet rid of the semicolon on line 9.