Re: Java or C++?
- From: Scott Moore <samiamsansspam@xxxxxxx>
- Date: Wed, 19 Oct 2005 11:57:10 -0700
August Karlstrom wrote On 10/19/05 10:27,:
> Michael Jørgensen wrote:
>
>>Any language that does not explicitly support the concept of pointers and
>>(especially) pointer arithmetic would be (much) more robust than C/C++.
>
>
> One approach, taken by Oberon, is to isolate the low level code in
> special modules. From http://www.modulaware.com/mdlt49.htm:
>
> "For system-level programming, Oberon offers the pseudo module SYSTEM,
> which provides implementation and machine dependent operations. Modules
> which import SYSTEM are inherently unportable and unsafe but easily
> identified by the word SYSTEM in their import list. C++ allows the usage
> of system level operations without specially marking such programs. When
> porting programs from one machine to another, this might lead to
> unpleasant surprises and long debugging sessions."
>
>
> August
The C language also has that concept. You can identify programs that are
inherently unsafe by their being compiled with the command "cc".
.
- References:
- Java or C++?
- From: Flaran
- Re: Java or C++?
- From: Scott Moore
- Re: Java or C++?
- From: Jussi Jumppanen
- Re: Java or C++?
- From: Chris Dollin
- Re: Java or C++?
- From: Alan Balmer
- Re: Java or C++?
- From: Scott Moore
- Re: Java or C++?
- From: Alan Balmer
- Re: Java or C++?
- From: adaworks
- Re: Java or C++?
- From: Michael Jørgensen
- Re: Java or C++?
- From: August Karlstrom
- Java or C++?
- Prev by Date: Re: Java or C++?
- Next by Date: Re: Newbie question
- Previous by thread: Re: Java or C++?
- Next by thread: Re: Java or C++?
- Index(es):
Relevant Pages
|