by kevin06s
Curly-Brace Block Scope
|
|
[3 replies] Last: Thank you, that was the problem, I had it by itself in a header file. (by kevin06s)
|
by korivios
Function that returns an unknown number of strings
|
|
[7 replies] Last: http://www.cplusplus.com/reference/stl/vector/size/ (by moorecm)
|
by cmccmc
why is this happening?
|
|
[5 replies] Last: thanks adding std::cin.ignore(); at the end of each if/loop made it wo... (by cmccmc)
|
by fireseed
Stuck on 'move ball' program...!
|
|
[11 replies] Last: Successful troll is successful. theres code::blocks,visual studio,... (by chrisname)
|
continue statement not within loop? |
|
[5 replies] Last: And finally, @ return 0 -- Does "=" mean assign and "==" mean equal t... (by Return 0)
|
by EEVIAC
cin.get() what does it do?
|
|
[2 replies] Last: Also read this: http://www.cplusplus.com/forum/beginner/1988/ (by tummychow)
|
by foobarbaz
link error 1 unresolved external
|
|
[6 replies] Last: thanks, stay sharp (by foobarbaz)
|
by Mario8000
Setfill and output manipulators assignment
|
|
[8 replies] Last: can somone help me get started on this with some source code?? i have ... (by Mario8000)
|
by cbouwkamp
Passing Command Line Arguments
|
|
[3 replies] Last: The vector should contain the argv and the argc. If I send the console... (by cbouwkamp)
|
by arshak
Delete system files
|
|
[5 replies] Last: @arshak You're not helping by being sarcastic. @Seraphimsan, I don'... (by chrisname)
|
by g0rd0n
Enable mouse input
|
|
[1 reply] : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa (by foobarbaz)
|
by salisu1989
Version of C++ compiler
|
|
[4 replies] Last: @Zhi it might be because you included the old iostream... like this: ... (by adikid89)
|
by littlemissb
What is wrong with my declarations?
|
|
[2 replies] Last: Zhuge is right. Moreover I see another problem on line 43 (if state... (by Danielsson)
|
by Andoman19
Can someone fix the errors in this C++ code? (1,2)
|
|
[20 replies] Last: Okay, look at what you're trying to do. You have first1 declared as a... (by yoked88)
|
by kg245407
what does this mean
|
|
[11 replies] Last: thanks! (by kg245407)
|
by Jonoleth
Questions about missing default parameters
|
|
[2 replies] Last: OH, Thank you Thank you Thank You! That has fixed it! You are wonderfu... (by Jonoleth)
|
by Andoman19
C++ Assignment storing strings
|
|
[16 replies] Last: Continuation topic? http://www.cplusplus.com/forum/beginner/20317/ (by Zhuge)
|
by kesa09
looping
|
|
[6 replies] Last: That's pretty much right, except you have an unconditional assignment ... (by Zhuge)
|
by narakal
Curses.h and STL(I Think) not working
|
|
[1 reply] : That's one of the reasons why macros can be bad. You can use #undef st... (by Zhuge)
|
by tarheelfan08
Sort Assignment
|
|
[6 replies] Last: I got it to work guys! I changed my top line to this! int sea... (by tarheelfan08)
|