473,386 Members | 2,078 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++ for windows while camping outdoors.

Hello, I could just use GNU's stuff and cygwin's commandline stuff to
do Windows XP development, but that would be sort of like going outdoor
camping in a mobile home. I want to know how it would feel to be a
windows developer.

Is there a decent IDE C/C++ compiler for windows, like Borland or
Microsoft C++?
I plan to write mostly commandline interfaces. But, I want to slowly
branch out to making actual Windows apps. Ideally, I'd just like a
nice gui front end to GNU compiler.

I looked at buying Borland compiler, but it's over $1000. They got a
free 1 month trial, but anything non-trivial will take more than a
month to write up.

So what are come cheap/free alternatives?

Thanks.

May 12 '06 #1
4 1297
* DaLoverhino:
Hello, I could just use GNU's stuff and cygwin's commandline stuff to
do Windows XP development, but that would be sort of like going outdoor
camping in a mobile home. I want to know how it would feel to be a
windows developer.

Is there a decent IDE C/C++ compiler for windows, like Borland or
Microsoft C++?
I plan to write mostly commandline interfaces. But, I want to slowly
branch out to making actual Windows apps. Ideally, I'd just like a
nice gui front end to GNU compiler.
You do not need an IDE to create GUI applications, no matter the
operating system (which, by the way, is off-topic here...).

I looked at buying Borland compiler, but it's over $1000. They got a
free 1 month trial, but anything non-trivial will take more than a
month to write up.

So what are come cheap/free alternatives?


Free C++ IDEs for Windows (I have no experience with them except
as noted):

* Microsoft's Visual Studio Express.

* CodeBlocks (reportedly the heir to DevC++).

* Bloodshed Dev-C++ (reportedly no longer maintained, but when
I looked at the web site now it says "Dev-C++ 5 (currently beta)").

* Eclipse (reportedly works "best" with g++, when I tried it a
few years ago it was not a work-saver, to put it that way)

* Ultimate C++ IDE (looked at it recently, it gave me the same
impression as ISE Eiffel once did, all restricted to some very
unconventional notion of how things should work, not much
recognizable -- which is sad, because it's obviously someone's
pride, a lot of work gone into it).

Hth.,

- Alf

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
May 12 '06 #2
DaLoverhino wrote:
Hello, I could just use GNU's stuff and cygwin's commandline stuff to
do Windows XP development, but that would be sort of like going
outdoor camping in a mobile home. I want to know how it would feel
to be a windows developer.
And you're posting in a _language_ newsgroup [instead of a Windows
newsgroup] because... ?
Is there a decent IDE C/C++ compiler for windows, like Borland or
Microsoft C++?
<offtopic>
Why "like"? Isn't Microsoft C++ available to you? Download their 2005
Express, and you get a nice IDE.
</offtopic>
I plan to write mostly commandline interfaces. But, I want to slowly
branch out to making actual Windows apps. Ideally, I'd just like a
nice gui front end to GNU compiler.
<offtopic>
Then use Dev-C++ (I believe it exists on more than one platform).
</offtopic>
I looked at buying Borland compiler, but it's over $1000. They got a
free 1 month trial, but anything non-trivial will take more than a
month to write up.

So what are come cheap/free alternatives?


Post to a Windows newsgroup, please. We try not to discuss products here.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
May 12 '06 #3

Victor Bazarov wrote:

And you're posting in a _language_ newsgroup [instead of a Windows
newsgroup] because... ?


Because I'm a retard? Anyways, thanks for the suggestions guys.

May 12 '06 #4
In article <11*********************@u72g2000cwu.googlegroups. com>,
DaLoverhino <Da*********@hotmail.com> writes
Hello, I could just use GNU's stuff and cygwin's commandline stuff to
do Windows XP development, but that would be sort of like going outdoor
camping in a mobile home. I want to know how it would feel to be a
windows developer.

Is there a decent IDE C/C++ compiler for windows, like Borland or
Microsoft C++?

Yes... MSC++ there is an "Express" version that is free to download and
use on their web site. It's all you need.
I plan to write mostly commandline interfaces. But, I want to slowly
branch out to making actual Windows apps.
The free MS system has wizards for both.
Ideally, I'd just like a
nice gui front end to GNU compiler.
Well you may as well use the MS IDE with their compiler and libraries.
I looked at buying Borland compiler, but it's over $1000. They got a
free 1 month trial, but anything non-trivial will take more than a
month to write up.
So what are come cheap/free alternatives?


Borland also give away their command line compilers FREE you would need
a to find an IDE.

You should also be posting to a Windows development NG not a language
specific NG They will probably be able to give you the links for the
free MS compilers

--
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
\/\/\/\/\ Chris Hills Staffs England /\/\/\/\/
/\/\/ ch***@phaedsys.org www.phaedsys.org \/\/\
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/

May 12 '06 #5

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

Similar topics

2
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000...
1
by: Scott Davies | last post by:
Hi, I'm looking for some help on a small program that I'm trying to develop in VB.NET. I'm having trouble getting the code that I've written to work, can anyone shed some light as to where I'm...
0
by: Scott Davies | last post by:
Hi, I'm looking for some help on a small program that I'm trying to develop in VB.NET. The program I'm trying to develop needs to be able to do the following: - Select remote server -...
4
by: Rod Gill | last post by:
Hi, I have a form that when opened in the designer appears of the screen. The form selector can't be dragged (or resized) and if I scroll right and down to centralise it the form simply jumps...
2
by: sambo251 | last post by:
After running a few updates I get this very annoying "Windows Installer" error #1706 that will ne go away! It keeps saying that it cannot find the file "instantsharedevices.msi", that it is on...
1
by: mfunkmann | last post by:
Hi, I recently got an error and I don't know how to fix it: Error 1 'System.Data.DataColumn' does not contain a definition for 'Windows' C:\c#\CsharpPRO\Form1.Designer.cs 304 77 CsharpPRO I...
0
by: Facundo Batista | last post by:
Hi! This post is to tell you about a Python event we had the last weekend. It was a Python camping, in Los Cocos, Córdoba, Argentina. More than 20 Python developers, some experienced, some new...
7
by: Phillip B Oldham | last post by:
Are there any python micro-frameworks (like ruby's Camping)?
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
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
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...

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.