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

32 bit c++ complier

can anyone suggest some 32bit C++ compilers for both windows and linux
and a good ide for c++
Rohit

Jul 23 '05 #1
7 1545
Rohit wrote:
can anyone suggest some 32bit C++ compilers for both windows and linux
and a good ide for c++


As Compiler: g++
On Linux directly avialable with the gcc package, on Windows through
mingw (http://www.mingw.org) of cygwin (http://www.cygwin.com)

As IDE:
I could recommend eclipse (http://www.eclipse.org) with cdt-plugin
(http://www.eclipse.org/cdt/). Or as Linuxuser i could also recommend
one of vi or (x)emacs with additional plugins. Both are available for
windows too.

Manfred
Jul 23 '05 #2
Rohit wrote:
can anyone suggest some 32bit C++ compilers for both windows and linux
and a good ide for c++
Rohit

A good IDE on linux would be www.kdevelop.org too!
Jul 23 '05 #3
Manfred wrote:
As IDE:
I could recommend eclipse (http://www.eclipse.org) with cdt-plugin
(http://www.eclipse.org/cdt/).


Have you tried Eclipse/CDT? On which platform (Win, Unix, ...)?. Is CDT
really usable?

Jul 23 '05 #4
Rapscallion wrote:
Manfred wrote:
As IDE:
I could recommend eclipse (http://www.eclipse.org) with cdt-plugin
(http://www.eclipse.org/cdt/).

Have you tried Eclipse/CDT? On which platform (Win, Unix, ...)?. Is CDT
really usable?


I did, and I didn't like it. Eclipse is slow, and CDT didn't work well
either. Try Anjuta instead.

--
Matthias Kaeppler
Jul 23 '05 #5
> Have you tried Eclipse/CDT? On which platform (Win, Unix, ...)?. Is CDT
really usable?


I have used eclipse/cdt on Linux, my friend on Windows. The newest
version is quit good. But i must say that eclipse is using a lot of
memory and harddisk (including the Java-Runtime you need to execute
eclipse).

On Windows many people use VisualStudio from Microsoft, but this costs a
lot of money if you have to buy it regular.

The 'Problem' with Anjuta/ Kdevelop is that they either need gnome or
kde. It is not a problem for most people but i don't like having gnome/
kde on my linux (this is a personal preference, not inteded to start a
flame war ;) ).
So as an emacs user (also personal preference) i'd advise you to use
emacs, but this isn't what most people want :) .

Manfred
Jul 23 '05 #6
Manfred wrote:
Have you tried Eclipse/CDT? On which platform (Win, Unix, ...)?. Is CDT
really usable?

I have used eclipse/cdt on Linux, my friend on Windows. The newest
version is quit good. But i must say that eclipse is using a lot of
memory and harddisk (including the Java-Runtime you need to execute
eclipse).

On Windows many people use VisualStudio from Microsoft, but this costs a
lot of money if you have to buy it regular.

The 'Problem' with Anjuta/ Kdevelop is that they either need gnome or
kde. It is not a problem for most people but i don't like having gnome/
kde on my linux (this is a personal preference, not inteded to start a
flame war ;) ).
So as an emacs user (also personal preference) i'd advise you to use
emacs, but this isn't what most people want :) .

Manfred


I also use Emacs :)
But it's not an IDE, it doesn't come with companion tools or so, it's
just a very convenient and efficient source code editor (once you get
used to its strange keyboard hooks).

I also liked Kate, but it's also just an editor.

--
Matthias Kaeppler
Jul 23 '05 #7
Manfred wrote:
Have you tried Eclipse/CDT? On which platform (Win, Unix, ...)?. Is CDT
really usable?


I have used eclipse/cdt on Linux, my friend on Windows. The newest
version is quit good. But i must say that eclipse is using a lot of
memory and harddisk (including the Java-Runtime you need to execute
eclipse).

On Windows many people use VisualStudio from Microsoft, but this costs a
lot of money if you have to buy it regular.


This might be interesting:
http://www-128.ibm.com/developerwork...lipsevs-i.html

Jul 23 '05 #8

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

Similar topics

0
by: Francisco J. Reyes | last post by:
I get an Internal complier error when compiling C# windows project that uses a custom Class add as reference to the project. The problem appears to be related to the ENUM type used in the class...
3
by: Ygn | last post by:
#include <stdio.h> #include <winsock2.h> #include <windows.h> #include <process.h> #include <string.h> #include <winbase.h> #include <sys/socket.h> I would like to do compiling this header....
5
by: Seven Kast USA | last post by:
Hi pelase explain me complier design of c and i need a small example complier design all phases in c programming . by KAST
2
by: qbin_wang | last post by:
Hi: now i want to download a free c complier which can be used in windows system.and i see many posts in the comp.lang.c,but i don't find the answer.who can tell me the true and correct website...
2
by: Ali Alsaffar | last post by:
Hi there, - I updated my windows XP professional with all critical updates available at windowsupdate.com - I updated Microsoft .NET Framework 1.1.4322 from thier also - I installed Visual Basic...
8
by: shannon | last post by:
Hi there, Does anyone know if you can download a free javascript complier from the net. I need to check my code for a project. Thanks Shannon.
11
by: jryden | last post by:
I wrote the following code into a console program in Visual C++6. If you build a release build and select custom optimizations and select 'general optimizations' as the only optimization then you...
1
by: tccode97 | last post by:
Hi, I need an urgent help. I am developing a socket application in VC++ that uses asynchronous connnection. After doing search on google, I found the following link ...
11
by: neha | last post by:
Hi My question is : Would the expression *p++=c be disallowed by the complier. The answer given in the book is: No.Because here even though the vlue of p is acced twice it is used to modify...
16
by: sriever4u | last post by:
I am new to ARM linux, i am working on AT91RM9200 board and using ARM linuc C complier.. i want to know how to produce nanosecond delay using software...
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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.