Re: Doubts about pointers



Nick Keighley wrote:
Simon <nos...@xxxxxxxxxxx> wrote:

<snip>

Actually I'm mostly learning C from the book by H. Schildt, which is
excellent but it doesn't mention near and far pointers at all. I find
them quite confusing, so I think any book should explain them clearly.

As for being obsolete, the good thing is that Borland have released
Turbo-C for free now, so there's no need to worry about Micro$oft
license fees. Also C doesn't change much!

there are many free compilers for modern systems (no near and far).
If you are confined to Windows then there is a gcc based one (ming-w
(sp?)) lcc (no charge for non-commercial use) and even Microsoft
express versions.

Those are NOT 16 bit systems. They cannot be used to check code
executes correctly on a minimal system.

--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.



--
Posted via a free Usenet account from http://www.teranews.com

.



Relevant Pages

  • Re: Doubts about pointers
    ... excellent but it doesn't mention near and far pointers at all. ... them quite confusing, so I think any book should explain them clearly. ... there are many free compilers for modern systems. ...
    (comp.lang.c)
  • Re: strlen(), K+1: clarification
    ... objects that did not overlap 100%. ... the behavior of memcpy and confusing && and || under pressure, ... three multiple choice answers at once, ...
    (comp.programming)
  • Re: beginner with programming, how to learn to debug and few C general questions
    ... "from G. Willms - french Version published by PC Poche") pointers come ... It's the first time I see atoi. ... it says as a loop until an empty value is ...
    (comp.lang.c)
  • Re: "Pointer" to an object? (i.e. reflect changes to origina
    ... adding the possibility of creating pointers. ... elegant solution I've come up with is an ObjectWrapper class... ... def method_missing ...
    (comp.lang.ruby)
  • Re: Bug/Gross InEfficiency in HeathFields fgetline program
    ... Charlie Gordon wrote, On 26/10/07 05:19: ... If an application developer had made a slightly different choice, namely 0 padding instead of space padding, on the application I spend a lot of time working on then it would make *far* more calls to strncpy than calls strcpy. ... <snip stuff agreed with> ... Not quite, there are *some* programs that can be written without pointers, just not many. ...
    (comp.lang.c)