by frostraver
Object in multiple classes
|
|
[8 replies] Last: Ok! Thanks for all the help! I'll try it out! I'll need to look some t... (by frostraver)
|
by willatSMU
multiple subclass problem please help
|
|
[1 reply] : Is there anything I did wrong in the twoday class (by willatSMU)
|
by Silsilay
how do i program a guessing game?
|
|
[4 replies] Last: I would use an int array element for each number. I'll cook you up a ... (by SH4773R)
|
by Braniac0
pimpl implementation
|
|
[2 replies] Last: Thanks alot, works now! (by Braniac0)
|
by claudiordgz
Problem with objects inside objects
|
|
[2 replies] Last: thanks!! (by claudiordgz)
|
by Mannah
Classes with enums in it !!!
|
|
[2 replies] Last: #ifndef student_h #define student_h #include <iostream> using name... (by Mannah)
|
by even821
GUI programing?
|
|
[4 replies] Last: haha ya. i mean even just creating a simple in game menu using sdl can... (by even821)
|
by Gladdok
Any way to move this function definition out of the struct body?
|
|
[2 replies] Last: You're right it does compile...I must have either made a mistake or no... (by Gladdok)
|
by WetCode
<fstream> changing mode of the object?
|
|
[2 replies] Last: Not shure i understand ch beeing what value? Fail to see how this will... (by WetCode)
|
Star Pattern Programming Help Asap!! |
|
[2 replies] Last: Actually I tried it again and it is working thank you very much (by Ernesto Nunez)
|
by Ash6
array of random alphabets
|
|
[5 replies] Last: With all due respect, it's not good when you solve someone's homework.... (by TheDestroyer)
|
by TheDestroyer
Return value of an overridden class
|
|
[2 replies] Last: It complained when I created an object of the class. Thank you :-) (by TheDestroyer)
|
by shaggy
How can i shoot a vector of bullets?
|
|
[2 replies] Last: You'll need some third class to handle the game itself. This would co... (by Telion)
|
by Jp P
Writing Array to outputfile
|
|
[2 replies] Last: Yes i do! Thanks a lot (by Jp P)
|
by agoswami
Protected variable
|
|
[4 replies] Last: What is the use of making the variables protected? You would make v... (by IceThatJaw)
|
by giszzmo
Random Objects
|
|
[3 replies] Last: Arrays are complicated and rarely useful. Use vectors, like you're sup... (by Cubbi)
|
by htown
first byte
|
|
[1 reply] : Use bitwise operators: http://www.cplusplus.com/doc/tutorial/operators... (by firedraco)
|
by user056
redefinition; different basic types
|
|
[2 replies] Last: To use the time functions do I first need to to convert the string to ... (by user056)
|
by dalichey
Goto statements, any alternatives
|
|
[2 replies] Last: Thanks, I got it! (by dalichey)
|
Class Errors - Undefined reference to class::function |
|
[3 replies] Last: I had a similar problem a few weeks ago when i switched to code blocks (by oonej)
|