by dani1999
virtual function and abstruct class
|
|
[1 reply] : 1) Yes, you should declare destructor virtual if you intend to use chi... (by MiiNiPaa)
|
by isaacthebro
its a cin.ignore problem, please help
|
|
[6 replies] Last: Thankyou so much, it worked #include <iostream> using namespace st... (by isaacthebro)
|
by nofish
accessing class member and doing nothing ?
|
|
[3 replies] Last: Thank you both. That link is a spot on example, got it. (Actually I'v... (by nofish)
|
by h4ever
macro name in loop
|
|
[1 reply] : The C preprocessor is not Turing-complete. It doesn't allow iteration.... (by helios)
|
input value into 2 variables ? |
|
[5 replies] Last: more shortened way : #include <iostream> using namespace std; int m... (by mohamedeltair)
|
by shawnlau
Changing a const object?
|
|
[1 reply] : never mind I got it now c isn't being changed, this is being chang... (by shawnlau)
|
input/output problem |
|
[2 replies] Last: thank you (by Mahmoud Mansour)
|
by DatOneLefty
how to
|
|
[4 replies] Last: would it have to be a /exe? or could it be another c++ file? How do... (by Gamer2015)
|
by Filorn
work together
|
|
[no replies]
|
by mindoo
VS error C2064: term does not evaluate to a function taking 0 arguments
|
|
[6 replies] Last: Sorry, I hadn't noticed I could actually use that in my code. Thanks f... (by mindoo)
|
by shawnlau
Help understand overloading operators
|
|
[2 replies] Last: I'm getting a better understanding, thanks. (by shawnlau)
|
by cookiehim
Behavior of char
|
|
[2 replies] Last: oh, I got it....thanks MiiNiPaa if I changed to test2 = "abcd" , the... (by cookiehim)
|
by Yulia
Class and its Member Order
|
|
[3 replies] Last: 1) Order of member function in class is unrelevant. You can have destr... (by MiiNiPaa)
|
by Tarbal
Trouble with find
|
|
[3 replies] Last: Hey, thanks a lot guys. This is more help than I could have hoped for.... (by Tarbal)
|
by h4ever
add string to combo box
|
|
[no replies]
|
by hadihijazi
Debug a program
|
|
[1 reply] : It would help to see your code or at least the error. Knowing what you... (by SamuelAdams)
|
by h4ever
Stack around the variable 'pages' was corrupted.
|
|
[2 replies] Last: Yes, thanks. Now it works! (by h4ever)
|
by ape1
3 arguments expected, 0 provided
|
|
[6 replies] Last: Thank Yall for the help! I think I will be able to get it to work prop... (by ape1)
|
by h4ever
different basic types
|
|
[5 replies] Last: Looks correct in cpp: Yes, but not in the header. Without extern yo... (by coder777)
|
by plususerz
Please give hint about number generation?
|
|
[2 replies] Last: Also, the computer should use the fact that the previous guess was too... (by dhayden)
|