by jlivecchi
ATM machine not exiting due thursday
|
|
[3 replies] Last: okay so I am redoing this project as I need to use a header file with ... (by jlivecchi)
|
by N495t4r
Executing a file or program
|
|
[3 replies] Last: system("test.exe"); worked just fine tnx (by N495t4r)
|
QUESTION: ifstream of char variable |
|
[2 replies] Last: Sorry to waste your time, I found multiple error with the entire progr... (by TowisaurousRex)
|
by sujitnag
sfml- warning
|
|
[8 replies] Last: You're welcome! Glad we could help. (by MikeyBoy)
|
by ArtisticMess
snake game
|
|
[6 replies] Last: this is my newest error srand(time(NULL)); int pellet = rand();//p... (by ArtisticMess)
|
by newbiee999
True or False Question about Inheritance
|
|
[17 replies] Last: [quote=newbiee999]True or False:- For a C++ Derived Class to override ... (by closed account z05DSL3A)
|
by Winsu
Reorder My object composed by vectors
|
|
[no replies]
|
by LifeFiber
Comparing integer with string
|
|
[2 replies] Last: char mood; char orientation; cout<<"Insert Age"<<endl; cin>>age; ... (by naraku9333)
|
by eden20
Text Adventure Game
|
|
[no replies]
|
by Satchmo10th
What could I have done better?
|
|
[3 replies] Last: 30 & 34: The prompt says that the username should be the first charac... (by Gamer2015)
|
by Lyserge
Input from Text file, Edit input, Ouput to new file
|
|
[2 replies] Last: Thank you! Where would I go for help with homework on this site? (by Lyserge)
|
by pacman169
Reverse function
|
|
[3 replies] Last: I thought if there is a cooler way to do this, at the same time making... (by pacman169)
|
by Horcrux216
Can somebody tell me what I am doing wrong?
|
|
[1 reply] : what am I not doing right??? You are not posting on an assembly foru... (by mutexe)
|
by ITR
Multiple definitions in same row
|
|
[8 replies] Last: Oh, never mind, had to declare them in the cpp file too, and not assig... (by ITR)
|
by AmmmG 01
question regarding arrays
|
|
[3 replies] Last: Add them all together and divide by size. To add an array together, ... (by TwilightSpectre)
|
by helpMeMAn
My Game
|
|
[1 reply] : I don't know where to go from here You can do it! ;) Also I need h... (by Gamer2015)
|
by wh1t3crayon
How to access elements lower on a chain of inheritance?
|
|
[18 replies] Last: Hi, I am sure your code will be fine up to a point. However using Des... (by TheIdeasMan)
|
by zhaolewen
ostringstream memory increase
|
|
[1 reply] : try to print out the size of the QVector, maybe that's accidently a hu... (by Gamer2015)
|
by helpMeMAn
arrays?
|
|
[2 replies] Last: The problem is that you check i <= 10 You only have 10 elements in y... (by Gamer2015)
|
by woodbras
switching the program when button is pressed
|
|
[1 reply] : first off: notice that there is an else-if statement and that you can ... (by Gamer2015)
|