CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 22

Threaded View

  1. #16
    Join Date
    Jan 2009
    Location
    IN my computer,
    Posts
    24

    Re: Complies but doesn't run

    any way i think its a good idea for a new programmer to get into the habit of commenting their code. but thats me.

    So! Rayman any other problems?

    Another thing you might want to do is use <cstdio> (include it), it lets you use Command Prompt comands, pause, cls, ect. used by system("commnd"), example system("pause")
    i use pause A LOT!!!!

    Really makes things easier
    Last edited by H aun; January 24th, 2009 at 03:45 PM. Reason: more info, correcting info

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured