Results 1 to 5 of 5
  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.

  2. #2
    Illuminatus's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    New Zealand
    Posts
    1,497
    Reputation
    2
    Thanks
    46
    My Mood
    Tired
    The best source for this would probably be youtube.




    Press The Thanks Button If I Helped =D
    Quote Originally Posted by mamakiller13 View Post

    and im aint fag,
    FORMERLY KNOWN AS SloaMoeDaea

  3. #3
    Irony's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    MPGH where else?
    Posts
    5,969
    Reputation
    285
    Thanks
    539
    My Mood
    Busy
    no google. Youtube is full of bs

  4. #4
    Kallisti's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    深い碧の果てに
    Posts
    4,019
    Reputation
    52
    Thanks
    376
    My Mood
    In Love

    btw [php]<con.oh>[/php] doesn't exist.

    did you mean [php]<conio.h>[/php]?
    [php]
    #include <iostream>
    using namespace std;

    int main()
    {
    cout << "Hello world\n";
    cin.get();
    return 0;
    }[/php]

    未来が見えなくて怖いから
    未来が見えてしまって悲しいから
    目を閉じて優しい思い出に浸ってしまう




  5. #5
    Orteez's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    Yeah I found out my conio.h was wrong. But that was a long time ago, I just made a program where it shows a guy firing an arrow across the console screen and in the process of making a Monopoly game program with beast animations.

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