Results 1 to 10 of 22

Thread: C++ Help Part Two

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Senior Member hry's Avatar
    Join Date
    May 2009
    Posts
    207

    Re: C++ Help Part Two

    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    printf("I don't know dude");
    getch;
    }
    Last edited by hry; March 13th, 2010 at 10:09 PM.
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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