Results 1 to 9 of 9
  1. #1
    Awcomenoutjr's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Juggalo Island
    Posts
    266
    Reputation
    11
    Thanks
    19
    My Mood
    Drunk

    Cant Debug/Compile in Visual C++ 2010

    Okay im pretty sure this code is correct, but it wont let me Debug/build/compile it. It wont let me compile anything o.o can someone help?


    Heres the code:
    Code:
    #include <iostream>
    using namespace std; 
    int main () 
     }
      cout << "Hello World!"; 
      return 0; 
     }
    Im just starting to learn C++ (im using a tutorial) but im pretty sure thats how you do a cout.

    Thanks to anyone that helps me and +rep if I can(not sure it would do anything)
    Last edited by Awcomenoutjr; 03-27-2011 at 09:01 PM.
    My respect list:
    supercarz1991
    666HiddenMaster666
    flameswor10
    noob

    To Do List:
    100 posts [ ]
    200 posts [ ]
    500 posts [ ]
    1000 posts [ ]
    Code a hack [ ]
    Make a Texture mod [ ]
    Make a Model Swap [ ]
    Make a USEFUL model swap [ ]
    Make a model edit [ ]
    Make a USEFUL model edit [ ]


    ~MMFWCL~

  2. #2
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Lol change

    }
    cout << "Hello World!";
    return 0;
    }

    to

    {
    cout << "Hello World!";
    return 0;
    }

  3. The Following User Says Thank You to whit For This Useful Post:

    Awcomenoutjr (03-27-2011)

  4. #3
    Awcomenoutjr's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Juggalo Island
    Posts
    266
    Reputation
    11
    Thanks
    19
    My Mood
    Drunk
    Quote Originally Posted by whit View Post
    Lol change

    }
    cout << "Hello World!";
    return 0;
    }

    to

    {
    cout << "Hello World!";
    return 0;
    }
    FK my bad testing now (wow cant believe i did that >.<)

    EDIT: getting this error

    Last edited by Awcomenoutjr; 03-27-2011 at 08:52 PM.
    My respect list:
    supercarz1991
    666HiddenMaster666
    flameswor10
    noob

    To Do List:
    100 posts [ ]
    200 posts [ ]
    500 posts [ ]
    1000 posts [ ]
    Code a hack [ ]
    Make a Texture mod [ ]
    Make a Model Swap [ ]
    Make a USEFUL model swap [ ]
    Make a model edit [ ]
    Make a USEFUL model edit [ ]


    ~MMFWCL~

  5. #4
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Awcomenoutjr View Post
    FK my bad testing now (wow cant believe i did that >.<)
    You better gib me the REPS i Deserve

  6. #5
    Awcomenoutjr's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Juggalo Island
    Posts
    266
    Reputation
    11
    Thanks
    19
    My Mood
    Drunk
    Quote Originally Posted by whit View Post
    You better gib me the REPS i Deserve
    im getting this error O_O

    My respect list:
    supercarz1991
    666HiddenMaster666
    flameswor10
    noob

    To Do List:
    100 posts [ ]
    200 posts [ ]
    500 posts [ ]
    1000 posts [ ]
    Code a hack [ ]
    Make a Texture mod [ ]
    Make a Model Swap [ ]
    Make a USEFUL model swap [ ]
    Make a model edit [ ]
    Make a USEFUL model edit [ ]


    ~MMFWCL~

  7. #6
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Create a console application instead of a dll



    Put this image in your signature if you support HTML5 development!

  8. The Following User Says Thank You to _Fk127_ For This Useful Post:

    Awcomenoutjr (03-27-2011)

  9. #7
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Are you kidding me
    Using Streams ina DLL...Fuck your life

  10. #8
    Awcomenoutjr's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Juggalo Island
    Posts
    266
    Reputation
    11
    Thanks
    19
    My Mood
    Drunk
    Quote Originally Posted by whit View Post
    Are you kidding me
    Using Streams ina DLL...Fuck your life
    I dont know >.< I dont even know any C++ yet this is like a whole different language to me im used to modding and model edit shit not C++ - and i repped u
    Last edited by Awcomenoutjr; 03-27-2011 at 09:42 PM.
    My respect list:
    supercarz1991
    666HiddenMaster666
    flameswor10
    noob

    To Do List:
    100 posts [ ]
    200 posts [ ]
    500 posts [ ]
    1000 posts [ ]
    Code a hack [ ]
    Make a Texture mod [ ]
    Make a Model Swap [ ]
    Make a USEFUL model swap [ ]
    Make a model edit [ ]
    Make a USEFUL model edit [ ]


    ~MMFWCL~

  11. #9
    Decoder back's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    197
    Reputation
    28
    Thanks
    112
    Quote Originally Posted by Awcomenoutjr View Post
    I dont know >.< I dont even know any C++ yet this is like a whole different language to me im used to modding and model edit shit not C++ - and i repped u
    it will Help u bro !

    XoaX.net Video Tutorials

    start with lesson 1 And Good luck!

    Edit : Before you get into it , Take A look in Logic of programming, Logic problems , Programming oriented to objects and also start with an console application !

    https://xoax.net/comp/cpp/console/index.php

    i Hope it Helped Buddy
    Last edited by Decoder back; 03-28-2011 at 01:30 AM.

  12. The Following User Says Thank You to Decoder back For This Useful Post:

    Awcomenoutjr (03-27-2011)