473,395 Members | 1,956 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

about Compiler

hi,

i want to learn C++ language, i know a little bit C language, would you
please tell me the best Compiler for C++, and the Books for beginners
and intermediate and Advanced also.

thanx

Mar 27 '06 #1
4 1307
ashu wrote:
i want to learn C++ language, i know a little bit C language, would you
please tell me the best Compiler for C++, and the Books for beginners
and intermediate and Advanced also.


For book reviews, look here.

www.accu.org

The best compiler depends on a lot of things. Like, what OS you
are using. You can likely get the gnu compiler for your system,
and it's under the gnu license. If you step up to commercial
development, there's several choices, none perfect. Gets you
back to what operating system you intended to develop for.
Socks

Mar 27 '06 #2
ashu wrote:
hi,

i want to learn C++ language, i know a little bit C language, would you
please tell me the best Compiler for C++


Define best.

best == most standard compliant?
best == generating fastest code?
best == compiles fastest?
best == cheapest?

- J.
Mar 27 '06 #3
I think GNU C++ (g++) compiler is good enough if you are beginner. It
is easy to install on most of modern UNIXes (Linux and BSD). It is also
available for other OSes.

If you use windows, get Dev-C++ from

http://www.bloodshed.net/download.html.

It comes with Mingw ( a g++ windows port). You get a good c++ editor
with a good compiler for free.

For books, I like C++ complete reference and Thinking in C++ by Bruce
Eckel. You can get PDF version of Thinking in C++ book for free at

http://www.planetpdf.com//article.asp?contentid=6634&ra

Tejas Kokje

Mar 27 '06 #4
you can also get the Microsoft Visual studio 2005 .NET which is free.

"ashu" <as*********@gmail.com> wrote in message
news:11**********************@e56g2000cwe.googlegr oups.com...
hi,

i want to learn C++ language, i know a little bit C language, would you
please tell me the best Compiler for C++, and the Books for beginners
and intermediate and Advanced also.

thanx

Mar 27 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Tim Rentsch | last post by:
Here's another question related to 'volatile'. Consider the following: int x; void foo(){ int y; y = (volatile int) x;
81
by: Matt | last post by:
I have 2 questions: 1. strlen returns an unsigned (size_t) quantity. Why is an unsigned value more approprate than a signed value? Why is unsighned value less appropriate? 2. Would there...
50
by: Joseph Casey | last post by:
Greetings. I have read that the mistake of calling free(some_ptr) twice on malloc(some_data) can cause program malfunction. Why is this? With thanks. Joseph Casey.
2
by: Rajshekhar | last post by:
Hi all, Where can i get the complete details about the all types of errors and warnings that a C-compiler pops up..?? any pdfs or links or books to refer....! plz help me out.. Regards,...
15
by: Marc Thrun | last post by:
Hello, I've got a few questions: 1) Given the two structs struct A { int x; }; and
11
by: Sensei | last post by:
Hi again! I have still curiosity about the reason of some C constructs/keywords... The first is about static functions. What was the reason of restricting a function to be visible just in a...
7
by: Yuri_Юрий | last post by:
I'm confused about the VARIABLE LENGTH ARRAYS. {scanf("%d",&n);float a;} In which compiler can I use it? I tried VC++6.0 SP6,but it's reported error:CONSTANT EXPRESSION! Another question, What...
68
by: James Dow Allen | last post by:
The gcc compiler treats malloc() specially! I have no particular question, but it might be fun to hear from anyone who knows about gcc's special behavior. Some may find this post interesting;...
13
by: charpour | last post by:
Hello, in the program below: #include <stdio.h> int main(void) { int x = 1, y = 2, z; z = x+++y; return 0; }
10
by: JosephLee | last post by:
In Inside C++ object Model, Lippman said there are four cases in which compile will sythesize a default constructor to initialize the member variables if the constructor is absent: 1. there is a...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.