Related articles |
---|
[4 earlier articles] |
Re: Do we really need virtual machines? basile-news@starynkevitch.net (Basile Starynkevitch \[news\]) (2004-10-04) |
Re: Do we really need virtual machines? joanpujol@gmail.com (Joan Pujol) (2004-10-04) |
Re: Do we really need virtual machines? samiam@moorecad.com (Scott Moore) (2004-10-04) |
Re: Do we really need virtual machines? slimick@venango.upb.pitt.edu (John Slimick) (2004-10-04) |
Re: Do we really need virtual machines? nmm1@cus.cam.ac.uk (2004-10-09) |
Re: Do we really need virtual machines? dot@dotat.at (Tony Finch) (2004-10-09) |
Re: Do we really need virtual machines? Nicola.Musatti@ObjectWay.it (2004-10-09) |
Re: Do we really need virtual machines? danwang74@gmail.com (Daniel C. Wang) (2004-10-09) |
Re: Do we really need virtual machines? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-10-09) |
Re: Do we really need virtual machines? david.boyle@ed.tadpole.com (2004-10-12) |
Re: Do we really need virtual machines? anton@mips.complang.tuwien.ac.at (2004-10-17) |
Re: Do we really need virtual machines? Colin_Paul_Gloster@ACM.org (Paul Colin Gloster) (2004-10-21) |
Re: Do we really need virtual machines? postmaster@paul.washington.dc.us (Paul Robinson) (2004-12-17) |
[3 later articles] |
From: | Nicola.Musatti@ObjectWay.it (Nicola Musatti) |
Newsgroups: | comp.compilers |
Date: | 9 Oct 2004 22:32:01 -0400 |
Organization: | http://groups.google.com |
References: | 04-10-013 04-10-037 04-10-041 |
Keywords: | VM |
Posted-Date: | 09 Oct 2004 22:32:01 EDT |
Joan Pujol <joanpujol@gmail.com> wrote
[...]
> And if you use for example C++ , that is possible the most standard
> language, with standard libraries you have more problems with
> portability. Because the standard libraries don't covers all of the
> functionallity you want in most of your programs. And you have to use
> system dependent libaries. For example what if you want to do an app
> with a GUI? (Yes, you have QT, but...) And also there are compilers
> incompatibilities. A lot of times you have some code that runs well
> with GNU G++ but not with MSVC.
But if I combine g++ with either each HW supplier's own Unix, Linux or
Cygwin I get a rather compliant POSIX system. The advantage of
compiling directly to native machine code should compensate the extra
care necessary in writing portable code.
Cheers,
Nicola Musatti
Return to the
comp.compilers page.
Search the
comp.compilers archives again.