by Dez
How to compare a input string with a pre-set string??
|
|
[2 replies] Last: ty (by Dez)
|
Menu driven with switch class |
|
[1 reply] : for(;;){ cin >> value; switch (value) { case 1: cout << "you've chose... (by SakurasouBusters)
|
by fivestar
Cin.peek() Help
|
|
[2 replies] Last: That is what i am trying to do. The tutorials dont really help me. Can... (by fivestar)
|
by mzq188
Heat transfer 2D to 3d
|
|
[3 replies] Last: i guess what i am really asking is if someone can help me expand upon ... (by mzq188)
|
by SpaceBrains
How to get numbers in ascending order?
|
|
[7 replies] Last: Learn more about the for-loop : http://www.tutorialspoint.com/cpluspl... (by SakurasouBusters)
|
by saner
C++ a simple question
|
|
[4 replies] Last: Hello saner, Actually closed account has the answer. Once I changed l... (by Handy Andy)
|
by coutman1026
Why wont My Program display the Average?
|
|
[5 replies] Last: Member initializer list. http://en.cppreference.com/w/cpp/language/ini... (by SakurasouBusters)
|
by LemonHappy
Cin.get is not working!Help...
|
|
[1 reply] : cout << "Enter how many adult tickets were sold"; adultTickets = cin.... (by SakurasouBusters)
|
by machnu
C++ Celsius to Fahrenheit conversion assistance
|
|
[6 replies] Last: Please take this advice and edit your post : http://www.cplusplus.com... (by SakurasouBusters)
|
Heads or Tails Guessing Game Help |
|
[6 replies] Last: Awesome! Thanks for the help :) (by salomonthesav)
|
g++11 update in netbeans(windows) |
|
[11 replies] Last: anyone? (by closed account N8RzwA7f)
|
by isaacthebro
"<" is not noticing 0.10 as being less then 0
|
|
[6 replies] Last: Thanks, how did i not notice this (feeling real dump). Thanks for not... (by isaacthebro)
|
by DanTheHuman
.txt files and internal sobbing.
|
|
[4 replies] Last: It printed! for the love of god yes! thank you lol. Okay so now all ... (by DanTheHuman)
|
by fivestar
Cin.getline() help
|
|
[2 replies] Last: Thank you (by fivestar)
|
by hornet7288
Help with header/cpp files
|
|
[7 replies] Last: I just noticed the assignment in line 8 is reversed. It should be: ... (by AbstractionAnon)
|
by arowsmitt
Do, If, and While looping errors (any help is appreciated
|
|
[2 replies] Last: Hello arowsmitt, One thing I have tried was to change the condition i... (by Handy Andy)
|
by bigmoney221
find function
|
|
[3 replies] Last: a unique character in a string I don't think that "find" is the usua... (by keskiverto)
|
by oldskoolbug
Manufacturing Job Rotation
|
|
[1 reply] : It sounds like this is a worker training problem. For the workers who... (by closed account iw7Gy60M)
|
referencing current object from class definition |
|
[1 reply] : Just Display() is enough. The current object is implied. If you wis... (by AbstractionAnon)
|
by Phil15
creating array with dynamic size on a stack
|
|
[5 replies] Last: You can use a std::vector. inline bool DBStoreBase::removeRecord( st... (by Phil15)
|