by darkstar6190
Debug question for class
|
|
[5 replies] Last: I find that having it display it's status helps a lot. So, run it a f... (by IWishIKnew)
|
by rynx93
error with if-else inside for loop
|
|
[5 replies] Last: Dear Zereo, Unfortunately I just started learning C and I can't reall... (by rynx93)
|
by Footknight
Code Blocks compiling errors
|
|
[5 replies] Last: Footknight, you have probably moved on greatly in the last 6 weeks, bu... (by Donnie)
|
by INeedAHero
When you dynamically allocate memory...
|
|
[3 replies] Last: No, that check is useless: if allocation succeeds, sPtr is not null an... (by Cubbi)
|
by Rae
C++ Assignment
|
|
[18 replies] Last: I don't care if someone reports me - I stand behind what I have said 1... (by TheIdeasMan)
|
by WERE DAVID
Usiing While Loop to display the contents of an array
|
|
[4 replies] Last: The compiler is your friend. You should read its messages because it t... (by vlad from moscow)
|
by Fromar123
C++ OOP begiiiner question/problem
|
|
[4 replies] Last: Oh, ye, i got it now... Thank you. (by Fromar123)
|
Why return 0; and not return x;? |
|
[2 replies] Last: http://en.wikipedia.org/wiki/Exit_status (by keskiverto)
|
by Christa912
Function not returning what I need it to
|
|
[1 reply] : your problem is this: if(temp==NULL) found=false; // you set... (by coder777)
|
by Jose94ji
Homework help please
|
|
[1 reply] : I think, you need to make your compute_coins a bit generic. Also, a bi... (by writetonsharma)
|
by sojalife12
Help with inFiles and Functions
|
|
[1 reply] : Divide the whole problem in small parts, like opening/reading file, co... (by writetonsharma)
|
by Jace
Remove dependenceies
|
|
[1 reply] : Is this fixed ? (by writetonsharma)
|
by billycro
NULL in comparison
|
|
[1 reply] : //void createList(LinkedList* l){ // 'l' is passed by value; the func... (by JLBorges)
|
by Kariss
Help with classes! (1,2,3)
|
|
[47 replies] Last: +1 MikeyBoy This all goes back to what I said at the start: setx1 ... (by TheIdeasMan)
|
by jidder
Not a real problem
|
|
[8 replies] Last: Hi jidder, I was asking if i had done it properly before making more... (by TheIdeasMan)
|
by cybalicist
Pointers?
|
|
[7 replies] Last: Ok. Let's say Im writing a game and I have a class table for my charac... (by TutorIndia)
|
by keelan1234
Namespace
|
|
[6 replies] Last: Even where he says cin << "You have selected standard mode" << endl; ... (by crimsonzero2)
|
by billycro
Quick Scope Question
|
|
[2 replies] Last: ah i see. this has been an informative night. (by billycro)
|
Quick question? |
|
[1 reply] : You mean that you want the user to guess 7 times? (by pogrady)
|
by overtime718
Help with class. Power Functions
|
|
[1 reply] : There is a function within <cmath> called pow() that does this already... (by crimsonzero2)
|