Thread: SICK SaD NEWBIE HERE

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    12

    Unhappy SICK SaD NEWBIE HERE

    I must be a *bleeping* newb cuz Im following the tutorial on this site and I dont think i even have the right programs! Alls i got is borland 5.5 i just wanna make a simple program right now like in the tutorial:

    #include <iostream.h>
    int main()
    {
    cout<<"Potatos will rule the world YOU CANT ECSCAPE!" ;
    return 0 ;
    }

    So ANY help would be greatly appreciated!

    Oh and you SHOULD help because if you do then you'll feel all big and bad cuz you helped a newb and you will rule so just help.
    GET OFF MY POTATOS!

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    12
    O and if borlands all I need, how do i work the mesS? I cant figure it out. I made a notpad file with this:

    #include <iostream.h>
    int main()
    {
    cout<<"YES, POTATOS WILL STILL DESTROY YOU WITH THEIR SUPER ELECTRIC GRILLMONSTER!" ;
    return 0 ;
    }

    and saved it as hello.rc. but i dont now how to make it run like an actual program!
    GET OFF MY POTATOS!

  3. #3
    Registered User
    Join Date
    Jan 2002
    Posts
    12
    O yeah, do you guys recommend any specific compilers that are better than this borland mess? (if its not any good that is)
    GET OFF MY POTATOS!

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    421
    you should have saved it as a .cpp file not a .rc (.rc is a resource file).

    it should compile fine.

    I prefer MS Visual C++.. but it doesn't really matter.. whatever you are used to is fine.

    U.
    Quidquid latine dictum sit, altum sonatur.
    Whatever is said in Latin sounds profound.

  5. #5
    Registered User
    Join Date
    Jan 2002
    Posts
    12
    ok thanks a lot
    GET OFF MY POTATOS!

  6. #6
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    check out dev c++, its free and has a GUI (graphical user interface)

    its at www.bloodshed.net

  7. #7
    Registered User
    Join Date
    Jan 2002
    Posts
    12

    Talking

    Wow, thanks a lot. DEV is MUCH easier to use than Borland.
    GET OFF MY POTATOS!

  8. #8
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Ya I know, I had Borland too and it was a big pain in the u know what.

  9. #9
    If you get into any assembler in Dev-C++ you will have problems. Also, some interupts won't work. I would suggest DJGPP, but it is just like Borland's IDE, unless you find a better one then RHIDE or Emacs.

  10. #10
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    That stinks. Why do all the good compilers have to cost big $$.

  11. #11
    Registered User
    Join Date
    Jan 2002
    Posts
    2
    They don't, man... use gcc in Linux! It kicks a$$

  12. #12
    Registered User
    Join Date
    Jan 2002
    Posts
    12
    Whatever man, alls I know is I don't have ANY money to go buying compilers all over the place .
    GET OFF MY POTATOS!

  13. #13
    I wish I could get Visual C++ for cheap, but just for the learning edition it costs $100.

  14. #14
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    why don't we just send it to you?

  15. #15
    Registered User dirkduck's Avatar
    Join Date
    Aug 2001
    Posts
    428
    I got VC++ standard edition for 80$

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie with Very Newbie Question
    By Jedi_Mediator in forum C++ Programming
    Replies: 18
    Last Post: 07-01-2008, 08:00 AM
  2. Are you sick of Gaagle.com ?
    By kryptkat in forum A Brief History of Cprogramming.com
    Replies: 44
    Last Post: 01-26-2006, 07:54 PM
  3. getting to grips with allegro and ms vc++ (newbie)
    By jimjamjahaa in forum C++ Programming
    Replies: 4
    Last Post: 11-18-2005, 07:49 PM
  4. Newbie Programmer
    By Extropian in forum C++ Programming
    Replies: 3
    Last Post: 05-18-2004, 01:17 PM
  5. Newbie Game Develpoers Unite!
    By Telenosis in forum Game Programming
    Replies: 10
    Last Post: 06-22-2002, 02:02 PM