compilers for c++

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Sep 2003
Posts: 208
Reputation: camelNotation is an unknown quantity at this point 
Solved Threads: 1
camelNotation's Avatar
camelNotation camelNotation is offline Offline
Posting Whiz in Training

compilers for c++

 
0
  #1
Sep 12th, 2003
Hi i'm a newbie c++ programmer so I don't know much about compilers.I have a c++7 and a bulit-in text editor but when I try to retrieve the bytes the variable "Bool" takes the error or warning message says that bool is an undeclared identifier should I try with boolean? Is my compiler ok? :rolleyes:and would someone please tell me the difference between borland turbo c++ and only c++...
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,056
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 127
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: compilers for c++

 
0
  #2
Sep 12th, 2003
Regardless of what you use to write your c++ code, you need a compiler to turn it into an executable. C++ 7? What compiler is that? The Borland Turbo C++ compilers/ides are really nice, and a lot more straight-to-the-point (IMHO) than Microsoft Visual C++, for example.

Basically, you're looking at IDEs, integrated development environments. They combine the editor (with syntax highlighting) and the compiler into one.

If you were working on a unix platform, for example, gcc is a c++ compiler, only. You would write the c++ code in a text editor such as emacs, and then compile the code in a terminal via g++ file.cpp

Copy/paste the code you're having a problem with in a new thread and I'll take a looksie at it. e.g.
  1. bool myVar;
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC