User profile: gamemaker96

User info
User name:gamemaker96
History
Joined:
Number of posts:24
Latest posts:

Is there any other way I can make this program better?
[code]//string reverse algorithm. #include <iostream> #include <string> using std::cout; using std...

Help with sentinel value and loop.
[code]((temp = cin.get()) != '-999')[/code] should be [code]temp equals cin.get()[/code] then [c...

In OpenGL how can I hide part of a shape?
Thanks

Arrays issue. won't break out of loop.
Line 24: should be [code]i -= 1[/code] instead of [code]i - 1[/code]

In OpenGL how can I hide part of a shape?
Well basically, I want rectangles in my 2D gui to slide into view when I click a certain rectangle.....