by oseri
cin.ignore() seems to stop execution
|
|
[2 replies] Last: When cin.ignore(1000, '\n'); is called the first time there is nothi... (by Tom56785)
|
by mee95
Help with assignment
|
|
[5 replies] Last: You're welcome! Glad it worked out :) (by MikeyBoy)
|
Converting cin>>string to an int pointer? |
|
[7 replies] Last: [quote=Peter87]@andywestken If the compiler talks about -std=c++11 it ... (by andywestken)
|
by savanh
need help
|
|
[3 replies] Last: class foo { static unsigned int nextid; const unsigned int id; pu... (by keskiverto)
|
by nasirpk3
illegel if else
|
|
[1 reply] : void glist(int num ) { cout<<"Number greater then 50 are:"<<endl; ... (by Peter87)
|
by csn00b
Help storing moves made in chess
|
|
[1 reply] : You could read from the file until you hit an EOF, and just have two a... (by TwilightSpectre)
|
Reading strings for a simple parser |
|
[5 replies] Last: how to create a vector of Verbs objects and initialize the data membe... (by andywestken)
|
Header Files for templates and structures |
|
[2 replies] Last: As long as no memory is created it can be included in the header file?... (by Bendistocratic)
|
by AlxM
Trouble with files in database structure
|
|
[no replies]
|
by jcx
how to use the shlwapi.h with visual c++ 2012
|
|
[no replies]
|
Having trouble with this program |
|
[3 replies] Last: Thank you, really do appreciated I figure out what I did wrong when l... (by closed account yR9wb7Xj)
|
by Andromeda441
"Find the errors" hw question
|
|
[1 reply] : With a loop. A C-string is a merely an array (of characters) that has... (by keskiverto)
|
by Drakonaut
Function (templates) reading user inputs
|
|
[no replies]
|
Need help with this problem!! |
|
[1 reply] : Nvm, I figure it out I over thought the problem. Here's my final resu... (by closed account yR9wb7Xj)
|
by specter113
issues with getline()
|
|
[7 replies] Last: Ya that was the issue. The cin needed to be flushed. Im going to have ... (by specter113)
|
by anoss0624
Help! The char type vabrial in this program stores more than one character!!
|
|
[5 replies] Last: Thank you very much^^ you've really helped me a lot! (by anoss0624)
|
Error while using code blocks |
|
[no replies]
|
Need help with my program, not working! |
|
[4 replies] Last: Your Welcome :) (by Codermik)
|
by DFAnton
Yet Another "No Appropriate Default Constructor Available" thread
|
|
[1 reply] : I've solved my own issue. If you look at the top of HoldList.h, it imp... (by DFAnton)
|
by JOSEluis2796
help with Array in OOP (object)
|
|
[2 replies] Last: thank you, sorry, I believed that was like the array where might a val... (by JOSEluis2796)
|