by fahmankhan75
How to initilize string?
|
|
[1 reply] : It should be const string letters in this case. You would then ... (by Hippogriff)
|
HELP, assignment due in a few hours - Stuck |
|
[1 reply] : 1101010101 1101101000 0101000110 ... is really 1101010101\n 1101101000... (by heebleworp)
|
by jws1138
Beginner need help with code!!
|
|
[2 replies] Last: Thank you!! Okay I changed them to doubles and now my compiler doesn'... (by jws1138)
|
by Komodo
Undefined Error
|
|
[3 replies] Last: you tell it which one to use, all you are doing is passing the memory ... (by Parasin)
|
by hilft
Class/subclass variable question
|
|
[2 replies] Last: Because you are giving Class B private access to the parent class, Cla... (by Parasin)
|
by fahmankhan75
Wrong output from a file. Help please
|
|
[10 replies] Last: Cire, I have it fixed. I deleted the lines and it worked fine this tim... (by fahmankhan75)
|
by epicred
Returns no correct
|
|
[1 reply] : your problem lies in that you are asking the user for the input AFTER ... (by Parasin)
|
by heebleworp
Why no compile time errors?
|
|
[5 replies] Last: If you have complex &num then `num.real' is simply a double and the s... (by heebleworp)
|
by as0re
help making a Text Editor with C++
|
|
[no replies]
|
by mgehad
2d Array
|
|
[3 replies] Last: Like pointers to the next 'one'. For such a small array, you are wasti... (by Duthomhas)
|
by antwon128
Expanding my game?
|
|
[no replies]
|
by Nicole G
Rock paper scissors game using functions??
|
|
[1 reply] : Lot's of things are wrong here, and I'm not even looking at program fl... (by xismn)
|
error LNK2001? (1,2) |
|
[20 replies] Last: This part is somewhat confusing? What exactly is an object? I never r... (by xismn)
|
not getting any output |
|
[no replies]
|
by StephF
The problem with Tic Tac Toe
|
|
[2 replies] Last: Thanks so much! Your input helped me fix problems 2 and 3. Luckily the... (by StephF)
|
by jkelly2010
call compute_tax
|
|
[1 reply] : Hint1: general outline for a function call: function_name ( argument_... (by heebleworp)
|
by AceDawg45
Help with card game please?
|
|
[2 replies] Last: Alright thanks. I did mean % btw, I get them mixed up all the time. (by AceDawg45)
|
by Edevan
Problems inserting text in a txt file
|
|
[2 replies] Last: thank you (by Edevan)
|
by RabMac
Help understanding how values are assigned in this code.
|
|
[4 replies] Last: these functions are not needed Yes and no. Let say that you have a ... (by keskiverto)
|
Loop Troubles |
|
[3 replies] Last: Nevermind. I've fixed it. I just needed get rid of the for loop and re... (by castellanspandrell)
|