by nano511
help with saving and reading from file
|
|
[1 reply] : I suggest you start with the following tutorial: http://www.cplusplus... (by jlb)
|
by dathtom
Tried to stop my console closing...dosnt work?
|
|
[11 replies] Last: Just started using codeblocks and I'll think I'll stick with that for ... (by dathtom)
|
by webbru
Help me :x
|
|
[4 replies] Last: @techno1 thank you, man, works! (by webbru)
|
by FaffyWaffle
Box dimensions errors
|
|
[4 replies] Last: Ok thanks of the help. (by FaffyWaffle)
|
by Najiva
Segfault for particular data
|
|
[1 reply] : Could you post the program code itself, that might help us to identify... (by Chervil)
|
If Else Identifier not regstering |
|
[3 replies] Last: Hi William, for future reference, if you are outputting multiple lines... (by symon123)
|
by symon123
Remove specific element from Deque
|
|
[11 replies] Last: I had a feeling someone was going to suggest this, however, in certain... (by symon123)
|
by dathtom
'no match for operator =='
|
|
[6 replies] Last: I know the question is already answered, but think of it this way- you... (by Ispil)
|
by catdance
Listnodes and pointers
|
|
[5 replies] Last: I did some more looking around and found some code similar enough to m... (by catdance)
|
by cplusplus123
no matching function for call to `getline(std::ifstream&, char*&)'
|
|
[4 replies] Last: Thank you, it works now. (by cplusplus123)
|
by ShLuBsTeR
Question about ofstreams
|
|
[2 replies] Last: std::ofstream out; //Filename input here out.open(<filename>);//You c... (by MiiNiPaa)
|
by Gunnir
Compiler is convinced my main is a header file
|
|
[4 replies] Last: I'm a moron!!! I forgot to put the semi colon at the end of my class ... (by Gunnir)
|
by elmoro15
how to change for to while loop..?!?
|
|
[2 replies] Last: @elmoro15 I am wondering How your program working using for loop in... (by closed account 28poGNh0)
|
by kalicha
set up terminal line command help
|
|
[5 replies] Last: thanks again for reply but after i started to implement this command f... (by kalicha)
|
by TZ3x
Console crash
|
|
[9 replies] Last: Thanks again (by TZ3x)
|
by Chris Meyer
Visual Studio and GNU compiler question -fpermissive
|
|
[3 replies] Last: Cire, I know that using bsearch and void pointers aren't the best thi... (by Chris Meyer)
|
by ocpodariu
[HELP] Pointer to a class
|
|
[2 replies] Last: I did a similar thing: int main() { example *p; p=new example; p->a... (by ocpodariu)
|
by acelya
I need help!!!Help me plz
|
|
[12 replies] Last: Thank you so much for your replies. (by acelya)
|
by farahin93
java coding.
|
|
[1 reply] : PLease note that this is C++ forum, not Java. Althrough some people ca... (by MiiNiPaa)
|
by Amaiha
Temperature Conversion
|
|
[6 replies] Last: Here is a working temperature thingy: Loads of debugging and making s... (by greenleaf800073)
|