by lkordich
While loop with counter
|
|
[4 replies] Last: You are welcome. And if you happen to read this reply, here is a way t... (by Misenna)
|
File I/0 function help |
|
[4 replies] Last: After line 31, do a simple check like this: if (typeOfQuestion == 1... (by Uk Marine)
|
by commencer
Read File
|
|
[3 replies] Last: So it does open the file correctly, but fails at some point when readi... (by Ganado)
|
by sstavrou
visual studio project template
|
|
[3 replies] Last: it's a really weird environment to work in but I've gotten the GUI bui... (by zaphraud)
|
by SabeelAhmad
Vectors C++ Out Of Range Exception
|
|
[3 replies] Last: But you're pushing nothing into it. Check for yourself: cout << "Si... (by Repeater)
|
by skoepa
Getting an unhandled exception
|
|
[2 replies] Last: I am not sure exactly, I have been copying his code word for word just... (by skoepa)
|
by t009
Can't get Class Array within Another Class Working
|
|
[3 replies] Last: I need to use an array for this. Need? As in " I must practice low-l... (by keskiverto)
|
by hoogiii
Enrollment system program
|
|
[no replies]
|
by George1993
Inventory & Item IDs
|
|
[5 replies] Last: I've been messing around with this code for a few days and understand ... (by George1993)
|
by sciman777
What book to read after starting out with c++ by tony gaddis?
|
|
[4 replies] Last: I'd recommend http://www.informit.com/store/c-plus-plus-standard-libra... (by rjphares)
|
trouble with class constructor |
|
[6 replies] Last: My Pleasure :) (by H00G0)
|
by zapshe
How To Use Files In Code?
|
|
[2 replies] Last: Thanks John87Connor for showing me fstream! I've yet been able to real... (by zapshe)
|
Convert Counter-Controlled While Loop To For Loop |
|
[1 reply] : int main () { for(int x=-1;x<10;x++) { cout << setw(6) << x ... (by koopey)
|
by Graveling
Mac user, a few begginer questions like libraries
|
|
[2 replies] Last: Ok, thanks. Seems opinion hasnt changed in 30 years then. I'll just h... (by Graveling)
|
by slepeckypes
Reading a string from text file
|
|
[12 replies] Last: This is what I would do, String operations, find "cx="" and read every... (by H00G0)
|
by hopwell
Any advice to avoid this error?
|
|
[3 replies] Last: What is the proper result, if input is 5 2 5 (by keskiverto)
|
by passiontrip
Placing validation with multiple functions
|
|
[5 replies] Last: Before C++11 the keyword auto had a different meaning. Here it was u... (by keskiverto)
|
by DeathShaman1
Tic-Tac-Toe
|
|
[13 replies] Last: Icy1 wrote: @dhayden, You should harden the input a bit more I'm alw... (by dhayden)
|
A Function that has a return type of a parent class returning its child |
|
[2 replies] Last: That helped a lot! Thank you. It did lead to one more problem though. ... (by Too Explosive)
|
by catee
Middle number square
|
|
[10 replies] Last: #include <iostream> using namespace std; // Tut, tut - global variab... (by lastchance)
|