Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Jul 18th, 2004, 7:30 PM   #11
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Quote:
More like things to restrict the building of your applications. It costs a small fortune, and is limited.
Very funny... and very true.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Jul 18th, 2004, 9:14 PM   #12
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
There are obviously a few caveats to using MSVC++.

First off what everyone else said sums it up. MSVC is a proprietary compiler, IDE, and set of tools retailed by MS. Many different compilers exits, MingW, GCC/G++, Intel, Borland C++, and the list continues, for the most part all of them compile and work with the eact same code... but here is where thing could get complex when you are working with multiple environments.

Different compilers tend to implement C++ to different standard levels, and each compiler even tends to implement their own keywords (MSVC is good at this) or defines. For the most part though you will find a base of keywords and commands defined in the C and C++ standards which should be available (for the majority) across all these compilers. And even when cross compiling your code, you tend not to run into too many problems.

If you are using a version of MSVC prior to .net 2002, then you should know that MSVC has actually been really bad at adhering to the standardized form of C++, though as of .net 2002/2003 they have done a really good job at standardizing. One feature that pops out of my mind right now is Partial Template Specializations...

G++ is fairly good though at adhering to the ISO standard form of C++.
__________________
Clifford Matthew Roche <geek@cliffordroche.com>
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu 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 9:28 AM.

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