by sepetoner
Is this the best way to go about making a pokemon-type game?
|
|
[5 replies] Last: You should really learn interfaces or virtual classes and inheritance ... (by stoffe1100)
|
by Chubbs
Inclusive While Loop
|
|
[3 replies] Last: Thanks Just had to do it other the other way around. (by Chubbs)
|
by maeriden
Typedef and bit masks
|
|
[3 replies] Last: [quote=maeriden] "Does it make sense to typedef an enum used for bit m... (by closed account zb0S216C)
|
by DJLad16
What does this expression thing mean?
|
|
[2 replies] Last: Oh, I wish it would just say that in the first place because that I un... (by DJLad16)
|
by dtaqee88
How to change the value of class object
|
|
[6 replies] Last: Alright thanks. (by dtaqee88)
|
by samrux
Tic-Tac-Toe, another problem
|
|
[4 replies] Last: I can't believe i was so stupid. Thanks. Yeah, i usually make choice a... (by samrux)
|
by Bufflez
Finding the length of an array
|
|
[4 replies] Last: oh. ok thnx! (by Bufflez)
|
by AandR2024
How to add things to a string
|
|
[3 replies] Last: There's probably more to a quest than a string. In fact, a quest is p... (by Lowest0ne)
|
by Bufflez
How to check if a variable has been assigned a value?
|
|
[3 replies] Last: Thanks, you guys! from now on I'll make sure to initialize my variabl... (by Bufflez)
|
by Sarah93
Binary to decimal
|
|
[5 replies] Last: Hi first you have to specify if the binary you input has the MSB at th... (by jjjames)
|
by Zerpent
Is this the buffer? I/O stream question.
|
|
[1 reply] : the stream object only presents the interface (operator>>, operator<<,... (by Cubbi)
|
by bool maybe
Program involving pointers/class/vectors (1,2)
|
|
[22 replies] Last: I wrote a program that works fine but to be honest I'm not quite sure... (by viliml)
|
by ethan86
swap the values inside array
|
|
[6 replies] Last: thank you for you guys for answers. but it's too advanced for me. may ... (by ethan86)
|
by gobi
wanna know the difference between the constructor
|
|
[17 replies] Last: Yeah , you are right ... Thanks to all :) (by gobi)
|
by AandR2024
How do I add a time delay with Code::Blocks?
|
|
[3 replies] Last: If your compiler supports it (which it probably doesn't) you can use s... (by Peter87)
|
by rupeshbhurke
double type variables
|
|
[3 replies] Last: http://www.cplusplus.com/forum/articles/3827/ basically, you can't re... (by Zephilinox)
|
by DesiredNote
Easy Probelm to Fix
|
|
[2 replies] Last: *facepalm* I don't know how I didn't see that before. void organi... (by DesiredNote)
|
by ozza
Password Protection Problem
|
|
[3 replies] Last: SOLVED: I simply added pass.clear(); to void Auth() so it now re... (by ozza)
|
by TheForgot3n1
Use of the "?"
|
|
[2 replies] Last: I understand! Thanks for the reply man. I guess I should have been ab... (by TheForgot3n1)
|
by apeshit
Roman_Numerals
|
|
[2 replies] Last: The Input is The Roman_Numeral(eg...IX) the output should be 9. I also... (by apeshit)
|