User profile: Branflakes91093

User info
User name:Branflakes91093
History
Joined:
Number of posts:182
Latest posts:

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 Initializers
http://www.learncpp.com/cpp-tutorial/101-constructor-initialization-lists/ http://www.cprogramming.c...

Strange #ifdef variable issue
You can't assign to any variables globally, unless you do it while declaring it.

Number guessing game wont compile
Get rid of the semicolon on line 9.