Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I look for little C++ compiler ( download ), help me !

Status
Not open for further replies.

Maxik

Programmer
Dec 9, 2000
1
DE
I look for little C++ compiler ( download ), help me !
 
Hi,
Get the c++ver1.01(I think that's the right ver) it has mouse support..

Once you down load it follow these directions.

Hello!

What OS do you use?

For all OS's you have to copy all files to one directory. Then use the
"subst" command.

For DOS:

subst a: c:\tmp\tc201
install ...
subst a: /d

For W2k it is similar but you have to choose a driveletter which is not
in use. In DOS it must be valid/in use.

Robert Riebisch


They were posted on a Borland Message board by the name above.

Good Luck
Pappy
 
Go to download.com and download a compiler called Dev-C++. It is made by a company called Bloodshed. For free, it is an excellent compiler with a nice GUI and many templates to play around with.

It does not support all of ANSI standards, but most of them, and if you ever find yourself using the conio.h file, change the name to conio.c. =)

Hope this helps,
-Vic

vic cherubini
malice365@hotmail.com
====

Knows: Perl, HTML, JavScript, C/C++, PHP, Flash, Director

Wants to Know: Java, Cold Fusion, Tcl/TK

====
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top