I got a problem with this simple programAs Pan said you should try cleaning it all up by moving some things out in separate functions. ...
confused with array sortingso, [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...