943,838 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 3258
  • C++ RSS
Sep 12th, 2003
0

compilers for c++

Expand Post »
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++...
Similar Threads
Reputation Points: 16
Solved Threads: 2
Posting Whiz in Training
camelNotation is offline Offline
208 posts
since Sep 2003
Sep 12th, 2003
0

Re: compilers for c++

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.
C++ Syntax (Toggle Plain Text)
  1. bool myVar;
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 162
The Queen of DaniWeb
cscgal is offline Offline
13,645 posts
since Feb 2002

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: Dia, .PDB files
Next Thread in C++ Forum Timeline: Im new to this site and c++





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC