What is a good C++ compiler?


 
Thread Tools Search this Thread
Special Forums IP Networking What is a good C++ compiler?
# 1  
Old 11-26-2009
Question What is a good C++ compiler?

i am beginner in tcp programming
i know c++ laguage
i read i internet that ICE is more powerfull
help me please
# 2  
Old 12-03-2009
Your question is not very clear, but:

Perl has built in TCP functionality, see:
Perl, Sockets and TCP/IP Networking.
and:
! Aware to Perl: TCP Clients with IO::Socket


The obvious and free C++ compiler is GCC, see:
GCC, the GNU Compiler Collection - GNU Project - Free Software Foundation (FSF)
# 3  
Old 12-05-2009
thank's for this informations
but i know and i hope c++ programming envirment

---------- Post updated at 05:18 AM ---------- Previous update was at 05:17 AM ----------

thank's for this informations
but i know and i hope c++ programming envirment
# 4  
Old 12-05-2009
are u looking for a Good C++ compiler?........I think G++ is a good one or use GCC.

Thakns
Saurav
# 5  
Old 01-06-2010
i think that QT compiler is good and easy for all platform LINUX and WINDOWS and mac and pocket pc and mobile phone OS like symbian to downland new version
Products — Qt - A cross-platform application and UI framework
# 6  
Old 01-06-2010
walidfinder, a library is not a compiler. a compiler's a compiler -- the bit that compiles, turning source code into machine code.
# 7  
Old 01-06-2010
QT appears to be a complete development IDE, but it's definitely NOT free.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

cc compiler and gcc compiler

hi, can we install gcc compiler in unix based OS(sun solar,IBM AIX,HP,etc) and also can we install sun cc compiler in AIX environment and vice versa. and more ..is linux support cc compiler regards Ajay (3 Replies)
Discussion started by: ajaysahoo
3 Replies

2. Solaris

C Compiler

Greetings, :rolleyes: :o :confused: I am working on Solaris 8. I have a few questions: 1. How do I determine if I have the CC compiler? I know it isn't in my $PATH, so how do I find it? 2. How do you install wget? I have read the INSTALL file, but I am not familar with the switches,... (25 Replies)
Discussion started by: Roam
25 Replies

3. Programming

How Can a Machine Reads a Compiler Since A Compiler is Written in Text! Not Binaries?

To make a programming language you need a compiler, so what was the first programming language and how was is created if you need the compiler first? The compiler itself is considered as a high language comparing to the machine! since the compiler is not created in 1's and 0's... Eventhough i... (12 Replies)
Discussion started by: f.ben.isaac
12 Replies

4. UNIX for Dummies Questions & Answers

xl C/C++ compiler to GCC compiler

Hi, we are converting from IBM-AIX(xl c/c++ compiler) to Linux(GCC complier). As a part of this i need to change the CFLAGS. The xl c/c++ complier CFLAGS is CFLAGS := $(CDEBUG) $(PROJECT_INCLUDE_DIRS) $(COBJECT_MODE) -qcpluscmt -qmakedep -qcheck=all \ -qalign=bit_packed $(LINT_FLAGS)... (0 Replies)
Discussion started by: pbattu1
0 Replies

5. Programming

C compiler

I'm new to C but eager to get started. I purchasewd beginning C by Ivor Horton and realise that I need a C compiler. I looking for the most appropriate and economical way to obtain this, any suggestions would be greatly appreciated. (5 Replies)
Discussion started by: ferret
5 Replies

6. Windows & DOS: Issues & Discussions

Compiler

Anyone know of a gcc (maybe there is a Windows version of gcc)equivalent compiler that I can download (for free) and run on a Windows2000 machine? Am new to C and want to keep writing code while I am away on vacation - bringin my laptop . thanks in advance (4 Replies)
Discussion started by: google
4 Replies

7. Programming

c compiler

i'm using linux to compile my c program right now. are there any free c compiler with all the standard header file, such as <stdio.h>, <unistd.h>..., i can download and use? can Microsoft Visual C++ compile C code? thanks. (1 Reply)
Discussion started by: bb00y
1 Replies

8. Programming

c compiler

What can I do if my unix didn't come with cc or gcc. there must be a place to get those programs. Just not where i can find them:confused: (3 Replies)
Discussion started by: hector
3 Replies

9. Programming

Compiler....

:confused: How to do Compiler a .so with oracle9 libs? I have my file -> oracobo.pc my .so is called by Cobol App. -> Runcobol (I don't have source). Which is the statement of cc compiler? It's Right : proc oracobo.pc cc -O -q32 -DDYNAMIC_LIBRARIES_SUPPORTED... (0 Replies)
Discussion started by: luckycs
0 Replies
Login or Register to Ask a Question