by alexiel
converting for loop to while loop
|
|
[3 replies] Last: FOR: const char square = '&'; for(int i = 0; i < n; ++i){ cout <... (by ciphermagi)
|
by Mathes
smallest double value greater zero
|
|
[4 replies] Last: Floating point representation is usually in normal form, a bit like sc... (by mik2718)
|
by ur2cdanger
Help with merging files
|
|
[4 replies] Last: here's what I have #include <queue> #include <vector> #include <ios... (by mik2718)
|
by cpp123456789
cannot convert string to char error
|
|
[2 replies] Last: Also, strcmp doesn't take a char. Did you mean to use a char* for sec... (by andywestken)
|
by akrzemi1
Brace Initialization syntax
|
|
[1 reply] : Indeed, I initially underestimated the usefulness of uniform initializ... (by Athar)
|
by yewtzeee
DATE in string
|
|
[1 reply] : assuming that the string is constant, and you're using ctime http://ww... (by Ng Han Seng)
|
by TheNoobie
Math Question [FPS Prediction]
|
|
[no replies]
|
by mr tom
minesweeper PROBLEM
|
|
[no replies]
|
by lifnajos
evaluating a expression
|
|
[4 replies] Last: Google around "sequence points". Parentheses do not indicate sequence ... (by Duthomhas)
|
pthread error |
|
[no replies]
|
Command prompt isn't working |
|
[1 reply] : http://www.cplusplus.com/forum/beginner/1988/#msg7262 (by ciphermagi)
|
by Stewbond
Checking the contents of a template object.
|
|
[6 replies] Last: sizeof() is a string function. You'll have to typecast anything that y... (by ciphermagi)
|
by tkauffman2
B plus tree delay split algorithm question (not asking for code just advice )
|
|
[no replies]
|
by htirwin
What's good about using switch?
|
|
[5 replies] Last: I think it would be better to use a switch there. It makes more sens... (by ciphermagi)
|
by ur2cdanger
Help with Opening files
|
|
[no replies]
|
by muttleydm
Problem with list<class>
|
|
[6 replies] Last: hi guys. Thanks for all help. The problem is when I insert the second ... (by muttleydm)
|
by RGB
Filling an array with random numbers using srand(int(time(0)))
|
|
[16 replies] Last: I'm not exactly sure what you mean by not giving menuchoice a value b... (by shacktar)
|
by Icenel
If else shortcut
|
|
[1 reply] : cout << (price >= 90000) ? cout << (price / 5) * 4 : cout << price <<... (by Ng Han Seng)
|
by RuiJ
C++ Linker error
|
|
[1 reply] : You shouldn't (usually) include a cpp file in another cpp file Move t... (by andywestken)
|
by monis101
Need help
|
|
[2 replies] Last: I have the same assignment, its kicking my ass!. (by PorkChop)
|