473,386 Members | 1,810 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,386 software developers and data experts.

C++ standards

Hi,

I am new to C++ development and want to know what is the most used
compiler for C++ on Windows and Linux(g++).

Also, if you could point out few IDEs which are free both in windows as
well as Linux.

Thanks

Apr 4 '06 #1
2 1526
You already got the most used compiler on Linux i.e. g++ from GNU.

As for Windows, I think MSVC++ compiler is the most used compiler.

Free IDE for Windows :

Eclipse supports C++ http://www.eclipse.org/
Dev-C++ uses windows port of g++ http://www.bloodshed.net/
Emacs and gvim port from cygwin

Free IDE for Linux

Anjuta http://www.anjuta.org
Kdevelop which comes with KDE
Ever venerable vim and emacs

Most of the text editors on Linux do provide with syntax highlighting
for C++

Tejas Kokje

Apr 4 '06 #2
Hi!

For C++ IDE I recommend www.CodeBlocks.org , it's free and easy to
use, because it's usese wxWidgets it's cross platform, nice looking,
have some greate plugins, has support for manny compilers:

* GNU GCC (Linux)
* MinGW GCC (Win32)
* Microsoft's Visual C++ Free Toolkit 2003 (Win32)
* Borland's C++ Compiler 5.5 (Win32)
* DigitalMars (Win32)
* OpenWatcom (Win32)
* Small Device C Compiler (SDCC)
* Intel C++ compiler

For windows you can download it with MINGW compiler :
http://prdownloads.sourceforge.net/c...s-1.0rc2_mingw...
or without :
http://prdownloads.sourceforge.net/c...s-1.0rc2.exe?d...

It also has support for GDB (Gnu Debug tool), but if you want to use
it don't forget to enable it from the menu Project/Build
option/Compiler/Compiler flags and here be sure that you use the
"Produce debugging symbols" option.
Here you can find a nice turorial transleted from french :
http://translate.google.com/translat...ulou.developpe...
That's a 40 MB video about using and configuring Code::Blocks for new
users: http://www.gametutorials.com/codeblocks_tutorials.zip

Apr 5 '06 #3

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

Similar topics

0
by: MarionEll | last post by:
XML 2003 Interoperability Demonstrations to Showcase Industry Standards, Integrated Vendor Solutions Alexandria, VA – Nov. 19, 2003 – IDEAlliance, a leading trade association dedicated...
162
by: Isaac Grover | last post by:
Hi everyone, Just out of curiosity I recently pointed one of my hand-typed pages at the W3 Validator, and my hand-typed code was just ripped to shreds. Then I pointed some major sites...
4
by: dotNetDave | last post by:
About three weeks ago I released the first .NET coding standards book titled "VSDN Tips & Tricks .NET Coding Standards". Here is what the famous author/ speaker Deborah Kurata says about it: ...
17
by: Ian | last post by:
Hi there, Can anybody tell me where I can find a standards documents like you have in c#. I am trying to write javascript and would like to know what standards are i.e. Where to put the...
23
by: Mario T. Lanza | last post by:
I have been authoring web sites for several years now and recently come to value web standards (as touted by Zeldman and many other web gurus). I have noticed with frustration that there are so...
250
by: Sugapablo | last post by:
Just out of curiosity, while checking on a site I was working on, I decided to throw a couple of the web's most popular URLs into the W3C Markup Validator. Out of microsoft.com, google.com,...
115
by: junky_fellow | last post by:
What is a C object ? If i have some function "func()" in my C program, then can i say that "func()" is a C object ? or if i have some function pointer (ptr) which contains the address of...
9
by: Jason Gogela | last post by:
Does anyone out there know why I should care whether a <span> is nested in a <p> or vice versa? What is the bennafit of adhering to this standard? It seems to me that regardless of which way you...
3
by: editormt | last post by:
A recent poll asked if programming standards are used by development organisations... and if they are controlled. None: 20% Yes, but without control: 49% Yes, with control: 31% Participants:...
53
by: Jim Cook | last post by:
I previously had asked if there was an online standards file so I could read that and answer my own questions without posting here and getting flamed for not having done my homework. I was...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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?
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.