User profile: psnurr

User info
User name:psnurr
Name:Daniel
History
Joined:
Number of posts:8
Latest posts:

I got a problem with this simple program
As Pan said you should try cleaning it all up by moving some things out in separate functions. ...

confused with array sorting
so, [code]temp = 0[/code] (in your last post) which means that [code]names[temp][/code] is the...

Incomplete Character genetor program
Maybe something like this: [code]#include <iostream> //#include <string> #include <sstream> #i...

Big array, stack/heap overflow?
Okay, I found out what I had done wrong, and how to do it properly myself. Posting it here if anyone...

Big array, stack/heap overflow?
Hi, and thanks for replying. [quote]heap is for dynamic variables, e.g. int* ptr = new int(0);[/q...