Whats the difference between these 2 cout |
|
[5 replies] Last: The second code contains mistakes and will not compile. Lines 6, 8, 9,... (by Catfish666)
|
by Nikko YL
(Project Euler) Number of nCr greater than one million
|
|
[8 replies] Last: There is no need to use integers as you only need to determine when th... (by ShodanHo)
|
by Nebur
Doubt about strings
|
|
[4 replies] Last: If you want strings with a precise size, you are then looking for C-St... (by Stormboy)
|
by redback
Asking a series of question - one at a time.
|
|
[4 replies] Last: @ NT3: I meant that the user can also input numbers like 50, 20 15... (by Stormboy)
|
by q1670741824
anybody know how to see the ram condition when using "new".
|
|
[3 replies] Last: http://valgrind.org/ http://www.cprogramming.com/debugging/valgrind.h... (by MatthewRock)
|
by layanM
help agaiiinnnn urgenttt
|
|
[9 replies] Last: thnk u soo muchh !! (by layanM)
|
by qutab
Preserving the values that the pointers stored in STL container point to (unordered_map)
|
|
[no replies]
|
by Hydrox
.txt to 2D Array: Extra values outputted, shouldn't create trace.
|
|
[1 reply] : I still can't figure this out. Help anyone? (by Hydrox)
|
by ammusctce
Too too confusing~
|
|
[11 replies] Last: The thing I said about choosing quicksort over other algorithms comes ... (by MatthewRock)
|
Using Loops |
|
[5 replies] Last: The format should be like: 1] Set a constant to the correct password. ... (by Stormboy)
|
Any easier way to do that? |
|
[8 replies] Last: just like what IceThatJaw said, use a text file to store list of games... (by nvrmnd)
|
by Outlaw
use of fstream
|
|
[2 replies] Last: When you're referring to the action of clearing the buffer of an fstre... (by Albatross)
|
by CDuck
wxWidgets 3.0.0 Error: "error: expected initializer before ':' token"
|
|
[17 replies] Last: I cannot answer your question because I am not that familiar with anyt... (by CDuck)
|
by q1670741824
while (cin.get(x, 10).get()) encounter a empty input NO quit loop, why?
|
|
[6 replies] Last: Thank you! so here after cin.get(x,10) be set a fail flag, the .get w... (by q1670741824)
|
by Smartboy33
C++ Graphics
|
|
[7 replies] Last: I would recommend Qt or SFML (2.0-2.1) as they are both easy to learn ... (by Cronnoc)
|
by Garion
string::find
|
|
[1 reply] : Your code is probably ok. But I'd prefer to match the variable pos s... (by Chervil)
|
by iARTEMx
Help with passwd verifying program
|
|
[2 replies] Last: Thanks for answer, the problem is this way color all my text, i want t... (by iARTEMx)
|
by Edward01
Problem with string input check.
|
|
[1 reply] : I think yours is a little complicated than it should be. idk if you ar... (by Cody0023)
|
by binf
I need help..
|
|
[2 replies] Last: If you are trying to find the highest value in an array than this is h... (by Cody0023)
|
by minuss273
Undefined reference in inlining function.
|
|
[7 replies] Last: ok bro. Thank you very much for your time :) (by minuss273)
|