by cannsyl
linked list with class in multiple files
|
|
[8 replies] Last: I think you are in my class. Did you finish prog 5? I still have not... (by jf1253)
|
by thinfineline
Craps game
|
|
[5 replies] Last: That sucks :/ Anyway, I was thinking of something like this (you ca... (by firedraco)
|
by Monte Cristo
My code... it's dead!
|
|
[4 replies] Last: It would have to be some sort of "for" or "while" loop, right? Hm. I... (by Monte Cristo)
|
by roblf
How to have classes reference each other
|
|
[1 reply] : Your assessment of the problem is correct, however you don't have to... (by jsmith)
|
Small question on displaying ints |
|
[2 replies] Last: cout << setw( 5 ) << setfill( '0' ) << zipcode; (by jsmith)
|
by hangjin
reading a file into an array
|
|
[2 replies] Last: I think is best if you don't use ins.get(ch) but ins.peek() in the... (by Bazzy)
|
by alexandersr1
generic Map question
|
|
[4 replies] Last: Although the sequence STL containers such as set, map, multiset, and m... (by jsmith)
|
by mindsaber
Using "cin" to fill a dynamic array not working...
|
|
[3 replies] Last: http://www.cplusplus.com/forum/articles/6046/ (by Zaita)
|
by JEspin01
Book Sellers program
|
|
[8 replies] Last: I think you need to reconsider your programs design at this point. Th... (by Return 0)
|
by fran101
output exe keeps crashing
|
|
[2 replies] Last: thanks for the help have got it now, just changeed for(y=0;y,deli... (by fran101)
|
Reading Data File into a 2D Array |
|
[2 replies] Last: A two dimensional array simply stores one value into a position, its n... (by Umz)
|
by carolyna131
How to update gameboard and player turns...
|
|
[1 reply] : I'm not sure why using arrays would make it harder for you, but with y... (by Umz)
|
by DarkFire21
point next object in a file
|
|
[6 replies] Last: Ok,I ve got it.Thanks a lot bazzy (by DarkFire21)
|
by mason
how to use A game engine
|
|
[5 replies] Last: Hahaha nice (by Mythios)
|
by kaptin87
multiple inFiles using arrays..
|
|
[1 reply] : Nevermind, I have figured it out. I was only using 1 ifstream var, I n... (by kaptin87)
|
by appleCORE
simple array prob.
|
|
[2 replies] Last: ug so it was that simple! i was just confusing myself i guess. Than... (by appleCORE)
|
by Legend28469
Wide Area Network (WAN)
|
|
[11 replies] Last: Thanks all for your replies. The tutorial I was reading was kinda t... (by Legend28469)
|
by Novice
What did I do wrong??
|
|
[3 replies] Last: http://www.cplusplus.com/forum/articles/6046/ Have a read through t... (by Zaita)
|
by Albireo
Where must I begin here?
|
|
[5 replies] Last: Duoas, thankyou for your reply. Making a simple editable macro does se... (by Albireo)
|
by mgph
to get negative number from cin.peek() funtion
|
|
[3 replies] Last: -3 + -3 = -6 Becomes 0 - 3 + 0 - 3 = -6 (by Zaita)
|