User: KuPosu

  • Public profile

User profile: KuPosu

User info
User name:KuPosu
History
Joined:
Number of posts:10
Latest posts:

random odd numeber generator
[code] void render() { int N; srand (time(NULL)); N = rand() % 10 + 1; glClear(GL_COLOR_BU...

Stack Container
in main [code] int main() 9 { 10 11 char symbol; 12 StackType<ch...

Stack Container
[code] In file included from prog6.cpp:2: Stack.h:6: error: expected constructor, destructor, or typ...

Stack Container
What do i have missing from this error? [code] In file included from prog6.cpp:10: Stack.h:28: erro...

Stack Container
I keep getting this error code when trying to compile. [code] In file included from prog6.cpp:10...

This user does not accept Private Messages