by evolver
Question about pure virtual functions (abstract classes)
|
|
[4 replies] Last: Yes, and this is the start of your interface to your Toy classes. As I... (by TheIdeasMan)
|
by Lucretius
String issues
|
|
[2 replies] Last: new flight <flightnumber> <seats available> example new flight 207 64 ... (by joneele)
|
by andigirlsc
12 month interest summary
|
|
[no replies]
|
by gtm
game design, framerate architecture.. (1,2)
|
|
[34 replies] Last: I think you are confusing the concept of a header file's "include guar... (by Ogoyant)
|
by ngrv
Friend class usage
|
|
[3 replies] Last: Finance is large. The people who program order management systems, gua... (by Cubbi)
|
by ajh32
Re: please I need help with...
|
|
[2 replies] Last: I am with ajh32, you learn much more from trial and error that by some... (by Script Coder)
|
by ngrv
Design Patterns
|
|
[1 reply] : Forget the patterns, just do it; and improve your design on each itera... (by kbw)
|
Help with time function in c++!!!!!!!! |
|
[1 reply] : This code : n1=rand()%111; //generate numbers between 0 and 50 gener... (by Smac89)
|
by arms4
fix my array error!!
|
|
[5 replies] Last: nvm..... i realize my own mistake..... my mindset thought programming ... (by arms4)
|
by Skynet
Stuck in an infinite loop
|
|
[5 replies] Last: Now I see how you did it and I see why it happened the way it happened... (by Skynet)
|
by Donatas
Need code, will pay $ !
|
|
[no replies]
|
by RichMo
GDI+ Rotate rectangle about its center
|
|
[2 replies] Last: Yes, sorry, typo. I think I sorted it now. SolidBrush brush(Color(200... (by RichMo)
|
by iandroid
Problem with strcmp
|
|
[2 replies] Last: thx (by iandroid)
|
by medo sayed
find the prime numbers between two values
|
|
[4 replies] Last: #include<iostream> int main() { using namespace std ; int m... (by JLBorges)
|
by raaj5671
Variable being used without being initialized
|
|
[11 replies] Last: tq very much for the help... now my standard deviation code is not w... (by ajh32)
|
by Donatas
Simple program
|
|
[3 replies] Last: Give up kid (by gtm)
|
by xzbit
mix c++ and assembly
|
|
[5 replies] Last: Read about which assembly dialect does your compiler support. (by MiiNiPaa)
|
by Skynet
Having trouble with linked lists
|
|
[17 replies] Last: Cool, I have actually made progress since then but now I have a new pr... (by Skynet)
|
by jdowning
Simple buoyancy program (errors?)
|
|
[4 replies] Last: Try } while ((strcmp("y",answer.c_str())==0) || (strcmp("Y",answer.c_s... (by gamemanj)
|
by MewEight
Pausing the loop till keypress
|
|
[6 replies] Last: Thanks. Will give it a try to understand, thanks for the help! (by MewEight)
|