by Salman0349
Record deleting
|
|
[9 replies] Last: 1)Why should i not use getline with binary files ?? Let me first ans... (by jlb)
|
by Cnewbie51
search an array to find if string is there or not
|
|
[19 replies] Last: @Cnewbie51, you may want to ask in the lounge forum for a tutor. Most... (by dhayden)
|
by yepMe
Double linked list : insertion stops after entering third value
|
|
[3 replies] Last: oops my mistake :(.. found the problem... (by yepMe)
|
by h4ever
How to share global object in other modules? (1,2,3)
|
|
[48 replies] Last: Thanks a lot for your help. I was pretty nervous last day, coz this lo... (by h4ever)
|
by compass
If the user enters the wrong name, then enters the right name, the code stops? (I think it's a while loop & control flow issue)
|
|
[2 replies] Last: Oh, I understand! Thanks a bunch. (by compass)
|
by omoe
Problem with char arrarys
|
|
[3 replies] Last: I'm also unclear as to what you're trying to do. You say that jump... (by AbstractionAnon)
|
by ashtonr132
Pig Latin
|
|
[4 replies] Last: Started from the beginning; #include <iostream> #include <sstream>... (by ashtonr132)
|
by glenjoker
const_cast
|
|
[2 replies] Last: why an int pointer can hold the address of a const int? There is an... (by tipaye)
|
by nrgbros
Bool not working as intended
|
|
[4 replies] Last: senhor: Thanks for the suggestion on an if statement, but I am yet to ... (by nrgbros)
|
by dfurball
stringstream redfinition error
|
|
[3 replies] Last: You could also use the strringstream.str() member function to reassign... (by jlb)
|
by NookLines
Text based game - Save progress
|
|
[9 replies] Last: what editor is that? TGE , text quest editor for Space Rangers. Does... (by MiiNiPaa)
|
by wardlocker
Flight Seating arrangements
|
|
[3 replies] Last: It looks like the expression could be simplified: if (x >= 29){ ... (by helios)
|
by FatAngryCows
Some info on where to start as a c++ game engine programmer
|
|
[8 replies] Last: Thank you so much BHX Specter, you have finally awnsered my questions ... (by FatAngryCows)
|
by cybr
c++ code
|
|
[3 replies] Last: Do you know class syntax? Do you understand the cout and what it doe... (by AIa43)
|
by AIa43
Subprograms in arrays
|
|
[4 replies] Last: Thanks! (by AIa43)
|
by tehnoobshire
Reading data from a txt file
|
|
[4 replies] Last: Actually I figured it out, I had to change the file name in order to d... (by tehnoobshire)
|
by Sausage
Is there any difference?
|
|
[2 replies] Last: Ah yes that makes sense. It's just explained exactly what you just sai... (by Sausage)
|
by Drak
Grading Program (Also using arrays)
|
|
[7 replies] Last: We fixed everything. There was something wrong with the program we wer... (by Drak)
|
by treed2010
Returning Values from Functions
|
|
[3 replies] Last: I got it, thanks for the response! #include <iostream> #include <iom... (by treed2010)
|
by DEnumber50
Exceptions continued
|
|
[4 replies] Last: I see my error! thanks helios! (by DEnumber50)
|