Results 1 to 5 of 5

Threaded View

  1. #1
    Orteez's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed

    need someone that knows how to make simple programs on Microsoft Visual Studio 2005

    This is with C++, every time I try to run my program everything seems to work fine but then I get a build error. I'm just trying to make a program that when I run it, it opens up console and says "Hello" or something like that, simple stuff but I don't know what I could be doing wrong. My build is below. Quick reminder: I use Microsoft Visual Studio 2005 and my whole build is colored right, everything is spaced accordingly even though it doesn't look like it here.

    /*MPGH Member
    September 2nd*/

    #include<iostream>
    #include<con.oh>

    using namespace std;

    int main ()

    {

    cout<<"Hello World" //single line comment
    _getch();
    return 0;

    }
    Last edited by Orteez; 09-02-2010 at 10:16 AM.

Similar Threads

  1. [Help Request] [Help Request] How to make No Recoil hack in Visual Studio?
    By Tstovall in forum CrossFire Help
    Replies: 5
    Last Post: 07-20-2011, 02:55 AM
  2. [Discussion] i need someone to teach how to make a hack
    By nelson2 in forum CrossFire Discussions
    Replies: 12
    Last Post: 06-16-2011, 01:24 PM
  3. Need to know how to make this bug ~!
    By hardyboy in forum CrossFire Glitches
    Replies: 7
    Last Post: 09-18-2010, 10:18 PM
  4. need someone that knows how to write 0-15 in binary
    By Orteez in forum Homework & Learning Section
    Replies: 3
    Last Post: 08-31-2010, 10:52 AM
  5. Replies: 5
    Last Post: 12-30-2009, 03:29 AM