The Cellar  

Go Back   The Cellar > Main > Technology
FAQ Community Calendar Today's Posts Search

Technology Computing, programming, science, electronics, telecommunications, etc.

Reply
 
Thread Tools Display Modes
Old 09-11-2004, 08:40 AM   #1
Undertoad
Radical Centrist
 
Join Date: Jan 2001
Location: Cottage of Prussia
Posts: 31,423
Quick programming question

What is the predominant C/C++ development environment for Windows?

OK, now what if you want something cheaper?

Well if I wanted to tightly integrate with Visio, should I just sigh and use Visual Basic? How expensive is that?
Undertoad is offline   Reply With Quote
Old 09-11-2004, 08:50 AM   #2
SteveDallas
Your Bartender
 
Join Date: Jan 2002
Location: Philly Burbs, PA
Posts: 7,651
I can't answer #1 and #3, but if you want cheap...

http://bdn.borland.com/article/0,1410,21751,00.html
SteveDallas is offline   Reply With Quote
Old 09-11-2004, 09:32 AM   #3
dar512
dar512 is now Pete Zicato
 
Join Date: May 2003
Location: Chicago suburb
Posts: 4,968
Most win32 C++ is done with Microsoft's Visual C++.

For cheaper, check out Borland as SteveD said or the gnu compiler in the Cygwin environment. I use bash under Cygwin as my normal shell. Very nice if you like bash over MS' stupid console. And the gnu compiler is very stable. It can be used to make true win32 gui apps if that's what you want. And all the Cygwin stuff is gnu licensed.

However, if your only need for a compiler is to integrate some code with Visio, that's a horse of another color. I imagine (but don't know - you should check) that the Visio API is OLE/COM/ATL based. If that is true, then I strongly suggest that you check into VB or C#. I've had to write COM apps a couple of times and it is a royal pain in the ass to do in C++.

From Programmer's Paradise - for the standard editions
VB is $93.99
VC# is $99.99
VC++ is $93.99
dar512 is offline   Reply With Quote
Old 09-11-2004, 05:30 PM   #4
Undertoad
Radical Centrist
 
Join Date: Jan 2001
Location: Cottage of Prussia
Posts: 31,423
Visio is COM, it turns out. I don't know how closely I have to integrate with it, but I have a guess it's near 100%.

Visual Basic.net versus Visual C-sharp. It comes down to this. Well, I guess I'll just have to hold my nose...
Undertoad is offline   Reply With Quote
Old 09-11-2004, 06:19 PM   #5
mbpark
Lecturer
 
Join Date: Jan 2001
Location: Carmel, Indiana
Posts: 761
Either way, it's MS

Anton,

It's definately not the VB you knew.

If you have any Java experience, go for VC#. It's got decent enough COM support to manage the job. It's also not a bastardization like VB.net is .

Mitch
mbpark is offline   Reply With Quote
Reply


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

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

All times are GMT -5. The time now is 11:26 PM.


Powered by: vBulletin Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.