User profile: tianajrp

User info
User name:tianajrp
Name:Tiana Tran
Location:JRP Dragon
History
Joined:
Number of posts:29
Latest posts:

Double inheritance?
I have a question about class extending please excuse my english, I have problem expressing with wor...

What is wrong with my function?
But it does run code in the while it just never run code in the if part

What is wrong with my function?
I changed the feof(myScriptFile[WhichScript]) == false to != 0 it no longer stuck in an infinite lo...

What is wrong with my function?
[code]void ReadScript(int WhichScript) { bool Started = false; bool InCondition = false; fp...

String Compare problem
Yes, yo is an std::string it cant? if i change it to char how would i compare it then?