by jakvrh1
Pointers help
|
|
[1 reply] : Yes. it is correct. I would suggest to start writing const-correct cod... (by MiiNiPaa)
|
by darkn3ss
Pancake glutton
|
|
[8 replies] Last: @ youare29 I don't think he can use structures. In this example I ... (by Codermik)
|
by kala
"an access violation (segmentation fault) raised in your program" problem
|
|
[3 replies] Last: Well, rigth, now it seems so obvious as you said it. When it comes t... (by kala)
|
by raaz95
Colors in C++
|
|
[2 replies] Last: thankyou Stewbond :) (by raaz95)
|
by BReynolds
SDL and Buttons
|
|
[4 replies] Last: I have come across virtual before but don't really understand what it... (by helios)
|
by CDavis
Dice roll functions
|
|
[2 replies] Last: thought I would try to clean up/shorten what you have and call the fun... (by youare29)
|
by Inek
Signed Binary to Decimal/Signed Decimal to Binary
|
|
[2 replies] Last: Thank you, much appreciated. Works lovely. I think the issue with my... (by Inek)
|
by LostSamurai
Automounting turbo c++ from dos for windows 8
|
|
[2 replies] Last: making both turboc didn't work, but making both tc did. Thank you. :) (by LostSamurai)
|
by mehak
pointers
|
|
[1 reply] : char data type is only 1 byte large. The int 320 is stored as a bunch ... (by Ganado)
|
by mehak
float
|
|
[1 reply] : 5.2 is a double value, so I would make line 5 be double a = 5.2; . I... (by Ganado)
|
by keane234
Help with errors for bank statement
|
|
[2 replies] Last: The following is the example of the output from the function, Display... (by keane234)
|
by hamada147
learning and need assistance with class speration in another file :)
|
|
[2 replies] Last: I will try to fix what you said and tell you back what happened ^_^ bu... (by hamada147)
|
by Varius
Trouble Printing Individual Array Elements
|
|
[2 replies] Last: I'll give that a try. Thank you :) This was meant to be a 15 minute te... (by Varius)
|
Multiple file programs for implementation of classes |
|
[6 replies] Last: Okay! Thank you very much cire. :) (by heyyouyesyouiloveyou)
|
by s2734d512
Make changes to push function
|
|
[2 replies] Last: The syntax for new isn't correct at lines 5 and 6. example: int * p... (by Chervil)
|
by ppate215
Truncation and floating?
|
|
[6 replies] Last: He could have used int, which is faster. For a single calculation l... (by Chervil)
|
by venros
C++ Vector of Object Pointers- Destructor not working
|
|
[15 replies] Last: This is patently untrue. The "owner" of the object is responsible for... (by Gkneeus)
|
by jasonlwe
What is the difference between friendship and inheritance?
|
|
[6 replies] Last: What's the difference other than the fact that friends The real ques... (by cire)
|
by alekscooper
Where can I get C++ assignments?
|
|
[3 replies] Last: Or if morse code is too hard, just do something like you type in somet... (by BobTheZealotIsEpic)
|
by jakvrh1
Is my code written correct ?
|
|
[2 replies] Last: I do know that you can make it simpler, tho I used function because of... (by jakvrh1)
|