by AlphaBravo
problem iterating and extcracting instance from a vector
|
|
[2 replies] Last: people is the vector of *People. Waht you expect "find" to return wh... (by kraj)
|
by pabloist
typecasting from a base to a derived class
|
|
[6 replies] Last: Okay, thank you for the more indepth explanation :) I'm only writing t... (by pabloist)
|
by Wander
getline() problem
|
|
[6 replies] Last: Okay thanks a lot!! :) (by Wander)
|
by Wander
Multi-Dimensional Vectors (1,2,3,4)
|
|
[62 replies] Last: Thanks :) (by Wander)
|
by Wander
system("cls")
|
|
[2 replies] Last: Thank you. (by Wander)
|
How does one draw forms pixel by pixel? |
|
[4 replies] Last: The CreateDIBSection documentation isn't entirely clear, but basically... (by Disch)
|
by aranjan
Doubly Linked Lists and Library Routine Problem
|
|
[1 reply] : Yeah I saw my professor and each time he confuses me more... He actua... (by aranjan)
|
by Bertie
Confused about binary file read/write and arrays.
|
|
[3 replies] Last: Nevermind, I was forgetting to address &. Thank you moooce. :D (by Bertie)
|
Wierd Square Root |
|
[6 replies] Last: Woo, that makes sense. I have it now! Thanks for all of your help :) (by xcrossmyheartx)
|
by Yoshima
Trouble with accessing friend
|
|
[4 replies] Last: Cool... that works... Thanks a lot hamsterman... (by Yoshima)
|
by fds
Array of char pointers
|
|
[6 replies] Last: Don't do it like this -> char *array ; Do it like this -> char *... (by m4ster r0shi)
|
by fotographii
Randomization / Random Generator
|
|
[3 replies] Last: What binarybob said still applies. If you run the program twice, 16 d... (by Athar)
|
by TreyBrehm
pointers...trouble :(
|
|
[10 replies] Last: PERFECT! :D ty (by TreyBrehm)
|
by xanimeangiex
BlackGame Problem!
|
|
[2 replies] Last: thanks for explaining it, the error makes sense now. I fixed it ^^ ... (by xanimeangiex)
|
by guru189
Payroll Program with Class
|
|
[6 replies] Last: Awesome...thanks so much! So my errors are resolved but now I'm not ge... (by guru189)
|
by JustAWalrus
A Few Questions
|
|
[2 replies] Last: Use a vector rather than an array. That way you can easily increase th... (by spaggy)
|
by Gladdok
Avoiding predeclaration with codependent headers
|
|
[5 replies] Last: Obligatory link: http://cplusplus.com/forum/articles/10627/#msg4967... (by Disch)
|
by Kat B
OutputStreams and buffering
|
|
[4 replies] Last: Use a stringstream for buffering: http://www.cplusplus.com/reference/... (by moorecm)
|
by atse013
can a character be converted in an integer inside the main function? how?
|
|
[5 replies] Last: [quote=Bazzy]first: the switch is not a function ... It is a Control... (by mcleano)
|
by gers1978
Have a look at my code please
|
|
[7 replies] Last: [quote=gers1978]Thanks. I must be learning something if that was the o... (by Galik)
|