Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 12th, 2005, 3:29 PM   #21
LOI Kratong
Professional Programmer
 
Join Date: May 2005
Location: Woo - Boot Sector!
Posts: 294
Rep Power: 4 LOI Kratong is on a distinguished road
Quote:
Originally Posted by coldDeath
i don't have time to flame
Nice to see everyone being nice for the right reasons
__________________
www.heldtogether.co.uk
LOI Kratong is offline   Reply With Quote
Old Dec 13th, 2005, 7:43 AM   #22
zirener
Newbie
 
Join Date: Dec 2005
Location: Space, Tellus, Europe, Norway, Oslo
Posts: 23
Rep Power: 0 zirener is an unknown quantity at this point
Send a message via MSN to zirener
Quote:
Originally Posted by coldDeath
meh, you win this time. But i have my eye on you....

GCC + VIM + Makefiles + Slackware + Tea = rocking :-)
Wheee! I won, hehe :p
Btw.: You forgot GDB, Valgrind, SCons and Gentoo
zirener is offline   Reply With Quote
Old Dec 13th, 2005, 9:41 AM   #23
HaCkeR
Hobbyist Programmer
 
HaCkeR's Avatar
 
Join Date: Nov 2005
Location: UK
Posts: 131
Rep Power: 0 HaCkeR is an unknown quantity at this point
Send a message via AIM to HaCkeR Send a message via MSN to HaCkeR
Dev-C++ is what i use and proberly always will. Its free and easy to use
HaCkeR is offline   Reply With Quote
Old Dec 13th, 2005, 11:50 AM   #24
ZenMasterJG
Hobbyist Programmer
 
ZenMasterJG's Avatar
 
Join Date: Nov 2004
Location: Boston, MA
Posts: 148
Rep Power: 4 ZenMasterJG is on a distinguished road
Send a message via AIM to ZenMasterJG
how about emacs + gcc

On *nix systems i use gcc. Windows i actually shelled out the bucks for Visual Studio. I can't stand MinGW or DevC++. No real reason, i've used 'em just fine. Just didn't enjoy it. (Not that I enjoy microsoft products, i just like it better then DevC++.)
ZenMasterJG is offline   Reply With Quote
Old Dec 13th, 2005, 11:57 AM   #25
zirener
Newbie
 
Join Date: Dec 2005
Location: Space, Tellus, Europe, Norway, Oslo
Posts: 23
Rep Power: 0 zirener is an unknown quantity at this point
Send a message via MSN to zirener
Well, MinGW is just GCC ported to Windows. MinGW Developer Studio on the other hand is an IDE. :p
__________________
«Don't touch what you can't grab!»
zirener is offline   Reply With Quote
Old Dec 13th, 2005, 12:36 PM   #26
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
Quote:
Originally Posted by ZenMasterJG
how about emacs + gcc

On *nix systems i use gcc. Windows i actually shelled out the bucks for Visual Studio. I can't stand MinGW or DevC++. No real reason, i've used 'em just fine. Just didn't enjoy it. (Not that I enjoy microsoft products, i just like it better then DevC++.)
I do enjoy Microsoft's products, I think Visual Studio is great.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
nnxion is offline   Reply With Quote
Old Apr 11th, 2006, 9:30 PM   #27
Friendship
Newbie
 
Join Date: Dec 2005
Posts: 2
Rep Power: 0 Friendship is on a distinguished road
Talking

Quote:
Originally Posted by Friendship
I would appreciate hearing your knowledgable recommendation about what might be the best compiler and learning environment for learning (continuing to learn) C++. I have an old Borland 4.5 program for Windows 3.1 which was good for learning some basics. I got drawn away from my studies for a while, but now I am getting back on track. In the meantime, things have changed both in the programming realm and in my personal computer as well. I now have Windows XP and would like to know how to program in the latest Windows format. What do you recommend? Can you discuss the advantages of a Borland product versus a Microsoft product? What is the advantage of using Visual C++? Or the .NET environment? Is there a compiler that is particularly easy to use for beginning students? Perhaps even is bundled with tutorial features? If you have experience with any of these things and can give me sound advice, I would appreciate it immensely!
I owe a debt of thanks to everyone who responded to my post in December of last year! I am REALLY SORRY it has taken so long. I wasn't subscribed to my own post apparently...I got no email indicating there were posts. I suppose Christmas and house guests distracted me enough to completely forget that I posted the question in the first place. Anyway, thank you all for the info! I had no idea about the free devC++ software, let alone how popular it seems to be with so many of you! Are there tutorial features associated with it?? I'll have a look, but actually I was leaning heavily toward a choice between Borland and Microsoft products, and was also wondering about whether I should be concerned with learning about the .NET environment. If there's no more response to this thread, I'll understand...perhaps there's been WAY too much of a time delay...at least I got a chance to say thanks... although it might be like a tree falling in the forest when no one is there!
Friendship is offline   Reply With Quote
Old Apr 12th, 2006, 11:44 AM   #28
Prm753
Professional Programmer
 
Prm753's Avatar
 
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power: 3 Prm753 is on a distinguished road
Send a message via AIM to Prm753 Send a message via MSN to Prm753
Actually, there is a small but good C tutorial that comes with Dev-C++, and there are examples of programming with the Win32 API and in a folder aptly named "Examples". I haven't really used many Borland or Microsoft products, so I'll let someone else tell you about those.
__________________
The world's first athletic computer geek!
The home of PrProgramsStudios
How not to post a question: <-- Please don't reply
Prm753 is offline   Reply With Quote
Old Apr 12th, 2006, 12:22 PM   #29
Seif
Hobbyist Programmer
 
Seif's Avatar
 
Join Date: Jan 2006
Location: UK
Posts: 214
Rep Power: 3 Seif is on a distinguished road
Visual Studio 2005 express edition is cool and Free... unless you wan't to do any win32 api stuff as it doesn't come with any of that. You could install the PSDK for it, but alas I found it wouldn't work for me when compiling
Seif is offline   Reply With Quote
Old Apr 12th, 2006, 1:28 PM   #30
Cache
Hobbyist
 
Join Date: Sep 2005
Posts: 261
Rep Power: 4 Cache is on a distinguished road
Quote:
Originally Posted by Seif
Visual Studio 2005 express edition is cool and Free... unless you wan't to do any win32 api stuff as it doesn't come with any of that. You could install the PSDK for it, but alas I found it wouldn't work for me when compiling
I had MSVC++ Express compiling native Win32 API code. You just have to change a few of it's configuration files. No doubt you can do the same with VSE. See google for more information.
Cache is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:04 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC