by Icenel
cout doesn't work
|
|
[1 reply] : The origional problem isn't exactly like yours but the solutions are: ... (by Computergeek01)
|
by dexterof
need explanation about this syntaxe
|
|
[3 replies] Last: First one passes by reference, which will affect the original object, ... (by quirkyusername)
|
by ToniAz
sscanf() runtime error
|
|
[2 replies] Last: Yes it was a typo but only here... I think it should be like this ... (by ToniAz)
|
by levijgraham
variables
|
|
[15 replies] Last: Here is the resulting code... template <class T> class LockAfte... (by closed account 3pj6b7Xj)
|
by fhosseini
binary mode
|
|
[7 replies] Last: C++ is broken in this regard. You cannot seek properly unless you a... (by Duthomhas)
|
by rogvid
C++ noob
|
|
[3 replies] Last: @kbw Thanks for the pointers and the quick reply. btw, I know it isn... (by rogvid)
|
by ogward
exam studying and got stuck.
|
|
[8 replies] Last: hm.. in the header: public: void showTouch(); void showDesign... (by ogward)
|
by ToniAz
sscanf() return value
|
|
[1 reply] : Problem solved... (by ToniAz)
|
by Capris
Object of a "predefined" class...
|
|
[1 reply] : That is called declaring. After declaring a class you can declare poi... (by hamsterman)
|
by Icenel
[Ask]C++ Combine 2 String Problem
|
|
[3 replies] Last: strcat(combine, first); strcat(combine, " "); strcat(combine, secon... (by hamsterman)
|
by yts
inheritance
|
|
[9 replies] Last: this is the criteria given to complete the assignment. 1.1. Style (... (by yts)
|
by seifhatem
Textfile to textbox
|
|
[1 reply] : is that file a column of integers? anyway, a way to do this would be ... (by hamsterman)
|
by SK480
Dev-C++ Debugger
|
|
[2 replies] Last: Okay, I'll check out Code::Blocks, thanks. (by SK480)
|
by SK480
All answers are counted as correct on my trivia game
|
|
[3 replies] Last: Thanks for the help Zhuge! This piece of code here works like a charm:... (by SK480)
|
by vlad61
Rand() Stuff
|
|
[6 replies] Last: Right! okay thanks thats what i was starting to think. /lick (by vlad61)
|
by DaRookie
Newbie
|
|
[2 replies] Last: http://www.youtube.com/watch?v=Fl0LRlYJwck You can follow his tutor... (by Engborg)
|
by levijgraham
text based rpg crash
|
|
[4 replies] Last: There we go its fixed :D thanks you helped alot (by levijgraham)
|
by Sputnik
Linking Code/Objects Using DevC++ IDE (1,2)
|
|
[30 replies] Last: yeah the PM bit was just a joke, ofcoarse ill ask public :D Thanks ... (by Sputnik)
|
by Gamtester
DevC++ vs Code:Blocks
|
|
[4 replies] Last: I loved Dev C++ when I first started learned C++. But, like some have ... (by borkus)
|
by PESITdude
can anyone crack this?
|
|
[7 replies] Last: You're welcome :] (by chrisname)
|