by striker24
compiler problems
|
|
[1 reply] : You need to add cin.ignore(); in between then. eg: cin>>x; cin.igno... (by Aceix)
|
by neuronet
Any simple way to pull multiple elements from an array?
|
|
[3 replies] Last: Stebond, thanks that is very helpful. You wrote: "I don't really unde... (by neuronet)
|
by nothing3
containers
|
|
[7 replies] Last: thank you (by nothing3)
|
by fpiro07
Create an "exe" file from my C++ project
|
|
[2 replies] Last: Yes, a C++ compiler like MinGW. It's very good! (by Aceix)
|
by Aceix
Difference...
|
|
[4 replies] Last: Thanks (by Aceix)
|
by Ch1156
Vector help again
|
|
[17 replies] Last: What should happen is it should display your options, you enter a numb... (by seriphis)
|
by mikuchan
I need some help with IO manipulators...
|
|
[no replies]
|
by Ryusko
Visual Studio 2010 error C3861: identifier not found
|
|
[5 replies] Last: They were meant to be global, I'm again just used to putting everythin... (by Ryusko)
|
College Homework Help |
|
[3 replies] Last: Sounds good to me. (by closed account 37S1hbRD)
|
by BasicNewbie
Ifstream problem (1,2)
|
|
[21 replies] Last: something like http://www.cplusplus.com/forum/general/78342/#msg422269... (by ne555)
|
by troutguy
Confused by syntax
|
|
[4 replies] Last: I thought they were...not familiar with C++ so i wasn't sure if this d... (by troutguy)
|
by Hashimatsu
Class, vectors and pointers...?
|
|
[3 replies] Last: @vlad from moscow I'm trying to add what you did on my own code, but I... (by Hashimatsu)
|
by Estaiferd
Date Programm
|
|
[5 replies] Last: You're mistakenly using comparison instead of assignment. It's a comm... (by kbw)
|
by meuep
Setting Class Variables to Arguments of a Member Function
|
|
[3 replies] Last: soranz: I see what you are saying. Unfortunately though, either way I ... (by meuep)
|
by Hashimatsu
Make it cheap and easy
|
|
[16 replies] Last: By the way you could use a C++ feature. myFunc( std::cin.get() ); ... (by Hashimatsu)
|
Undeclared identifier |
|
[8 replies] Last: iHutch105 ,You have an aigle eyes I'll edit it dont worry (by closed account 28poGNh0)
|
by Mario Robles
Help with loop
|
|
[7 replies] Last: Well I am sooooooooooo sorry for my attitude me too I forget to put :... (by closed account 28poGNh0)
|
by ice9
The failbit flag is being set and I'm not sure why?
|
|
[4 replies] Last: I will do code tags next time (by ice9)
|
replace letters with strings |
|
[13 replies] Last: if it is simply "find and replace" then I hope my code can help... #... (by tntxtnt)
|
directory thing |
|
[no replies]
|