by Zephilinox
calling a virtual function of a base class that is assigned a derived class uses base class function
|
|
[5 replies] Last: Yes, whoops, you're right I missed the ampersand. (by LB)
|
by murali2425
Size of deriverd class with overriding virtual functions from base class
|
|
[1 reply] : B does not extend A in your code... (by LB)
|
by Binarydude87
Display integer
|
|
[6 replies] Last: Note that your computer will be unable to reliably distinguish betwee... (by long double main)
|
by activecat
invalid conversion from 'char' to 'char*'
|
|
[7 replies] Last: Dear all above, I have create another thread, putting this question ... (by activecat)
|
by Droopy
Problems with iterators
|
|
[1 reply] : Try replacing spriteOne->collisionDestroy(sprites); spriteTwo->colli... (by naraku9333)
|
by Garion
Shared Library vs Static Library
|
|
[8 replies] Last: Thanks, it works now :D I was a bit confused because when I compiled ... (by Garion)
|
by bhpa4096
C++ class HelP
|
|
[3 replies] Last: 1) Your problem description says that Contacts shoud contain an array... (by MikeyBoy)
|
by KBeard
C++ program start up
|
|
[no replies]
|
by almostcash
varName.c_str() 2
|
|
[1 reply] : http://www.cplusplus.com/reference/string/string/c_str/ (by Disch)
|
by matzke
Returning an std::ostream by value
|
|
[3 replies] Last: I considered wrapping a pointer, but the drawback is that then the use... (by matzke)
|
by Mor cicek
help with open GL (C++ 2008)
|
|
[2 replies] Last: Thank you Computergeek01 (by Mor cicek)
|
by ferarista
inaccessible constructor
|
|
[4 replies] Last: Because, you have declared everything within you 'CData' class as 'Pri... (by ajh32)
|
by pilotnate
Best online Computer Science program?
|
|
[no replies]
|
by TacoLover
Display last 1000 lines
|
|
[6 replies] Last: Thanks for the input everyone. I ended up implementing the following. ... (by TacoLover)
|
by ilanhak
changing a variable value according to it's name
|
|
[7 replies] Last: > Any advice? Well, switch to a more modern compiler; Visual C++ 12.0... (by JLBorges)
|
by mheaney
Outputting transactions from a text file to the screen
|
|
[1 reply] : what you need is a an array for the recent transactions and a count. L... (by coder777)
|
by cppnoob25
Processes
|
|
[2 replies] Last: > Is the answer to this 9? Yes. > And if I changed n to 3 would it ... (by JLBorges)
|
by Kubani
Why namespace doesn't work in that code?
|
|
[6 replies] Last: OK dear Peter. Your answers are very informative, thank you. But ab... (by Kubani)
|
by xkara
how to access certain elements in c++ and store multiple inputs
|
|
[4 replies] Last: #include <iostream> #include <string> #include <vector> int main() {... (by JLBorges)
|
by CodeONE
freeGLUT keyboard input issue
|
|
[no replies]
|