Re: Attempting to learn
From: B. v Ingen Schenau (bart_at_ingen.ddns.info)
Date: 10/25/03
- Next message: Andreas Goebel: "Re: Problems with STL find algorithm"
- Previous message: J. Campbell: "Re: Command line parser"
- Maybe in reply to: Captured_Rat: "Attempting to learn"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 25 Oct 2003 10:15:39 +0200
Jumbo wrote:
>
> "Josh Sebastian" <curien@cox.net> wrote in message
> news:pan.2003.10.19.22.01.32.828290@cox.net...
>> Unfortunately, that is not quite as simple as one would think. Most
>> BASICs (especially VB) and Java are fairly well-tied to their host
>> system. C and C++, OTOH, makes a great effort to /not/ be tied to any
>> particular platform (which is why it can exist on so many different
>> platforms). Undoubtedly, your compiler or OS has extensions which can tie
>> a C or C++ program to the system (such as an API), but such things are
>> off-topic here (because they're not part of the language per se). You
>> should ask in a group for your compiler and/or OS.
>>
>> Josh
>
> I think you'll find that Java makes a big effort not to be tied to any
> host system too,
On the contrary, Java is tied to exactly one platform, namely the Java
virtual machine.
The fact that the Java VM has been ported to a number of host platforms
does not alter this reality.
> after all Java is on Mars and you can't say that for C or C++ :-)
I wouldn't be too sure of that. Especially C is soo widely used that I
can't imagine that it is not used in any spacecraft.
Bart v Ingen Schenau
-- a.c.l.l.c-c++ FAQ: http://www.snurse-l.org/acllc-c++/faq.html a.c.l.l.c-c++ FAQ mirror: http://nullptr.merseine.nu:8080/acllcc++.html c.l.c FAQ: http://www.eskimo.com/~scs/C-faq/top.html c.l.c++ FAQ: http://www.parashift.com/c++-faq-lite/
- Next message: Andreas Goebel: "Re: Problems with STL find algorithm"
- Previous message: J. Campbell: "Re: Command line parser"
- Maybe in reply to: Captured_Rat: "Attempting to learn"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|