by matt295
problem with class and inheritance program.
|
|
[1 reply] : What do you mean implement the constructors? You mean implementing the... (by Analyzer)
|
by Analyzer
How can produce division
|
|
[15 replies] Last: void functiondivide(){ long int num1, num2, total; int re... (by Analyzer)
|
by wasabi
Reference vs. pointers
|
|
[9 replies] Last: Well yeah, that's it. I removed the operator and everything went a mig... (by wasabi)
|
by ffcalixto
Static const
|
|
[2 replies] Last: 1. static const, ok, but what variable type? char*? string? 2. Displa... (by LB)
|
by RichL
Int main() problem
|
|
[5 replies] Last: Thanks to you guys. You've helped me. (by RichL)
|
by Maerle
doubt
|
|
[3 replies] Last: Yet more reasons to avoid macros: macros ignore language scope rule... (by Disch)
|
by Tjvelcro
Very wierd error with cout - dumb mistake I think
|
|
[3 replies] Last: What are you intending to do at line 14? because you can't put executa... (by Galik)
|
by Mike200
list::erase()
|
|
[4 replies] Last: Hello again, i've been reading about the erase() command and looking ... (by Mike200)
|
by waqqassheikh
How do I access Public Data members in the main function
|
|
[4 replies] Last: Oh yeah, that makes sense! And it works too :) Thanks Everyone, ap... (by waqqassheikh)
|
by js92
check data type
|
|
[1 reply] : The you do cin >> [integer/float and so on]; if there is no number i... (by hamsterman)
|
by johnmic76
Passing multi-dimensional arrays to functions
|
|
[1 reply] : Read this: http://cplusplus.com/forum/articles/17108/ Especially this... (by R0mai)
|
by draghava
Constructor
|
|
[4 replies] Last: Thanks that works :) (by draghava)
|
by crodriguez08
How can I access a member from another class?
|
|
[1 reply] : I'm not willing to compile your code myself. Explain in greater detail... (by hamsterman)
|
by swalton
UML
|
|
[3 replies] Last: This seems to be a typical homework. Try to google "url tutorial" or r... (by Monika Duerr)
|
by Analyzer
Free C++ complier
|
|
[17 replies] Last: Dev C++!?! No wonder you want a change. And if you don't have a pro... (by clover leaf)
|
by tonnot
Declare private things at h or c
|
|
[14 replies] Last: kfmfe04 : I often prefer the latter construct over the former becaus... (by tonnot)
|
how to add arrays? |
|
[5 replies] Last: That makes sense. My code works now! Thanks for all the help! (by Izzythemachine)
|
by kmdalbey
First Loop-Based Program: Undeclared Identifier?
|
|
[3 replies] Last: This might simplify the whole thing. #include <iostream> using ... (by AlphaBravo)
|
by airowe
Pure Virtual Functions and Abstraction
|
|
[9 replies] Last: Galik, thank you so much! That was it. Problem solved... (by airowe)
|
by jopeters
overloading the "-" operator
|
|
[2 replies] Last: Your - is overloaded incorrectly. - should not modify the left valu... (by Disch)
|