by AeonFlux1212
enum type problem
|
|
[9 replies] Last: ok then... thanks for the input... switch-case it is!! :-) AeonFlux (by AeonFlux1212)
|
by Bankoner
Project Suggestions
|
|
[no replies]
|
by fafner
remap-functions
|
|
[3 replies] Last: The two functions are not equivalent, because your math is wrong. You... (by Duthomhas)
|
by Modern Man19
Output code
|
|
[1 reply] : track each total and add them to another total variable whole_total +... (by CroCo)
|
by crimsonzero2
Adding items from a file to a vector of class
|
|
[6 replies] Last: For now it will always be 6 items, but I may change it to vary in the ... (by crimsonzero2)
|
by ericblites
Menus in C++
|
|
[4 replies] Last: Look at your program flow: case 5: // <- this case label en... (by Disch)
|
by nairy991
Can someone help me with my Function program?
|
|
[no replies]
|
by nartahp
big-O help
|
|
[1 reply] : Why don't you simply put the numbers in and evaluate the equations? (by keskiverto)
|
by Xion18
Comparing Split Integer
|
|
[6 replies] Last: Thank you I get the jist of it (by Xion18)
|
Hi. I need help with my queue project. |
|
[5 replies] Last: You never initialize or change the value of customer , what is this v... (by LB)
|
by Alby94
dynamic array of variable-length strings!
|
|
[2 replies] Last: [quote=kbw]Do not use malloc/realloc/calloc/free in a C++ program. No... (by Duthomhas)
|
by ediko
A couple sequences
|
|
[3 replies] Last: Hits: 5 18 25 15 2 -5 +13 +7 -10 -13 -7 ? What... (by Duthomhas)
|
by erick016
Throwing Exception, Segmentation Fault
|
|
[13 replies] Last: throwing an exception You are not trowing an exception here. You hav... (by MiiNiPaa)
|
by TsarLenin
Code::Blocks not recognizing operators
|
|
[2 replies] Last: That solved my problem, thank you! (by TsarLenin)
|
by chrisname
Is std::lock_guard exception-safe?
|
|
[2 replies] Last: I thought so. Thanks. (by chrisname)
|
by tonki10
linker error HELP!!!!
|
|
[1 reply] : //declaration void calc_Overtime(const int&, double Hours ,double Ove... (by MiiNiPaa)
|
by ddrossi93
Need help with I/O String File Formatting
|
|
[3 replies] Last: You might also look at this post http://www.cplusplus.com/forum/beginn... (by SamuelAdams)
|
by thiskid
Multiplication Table
|
|
[5 replies] Last: @whitenite1 I apologize, I was tweaking your code a little bit to do w... (by thiskid)
|
by pronesti
Static Pointer to a class that is used globally
|
|
[1 reply] : MyClass *getMyClassInstance() { static MyClass inst; return &... (by LB)
|
by Henry7747
loop to read in data and check data
|
|
[2 replies] Last: Did you ever figure this out? (by cmorrison)
|