so i am working on a pretty basic text based RPG. and i made another post with my previous code. i have greatly revised it since then to actually use more then just 1 function (int main ())
this can be found here: http://www.cplusplus.com/forum/beginner/115197/
but now i am wondering, why should i not be using 'system("");' commands? i have been using system("cls"); to clear the console screen and it works perfectly fine.
can someone explain what is wrong with doing that and also what would be an alternative to clear the screen?
so ive been meaning to ask this anyways and this seems like a good place to do it:
what is the best way to run exes/elfs inside another process. i would prefer cross platform but will take solutions for either *nix or windows