sunslayer commented on a Page, TicTacToe  -  May 19, 2010

system() is a Windows bound cmd, there are several alternatives to system("Pause") and system("cls"), i.e. in iostream.h you can use std::cin.get/ignore() or getline() and for cls the easiest was is probably just to make a loop of newline characters

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.