CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (5 messages)

GetKeys() Message #132582
>Can someone please please please tell me why this doesn't wurk?!? You need to: return(theKeys[theKey >> 3] >> (theyKey & 0x07) & 1); As you can see from the code, it's a packed boolean array with the bits in each byte numbered from the low order to the high order…
Equiv of SizeOf in C? Message #132581
>What's the difference in a size_t and a long? For Mac Cs, there is none.
d e v e l o p CD Message #132580
>Yes it's on the Bookmark CD 14, June 1993. Try this path- Bookmark CD >14:Documentation & Samples:MPW Interfaces 7.1:Interfaces:CIncludes: Thanks … don't know how I missed it.
What do I need? Message #7258
From: Verne Arase [LUC] Symantec Dev Tools Forum · Think C July 20, 1993 10:33 PM
>Can Think C produce stand-alone applications, system extensions and >control panels, or is any additional software required. Think C can do it all … and even includes a built-in assembler. >Also, what verison of C is it based on – Kernighan/Ritchie or ANSI? Think's C product has evolved from the…
From: Verne Arase [LUC] Symantec Dev Tools Forum · Think C July 20, 1993 10:33 PM
>Let me start by saying I'm not a bithead nor am I an assembler >programmer. Are you sure you're in the right place? The Think languages run on Macs, whereas your code is using PC bios calls.