User profile: Nanako

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:Nanako
History
Joined:
Number of posts:9
Latest posts:

Good OpenGL books for games?
[quote]Hey, I want to read some good OpenGL game programming books during my break, any good ones ou...

urgent User-employee interface code
[quote]A code for number of users/passengers and uber drivers for a company: assume the number to be...

Urgent help me pls !!!!!!!!!!
@kemort [quote]http://www.cplusplus.com/forum/beginner/202845/[/quote] How is that related to the OP...

Outputting Values in Selective Array Indexes
What do you mean? Can you post your full code?

C++ Array
[code]const int ARRAY_SIZE = 10;[/code] It should be : [code]const int ARRAY_SIZE = 11;[/code]