Lots of questions about C++

Sharky Forums


Results 1 to 6 of 6

Thread: Lots of questions about C++

  1. #1
    Sushi
    Join Date
    Sep 2001
    Posts
    2

    Post Lots of questions about C++

    ok, I am wanting to learn about C++, and I have this old Teach Yourself C++ in 24 hrs. book, and im wondering, how do I compile my code? It says in the book, once done, compile it. How do I do that. Is there some place I can download a compiler?

    Also, it says I should end the file with .cpp but my when I type it in the notepad and save it, it does filename.cpp.txt how do I get it to just end with .cpp like it ask?

    I know these sound like stupid questions, but I cannot find it in this book. Hope you can help.

    ------------------
    none at the moment

  2. #2
    Tiger Shark
    Join Date
    Feb 2001
    Location
    Satan Country
    Posts
    564

    Post

    Using windows you want to get either borland or VC++.

    You can download a free/trial version of borland. DO a search on internet. It'll have a text edito built in.

    ------------------
    system specs:
    Voodoo 5 5500 agp
    tyan 1834d tiger 133 dual 800eb 133mhz FSB
    via chipset kx133 via apollo pro (don't make this mistake)
    256 MB RAM
    2 maxtor 60gig ata100 drives
    promise ata100 controller
    liteon 52 truex cdrom
    Linksys ethernet 10/100
    Soundblaster Live! (what's so exciting about it??) value edition
    300watt power supply (inwin)
    about 7 pounds of fans (I'm not kidding)
    Suse 7.1(god gnome is crappy compared to CDE)/win2000 based system
    I'm half Scottish and half French.

    I surrender to alcohol.

  3. #3
    Sushi
    Join Date
    Sep 2001
    Posts
    2

    Post

    hey bryce you might want to make this correction on your sig. Your motherboard cant have the KX133 chipset, as it is designed for the athlon. However that chipset it probably the VIA Apollo Pro 133A chipset.

    ------------------
    none at the moment

  4. #4
    Tiger Shark
    Join Date
    Feb 2001
    Location
    Satan Country
    Posts
    564

    Post

    Thanks!


    Originally posted by Ruffian:
    hey bryce you might want to make this correction on your sig. Your motherboard cant have the KX133 chipset, as it is designed for the athlon. However that chipset it probably the VIA Apollo Pro 133A chipset.



    ------------------
    system specs:
    Voodoo 5 5500 agp
    tyan 1834d tiger 133 dual 800eb 133mhz FSB
    via chipset kx133 via apollo pro (don't make this mistake)
    256 MB RAM
    2 maxtor 60gig ata100 drives
    promise ata100 controller
    liteon 52 truex cdrom
    Linksys ethernet 10/100
    Soundblaster Live! (what's so exciting about it??) value edition
    300watt power supply (inwin)
    about 7 pounds of fans (I'm not kidding)
    Suse 7.1(god gnome is crappy compared to CDE)/win2000 based system
    I'm half Scottish and half French.

    I surrender to alcohol.

  5. #5
    Expensive Sushi
    Join Date
    Sep 2001
    Posts
    14

    Post

    On a side note, VC++ can be had for pretty cheap at a local community college. I picked up a copy for 40 bucks at my local community college bookstore, no student ID required With a big 'Academic Pricing' sticker on it too. Downside is, break the seal, you buy it, but, I mean, hey, its a c++ compiler, sure it has a bunch of useless crap added in, but, it works, and if you're doing windoze coding, its the "standard".

  6. #6
    Hammerhead Shark
    Join Date
    Sep 2000
    Location
    Washington DC
    Posts
    1,286

    Post

    Borland's basic C++ compiler is free, this isn't Borland's C++ Builder (which you can find a 60 trial for on their website), it's just the basic compiler

Posting Permissions

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