Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.forth    |    Forth programmers eat a lot of Bratwurst    |    117,927 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 116,306 of 117,927    |
|    albert@spenarnc.xs4all.nl to All    |
|    Confusion about pointers in c/cc    |
|    13 Mar 24 10:20:45    |
      In a recent thread there was a confusion about pointers       in c/cc       Algol 68 has        'int' y;        'ref' 'int' py;              C has        int y;        int *py;              This defines py as something that can be dereferenced to       yield an int. This inside out type of definition leads to       confusion.              This is an example that you can compile with gcc       ------------------- pointer.cc ------------       #include |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca