Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > differences

Reply
Thread Tools

differences

 
 
shawn.oda@balcanicsoft.com
Guest
Posts: n/a
 
      11-29-2005
What are the diferences between ms visual c++ compiler and linux c++ compiler?


Best regards,

http://www.poweroversoftware.com
 
Reply With Quote
 
 
 
 
Howard
Guest
Posts: n/a
 
      11-29-2005

<> wrote in message
news:9c4bc$438c85d1$d99c5301$20275@allthenewsgroup s.com...
> What are the diferences between ms visual c++ compiler and linux c++
> compiler?
>
>


You could ask the compiler vendors. Or check a microsoft or linux
newsgroup. But it's not a languge issue, so it's off-topic here.

-Howard


 
Reply With Quote
 
 
 
 
Neil Cerutti
Guest
Posts: n/a
 
      11-29-2005
On 2005-11-29,
<> wrote:
> What are the diferences between ms visual c++ compiler and
> linux c++ compiler?


Your question is too vague to permit a reasonable answer. There
are many Linux hosted C++ compilers, and many versions of MS
Visual C++.

--
Neil Cerutti
 
Reply With Quote
 
Victor Bazarov
Guest
Posts: n/a
 
      11-29-2005
wrote:
> What are the diferences between ms visual c++ compiler and linux c++ compiler?


I don't know what "linux c++ compiler" is, there are several that actually
work on Linux. The most common one (it comes with every distribution) is
GNU C++. The differences between Visual C++ (Microsoft Corporation's
product) and GNU C++ is that Visual C++ usually comes with a bunch of
tools to aid development, and GNU C++ is a command-line compiler. They do
have different standard libraries, they definitely different in terms of
extensions to the language they allow. They are also different in their
ability to optimize code and how much of the C++ Standard they implement.
IOW, the differences are many, your question is too general to answer any
better.

V
 
Reply With Quote
 
gerg
Guest
Posts: n/a
 
      11-29-2005
MS VC++ produces binaries supported by the MS platform.
Linux compilers produce binaries supported by the Linux platform.

They mangle C++ names differently and produce different object files.
They optimize code differently and support different options for
optimizing. MS probably producing faster binaries, but I really don't
know.

They both produce binaries that are understood by the HW (ie: the
output files don't require an interpreter.)

 
Reply With Quote
 
BobR
Guest
Posts: n/a
 
      11-29-2005

gerg wrote in message
<. com>...

>Linux compilers produce binaries supported by the Linux platform.


<nit>
It's the GNU system. It uses the Linux kernel.
The proper term is 'GNU/Linux' ( see www.gnu.org )
</nit>

GCC == GNU Compiler Collection.
GCC ported to many platforms. (MinGW, Cygwin for window$)

--
Bob R
POVrookie


 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DEVELOP THE WINNING EDGE, SMALL DIFFERENCES IN YOUR PERFORMANCE CANLEAD TO LARGE DIFFERENCES IN YOUR RESULTS Home_Job_opportunity C Programming 0 01-14-2009 03:51 PM
DEVELOP THE WINNING EDGE, SMALL DIFFERENCES IN YOUR PERFORMANCE CANLEAD TO LARGE DIFFERENCES IN YOUR RESULTS Home_Job_opportunity C Programming 0 01-08-2009 04:31 PM
differences between Mozilla, Firefox and Thunderbird Anthony Boor Firefox 1 07-01-2004 10:17 PM
Differences between Mozilla 1.5, etc., and Firebird? Larry G Firefox 13 12-03-2003 08:11 PM
File Save Differences Between Win98 and Win2K Scott Gravenhorst Firefox 2 11-26-2003 12:30 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57