hey! im learning c++ and im currently using this tutorial http://www.youtube.com/watch?v=VJGqalveGmM&list=WLC0F667FF731AB334 i tryed fixing it but i cant find out what the problem is ! i even copyed his code and used his which should be exactly like mine but it still doesent work! can someone please look at whats wrong? heres my project : http://www.mediafire.com/?vwda2w58aw5z07c please answer quick! my twitter is twitter.com/nazzergames :D
int main()
{
bool Running = true;
while(Running)
{
// Your program code here....
// At the end make a conditional statement asking if the user wants to quit.
}
}
well, im actually using windows and i found out that the tutorial dude used linux so there was some problems when i copyed his code, but it still does the same thing and i wonder where am i suppose to put the std::cin.get(); ?