by ajwest
game trouble.
|
|
[7 replies] Last: thanks for the help i have inizlized maxchips. and the program can run... (by ajwest)
|
graph dependencies |
|
[1 reply] : - lack of code tags: check - undescriptive 1-letter variable names... (by Disch)
|
by nosxlimit
read data from notepad without fstream
|
|
[4 replies] Last: thanks for that, Abramus. but the problem is that method haven't been... (by nosxlimit)
|
by kgru
operator overloading
|
|
[8 replies] Last: iharrold I agree with you. thank you! How do you assign a member... (by kgru)
|
by hunter86bg
Creating randomness -Please give ideas
|
|
[19 replies] Last: In general I agree, although unfortunately sometimes "C++ way" is wors... (by Abramus)
|
by nullGrind
classes and inheritence
|
|
[2 replies] Last: On line 131 you are not passing by reference when invoking the functio... (by kevinkjt2000)
|
by Lhaky
stacks c++ code
|
|
[5 replies] Last: just a simple code for stacks void push(int y) { if(top... (by Maimaje Bello Abdullahi)
|
by Tom Backton
Virtual Destructor
|
|
[11 replies] Last: I agree with everything the webpage says (that site is pretty good), e... (by jsmith)
|
by Scythe37
too many characters in constant?
|
|
[1 reply] : Use the " character rather than the single tick ' character. The si... (by iharrold)
|
by shazlin
make effcientcy code?
|
|
[1 reply] : You are using mathematical approach, which makes sense when you conver... (by hamsterman)
|
by karine44
series of linked lists
|
|
[no replies]
|
loop/getline runtime error |
|
[4 replies] Last: try this after line 40: while (cin.get() != '\n') continue; ... (by dionisis)
|
by foobarbaz
sorting algorithims
|
|
[no replies]
|
by theChameleon
threads of an Object?
|
|
[1 reply] : The thread main function cannot be a member function with a "this" poi... (by jsmith)
|
by loveless
question about class member
|
|
[15 replies] Last: actually i am going to solve my assignment using object-oriented progr... (by loveless)
|
by miteh
advice on how to do
|
|
[1 reply] : hmm... post your initial algorithm or code first so that we could make... (by olredixsis)
|
by kamran2906
Light dependent resistor and LASER base light switching system.
|
|
[8 replies] Last: bool off=0, on=1; there you go, and throw in a count++; for good me... (by gcampton)
|
by new2cpp
New to c++ displaying file contents to console (1,2)
|
|
[35 replies] Last: Use Proper Indentation. Use Functions. Your code should look som... (by Duthomhas)
|
by workman845
C++ string literials
|
|
[1 reply] : is Line 17 printing output ?, or is the switch not working? if line ... (by gcampton)
|
by hopesfall
How would I call this function?
|
|
[1 reply] : You can't call a member function unless you have an object. For ins... (by Disch)
|