by Finoli
Accessing derived class functions through pointer of base class
|
|
[10 replies] Last: If it is a virtual function then yes the prototype in the derived clas... (by nilac1382)
|
by megatron 0
An interesting obstacle with a generic console input
|
|
[4 replies] Last: Why does your code always make me uncotrollable grin all the time. It ... (by megatron 0)
|
by parmih4
Program doesn't cout anything!
|
|
[2 replies] Last: Your bin_search() hangs in an endless loop. Condition must be while(l... (by Thomas1965)
|
by blackshore
Calling a function
|
|
[6 replies] Last: I fixed it!..it think. It runs without any compiler error at least. T... (by blackshore)
|
by Andrewcen16
Help with removing vowels?
|
|
[5 replies] Last: Good point. I missed that one. (focused first on getting it to not cra... (by Chervil)
|
by dub1987
Not sure how to use -> operator
|
|
[16 replies] Last: Is this not creating a newItem with an Item name with the dValue, dWe... (by MikeyBoy)
|
Code Block 'crash' on Enter Key (1,2) |
|
[20 replies] Last: Is this something to expect when they code is a little out? Yes. In... (by Chervil)
|
by adiaz1202
Assign input values to certain variables
|
|
[1 reply] : Haven't you been introduced to if() statements yet? You can do the fol... (by jgg2002)
|
by kskell32
Need help making a force calculator
|
|
[4 replies] Last: Some other things: You are re-declaring your variables for force m... (by TheIdeasMan)
|
by brudz13
Arrays and string
|
|
[5 replies] Last: In doing this is each character of the password assigned to password ... (by Thomas1965)
|
by GhostCas
Need some help writing a game code
|
|
[14 replies] Last: Have you tried the example i've showed you? Can you post the updated ... (by rafae11)
|
by Bopaki
Creating a new project
|
|
[4 replies] Last: Thank you very much Etrusks. I just deleted everything and my program ... (by Bopaki)
|
by specbk
can't find the mistake
|
|
[11 replies] Last: Thanks a lot for the help!! (by specbk)
|
by HJSSAE
Sum and Average help
|
|
[1 reply] : Its return 0, NOT return o. Also, you need to initialize sum and coun... (by Arslan7041)
|
Help printing a deck of cards |
|
[3 replies] Last: I am so sleep deprived an extra set of eyes is an awesome thing to hav... (by BonsaiSuperstar)
|
by kikiyox77
Help with C++, please.
|
|
[9 replies] Last: ah, I got it now. Thanks! Case closed! (by kikiyox77)
|
What is going on here? |
|
[2 replies] Last: Oh my f'n god. Thanks man I was losing my mind (by BonsaiSuperstar)
|
Function Problem? |
|
[9 replies] Last: Thanks for your help. I really appreciate you taking time out your day... (by ceesgetdegrees)
|
by NBL
Strings and arrays
|
|
[1 reply] : An array has to be all of the same type. There are some advanced, clev... (by Moschops)
|
Do while won't stop doing while |
|
[2 replies] Last: Your loop will keep loopin as long as the following is TRUE (currentS... (by Moschops)
|