home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.pascal.borland      Borland Pascal was actually pretty neat      2,978 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 2,483 of 2,978   
   Wolf Behrenhoff to prino   
   Re: C to Pascal   
   06 Jul 07 14:07:50   
   
   From: NoSpamPleaseButThisIsValid3@gmx.net   
      
   prino schrieb:   
   > What's this   
   >   
   > char *rec;   
   >   
   > in Pascal?   
   >   
   > Am I right to assume that it's   
   >   
   > var rec: ^char?   
      
   Yes,   
   var rec: PChar;   
      
   PChar is defined as "type PChar = ^Char"   
      
   > And what's the translation of the following function header:   
   >   
   > char *assocmem(int memttr) {...}   
      
   function assocmem(memttr: Integer): PChar;   
      
   Wolf   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca