Path: utzoo!attcan!uunet!cs.utexas.edu!wuarchive!sdd.hp.com!ucsd!ucselx!berick!optigfx!crash!ncr-sd!ncrcae!hubcap!svissag From: svissag@hubcap.clemson.edu (Steve L Vissage II) Newsgroups: comp.lang.c Subject: Two Questions. Message-ID: <10763@hubcap.clemson.edu> Date: 3 Oct 90 17:05:42 GMT Organization: Clemson University, Clemson, SC Lines: 17 I'm just learning C. The introductory book I used was Herbert Schildt's "C: The Complete Reference", which covers the ANSI standard, and Unix C. I think the only thing the book doesn't explain well is far pointers. Would one of you be kind enough to enlighten me through e-mail? I'd like a brief technical definition, and a more indepth explanation of how they're different from regular pointers, specifically how usage differs. Second, I've been thinking about a project that would require something like self-modifying code. I want to write a C program which can take input from the keyboard, a word, say, and declare a structure by that name. In other words, I have the name of a structure in a variable, is it possible to declare that structure using the variable? Thanks for your help, and I'll be getting back to you. Steve L Vissage II