by phantomxman
Help with adding health to adventure game c++
|
|
[4 replies] Last: Sorry I didn't give my code since my project is extremely big at least... (by phantomxman)
|
by wolfie16
what is -> used for
|
|
[4 replies] Last: okay, I think it's becoming a little more clear. Thank you! (by wolfie16)
|
by Waewkrathok
Logical Problem
|
|
[3 replies] Last: Thank you!! (by Waewkrathok)
|
How Can I Keep the Memory? |
|
[9 replies] Last: Yeah I know how to use arrays, after further reading of the instructio... (by Lightning Mage)
|
by NeerP84
Issues with AVL tree rotation
|
|
[no replies]
|
by Elsino
why it prints out jibberish word(junk words)
|
|
[2 replies] Last: It's a result of a bug. You better detect and solve it as quick as you... (by benhart)
|
by adam2016
getline() return value
|
|
[3 replies] Last: this is why you need to return a reference and applies to most input o... (by closed account SECMoG1T)
|
If statements help |
|
[2 replies] Last: The only issue I see with the code you have supplied is that you are u... (by JayBari)
|
by SolaceFiend
Recursive Radix Sorting Using Queues
|
|
[1 reply] : It appears no one is ever, going to respond to my question about this,... (by SolaceFiend)
|
by wolfie16
oop
|
|
[1 reply] : Your class could look like this: class FileAnalyzer { private: s... (by goldenchicken)
|
Checking strings for palindromes |
|
[2 replies] Last: it only prints the first palindrome You need to “clear()” “rev... (by Enoizat)
|
by adam2016
consuming the /n character
|
|
[15 replies] Last: The easiest way would be to use getline() to get the entire line, then... (by jlb)
|
by adam2016
cout and cin
|
|
[4 replies] Last: ohh ok cout and cin are already objects created belonging to istream a... (by adam2016)
|
by jayiswho
Index sorting within loop
|
|
[2 replies] Last: @jonnin thank you so much, i really appreciate your help! (by jayiswho)
|
by ammar629
Can't Debug Need some guidance [Do-While Loop]
|
|
[4 replies] Last: Thank you Guys but I had figured out a long time ago before you guys p... (by ammar629)
|
by gjeon9372
Tic Tac Toe Using Tree-Based AI (Minimax)
|
|
[1 reply] : enum Mark { X, O, N }; // N == empty Mark enum Status {WON, LOST, DR... (by nuderobmonkey)
|
by lankybruh
I'd like to get some help with splitting my main function into different main functions and pass array data to functions.
|
|
[6 replies] Last: Read http://www.cplusplus.com/doc/tutorial/arrays/ (by keskiverto)
|
by donda97
Repeating older question
|
|
[5 replies] Last: Thanks Yolanda for the help. I'm still on C++14 so dont know if that w... (by donda97)
|
by briscoeeee
Dynamically Allocated an Array of Classes
|
|
[2 replies] Last: Thank you so much! I had something like that before but I couldn't get... (by briscoeeee)
|
Searching CString for certain phrase |
|
[7 replies] Last: Repeater, thank you so much! (by clueingforlooks)
|