Ending a while loop |
|
[5 replies] Last: Break tells your program to break out of the loop. You have indeed d... (by Codermik)
|
by xenovia12
game console
|
|
[2 replies] Last: Try this link, has some good ideas: http://www.cplusplus.com/forum/... (by Codermik)
|
by potatoGuy
What is wrong???
|
|
[3 replies] Last: b needs to be a string. Also, I recommend using getline(cin, b); for... (by closed account j1CpDjzh)
|
by miru990207
C++ compilers
|
|
[5 replies] Last: Xcode if you're on a Mac. As for Windows, Code blocks works just fine.... (by closed account j1CpDjzh)
|
by Northern
How to overload two operators at once?
|
|
[1 reply] : Let operator return a reference to the string value instead of a copy... (by Peter87)
|
dereference operator with pointers |
|
[1 reply] : So you are asking why we can't do something like this: int value; fl... (by Peter87)
|
by URSvAir14
Issue with pointers in a state machine
|
|
[1 reply] : Note that the state pointer is passed by value to the function so the ... (by Peter87)
|
by princemoon
Building house using OpenGL funtion
|
|
[2 replies] Last: try use int main() for void main() return 0 n see if ... (by closed account SECMoG1T)
|
by domon kashew
Problem writing data to file, fstream
|
|
[3 replies] Last: I agree with discofire , it seems you are just opening and closing the... (by closed account SECMoG1T)
|
by JohnMorris
Trying to understand the continue
|
|
[6 replies] Last: Problem here is you will end up with 3 unnecessary cin statements w... (by Codermik)
|
by daksh717
Wrong results while using pointers
|
|
[2 replies] Last: Was just studying pointers so tried it,i know calling the function dir... (by daksh717)
|
question about sizeof(varible) |
|
[4 replies] Last: thank you so much :) (by DragonForce99)
|
by vxk
Writing the body of the container class
|
|
[2 replies] Last: Might want to check this thread out. http://www.cplusplus.com/forum/... (by JohnMorris)
|
by Jacobhaha
The (.) dot and The (->) arrow operator.
|
|
[9 replies] Last: Both are used to access member(vaiables and functions) of structure... (by closed account SECMoG1T)
|
by SirEgo
Won't compile. (Using separate files)
|
|
[3 replies] Last: Make sure you have all files in the same project . (by Peter87)
|
by vxk
Macro problem
|
|
[3 replies] Last: Oh. Alright. (by helios)
|
by rselvan
Win32 App not running in window but in console
|
|
[6 replies] Last: Thanks again I already did coded as exact as you stated above. And i j... (by rselvan)
|
by ryushin
Handle Boolean type input
|
|
[9 replies] Last: Yes, with caveats. Google around boolalpha facets for more. (by Duthomhas)
|
by Goldwinner
Programming Principles and practice using c++ "std_lib_facilities"
|
|
[14 replies] Last: @BHX That is what I figured and it was probably wrong to say that was ... (by admkrk)
|
by DriveRaider
Sequential read/write
|
|
[4 replies] Last: oh, Madam. I feel like Michael scott from the office lol https://www.y... (by DriveRaider)
|