Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Jul 4th, 2004, 7:26 PM   #1
>X<
Newbie
 
Join Date: Jun 2004
Posts: 8
Rep Power: 0 >X< is on a distinguished road
Basically i am wondering, is Visual C++ a different language to C++

Or is is C++ where you can see what is happening?

:huh::blink:

Thank you
>X< is offline   Reply With Quote
Old Jul 4th, 2004, 7:33 PM   #2
Kylixen
Programmer
 
Kylixen's Avatar
 
Join Date: Jun 2004
Location: SC
Posts: 60
Rep Power: 5 Kylixen is on a distinguished road
Send a message via AIM to Kylixen Send a message via MSN to Kylixen
Visual C++ is Microsoft's C IDE. It has Microsoft's basic libraries, and MFC.
__________________
ALLOW IMAGES IN SIGNATURES NOW
Kylixen is offline   Reply With Quote
Old Jul 4th, 2004, 7:34 PM   #3
>X<
Newbie
 
Join Date: Jun 2004
Posts: 8
Rep Power: 0 >X< is on a distinguished road
Ok, thank you.

Can i just ask though
what does
IDE and MFC stand for. I am one big n00b (you've got to start somewhere)
>X< is offline   Reply With Quote
Old Jul 5th, 2004, 10:41 AM   #4
sarumont
Hobbyist Programmer
 
sarumont's Avatar
 
Join Date: Apr 2004
Location: /dev/urandom
Posts: 154
Rep Power: 5 sarumont is on a distinguished road
Send a message via ICQ to sarumont Send a message via AIM to sarumont Send a message via Yahoo to sarumont
IDE = "Integrated Development Environment"

MFC = "Microsoft Foundation Class"

B)
__________________
"Time is an illusion. Lunchtime doubly so."
-the late, great Douglas Adams
sarumont is offline   Reply With Quote
Old Jul 5th, 2004, 5:17 PM   #5
yhdirectpro2
Newbie
 
Join Date: Jun 2004
Posts: 20
Rep Power: 0 yhdirectpro2 is on a distinguished road
Send a message via AIM to yhdirectpro2
Basically, they are both things to help you design your applications.
yhdirectpro2 is offline   Reply With Quote
Old Jul 5th, 2004, 7:04 PM   #6
Kylixen
Programmer
 
Kylixen's Avatar
 
Join Date: Jun 2004
Location: SC
Posts: 60
Rep Power: 5 Kylixen is on a distinguished road
Send a message via AIM to Kylixen Send a message via MSN to Kylixen
Quote:
Originally posted by yhdirectpro2@Jul 5 2004, 09:17 PM
Basically, they are both things to help you design your applications.
More like things to restrict the building of your applications. It costs a small fortune, and is limited.
__________________
ALLOW IMAGES IN SIGNATURES NOW
Kylixen is offline   Reply With Quote
Old Jul 12th, 2004, 1:19 AM   #7
unknowen
Newbie
 
Join Date: Jun 2004
Posts: 11
Rep Power: 0 unknowen is on a distinguished road
I have worked in porting projects, so m$ C++ compiler has some diferent interpriting of ANSI C/C++, as well as others.
unknowen is offline   Reply With Quote
Old Jul 16th, 2004, 8:51 PM   #8
deltener
Newbie
 
Join Date: Jul 2004
Posts: 2
Rep Power: 0 deltener is on a distinguished road
MS VC isn't that expensive When going from your joe-bob C++ compiler to VC/MFC, you'll find that MFC really has a lot of pre-fab objects that contribute to rapid development. That said there are some serious performance issues with the objects that need to be worked around if they are going to be used in a profession environment. For instance the CString object really barfs when you start doing string concatenation vs, allocating a large buffer to begin with and using a char pointer.

If you're thinking of doing VC work, I highly recommend going to VC 2003 and using either managed C++ or C#.net. C# is a typesafe version of C++ with a bunch of other goodies. I remember having to do a LOT of coding to ensure object placement, skinning, and simple things like making a text link underline itself on hover. C# was a big slap in the face. It looks like they got it *mostly* right, and come on the IDE is pimp tacular

**By no means am i a bill gates lover**

deltener is offline   Reply With Quote
Old Jul 17th, 2004, 11:12 AM   #9
Kylixen
Programmer
 
Kylixen's Avatar
 
Join Date: Jun 2004
Location: SC
Posts: 60
Rep Power: 5 Kylixen is on a distinguished road
Send a message via AIM to Kylixen Send a message via MSN to Kylixen
GTK > MFC
__________________
ALLOW IMAGES IN SIGNATURES NOW
Kylixen is offline   Reply With Quote
Old Jul 17th, 2004, 12:25 PM   #10
sarumont
Hobbyist Programmer
 
sarumont's Avatar
 
Join Date: Apr 2004
Location: /dev/urandom
Posts: 154
Rep Power: 5 sarumont is on a distinguished road
Send a message via ICQ to sarumont Send a message via AIM to sarumont Send a message via Yahoo to sarumont
Quote:
Originally posted by deltener@Jul 16 2004, 06:51 PM
**By no means am i a bill gates lover**
Lover, supporter...same diff.

Quote:
GTK > MFC
Agreed.
__________________
"Time is an illusion. Lunchtime doubly so."
-the late, great Douglas Adams
sarumont 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 5:58 AM.

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