Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
starting C++
#1
i bought me a C++ book and now i need a compiler. i dont know anything about c++ so is there an eviroment complier like QB i can download for free?
Reply
#2
For dos: DJGPP http://www.delorie.com/djgpp/
For dos and Windows: Open Watcom http://www.openwatcom.com/
For Windows:
Bloodshed Dev C++ http://www.bloodshed.net/devcpp.html (yeah weird name, I know)
LCC-Win32 http://www.cs.virginia.edu/~lcc-win32/
Reply
#3
If you want something simple you can also try Turbo C++ 1.01 (now freeware, thanks Borland Smile ). It's almost as old as QB, but the IDE is similar. Make sure to save your programs with a .CPP extension before you run them, or the compiler will assume that it's C and you'll get errors up the wazoo.
Reply
#4
I cant get tc to start. i did the tour.
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#5
interesting list, sterling, i'd forgotten about openwatcom and i've never heard of lcc.

Tell me, are there any good comparison speed tests on these compilers?

(ps. I still like dev-c++. It's just purty).
i]"I know what you're thinking. Did he fire six shots or only five? Well, to tell you the truth, in all this excitement, I've kinda lost track myself. But being as this is a .44 Magnum ... you've got to ask yourself one question: 'Do I feel lucky?' Well, do ya punk?"[/i] - Dirty Harry
Reply
#6
TC SUCKS. It can't use UGL :'(
earn.
Reply
#7
is it not real mode? It says nothing in the documentation.
i]"I know what you're thinking. Did he fire six shots or only five? Well, to tell you the truth, in all this excitement, I've kinda lost track myself. But being as this is a .44 Magnum ... you've got to ask yourself one question: 'Do I feel lucky?' Well, do ya punk?"[/i] - Dirty Harry
Reply
#8
Quote:I cant get tc to start. i did the tour.
Run TC\BIN\TC.EXE

Quote:TC SUCKS. It can't use UGL :'(
Code:
build 0.19b
    Added:
        - support for Borland/Turbo C/C++ real-mode compiler (medium memory
          model), including libs (both for release and debug modes), headers
          and some examples (headers are probably compatible with M$-C/QuickC
          and Watcom-C compilers, but calls to non ansi-c functions like
          farmalloc, farfree and farcoreleft are done, that may be a problem
          with other C real-mode DOS compilers than BC).
Reply
#9
Quote:Tell me, are there any good comparison speed tests on these compilers?
I don't know of any, sorry. Come to think of it, I'd like to see benchmarks too.
Reply
#10
DUDE! turbo c++ rocks! thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)