by Analyzer
Why wont this compile on DEV
|
|
[6 replies] Last: Dev-C++ is a bit old yeah? I would suggest getting: http://wxdsgn.sour... (by closed account S6k9GNh0)
|
by wasabi
No overloaded operator<< for right-hand float?
|
|
[4 replies] Last: also note that if you're returning a non-const reference, you really s... (by Disch)
|
by areid
Skipping a line after a certain number of terms?
|
|
[3 replies] Last: Ok, I did make a post here earlier, but I was wrong, lol. This is h... (by Lynx876)
|
by Dink
Modulo Operator and If-Clause
|
|
[2 replies] Last: Thanks it's working ;-) (by Dink)
|
by xander333
This *should* sort my vector
|
|
[7 replies] Last: Found out and hour ago, just came here to post it was fixed. It indee... (by xander333)
|
by mowie1
Line asking
|
|
[1 reply] : That line is the first two lines of the implementation of SListIterat... (by jsmith)
|
by kaduuk
Tic Tac Toe game problems
|
|
[3 replies] Last: I don't know if it'll help, cause the code is a bit messy and I can't ... (by Lynx876)
|
by Mustachious
left and right justification
|
|
[1 reply] : umm.. http://cplusplus.com/reference/iostream/manipulators/left/ (by blackcoder41)
|
by DJ TLG
Problem with overloaded operator(>>)
|
|
[2 replies] Last: It worked like a charm. Thank you very much. (by DJ TLG)
|
by LostCoder
identifier not found
|
|
[2 replies] Last: Thanks alot. That fixed it. (by LostCoder)
|
by waqqassheikh
Adding Arrays
|
|
[1 reply] : int average int FinalsMarks ; for(int i=0;i<9;i++) remember that... (by blackcoder41)
|
by mowie1
assertion Failed on testing
|
|
[12 replies] Last: thanks (by mowie1)
|
by Warpedbeamer
While statement
|
|
[2 replies] Last: My professor''s last name is Tucker. And about the program, I got... (by Warpedbeamer)
|
by honkeytango
Problems erasing a Vector in a map
|
|
[7 replies] Last: LB you have saved the day! book is the vector used in my map, address... (by honkeytango)
|
by asuralm
What the symbol between class and class name mean?
|
|
[6 replies] Last: I explained the benefit - it is necessary to make the function availab... (by Duthomhas)
|
by Kiblinix
Looping Switches
|
|
[5 replies] Last: Thank you very much for all your helpful answers guys :) (by Kiblinix)
|
by cpluplusrat
convert double to int
|
|
[2 replies] Last: Great, it worked ! thanks a lot. (by cpluplusrat)
|
by theeggman85
Error with linked list program
|
|
[2 replies] Last: Thanks for the tips, I totally forget that main is supposed to return ... (by theeggman85)
|
by airman9519
How to copy large text files?
|
|
[6 replies] Last: Thanks you guys are awesome but because I have only recently started w... (by airman9519)
|
by Sauve
guessing game
|
|
[4 replies] Last: Thank you AlphaBravo, this is a big help (by Sauve)
|