--------------- FIDO MESSAGE AREA==> TOPIC: 239 C LANGUAGE Ref: F1Q00005 Date: 01/19/98 From: KLAUS MAHLMANN Time: 11:02am \/To: AUKE REITSMA (Read 0 times) Subj: moderation and the echos Hallo Auke! Am 15.01.98 schrieb Auke Reitsma folgendes zum Thema "moderation and the echos" an Bob Stout: >>> Suggestion: vote NOW. AR> Current count in the C_echo: 2 in favor, 1 opposed, 1 abstain. I'm not really one of the regular posters (either here or in the C++ echo), but I'm lurking in the shadows in both. As long as a mod can be found for the C++ echo, I'd like to keep them seperate as long as possible. If, however, the C++ echos should vanish from the backbone, I hope the C_ECHO would take over as an international forum. Tschuess, Klaus Disclaimer: The opinions expressed are solely those of the author. And are most probably wrong anyway. --- FleetStreet 1.18+ * Origin: Paradatec GmbH (2:241/550.40) --------------- FIDO MESSAGE AREA==> TOPIC: 239 C LANGUAGE Ref: F1Q00006 Date: 01/20/98 From: ANTHONY TIBBS Time: 06:42pm \/To: SUNIR SHAH (Read 0 times) Subj: Help ;) KK>> This seems to be heading towards Sunir's area of endeavor, KK>> which may be taken as a sign it is W.A.S.T.E.ful. ;) SS> Guffaw... SS> Actually, Sunir's area of endeavor right now seems to be the local SS> pub. Ah, you're back! Still having fun in your new job? --- PointEd 2.0 * Origin: The Tibbs' Point - Ottawa, Ontario, Canada (1:163/215.38) --------------- FIDO MESSAGE AREA==> TOPIC: 239 C LANGUAGE Ref: F1Q00007 Date: 01/20/98 From: JANIS KRACHT Time: 06:21pm \/To: ALL (Read 0 times) Subj: Phone number change for <. I've moved the ISDN modem over to the Internet side for now. Take care, Janis --- Maximus/2 3.01 * Origin: PDN HQ 502-245-6778 [206.185.8.38] (1:2320/38) --------------- FIDO MESSAGE AREA==> TOPIC: 239 C LANGUAGE Ref: F1Q00008 Date: 01/21/98 From: EMILIJAN MIRCESKI Time: 01:47am \/To: JEFF FOY (Read 0 times) Subj: C COMPILER HELP NEEDED EM> No, how can *I* design mu own linker. JF> There's an experimental one called VAL that comes with source (or it JF> used to). Might be able to learn a lot from examining it. Ok. I am using TC3.1 and I didn't find it, but I'll fing it. Greetings from Macedonia ... I'm the leader, which way did they go? ___ Blue Wave/DOS v2.30 -+- OLMS 2.53 UNREG --- FMail/Win32 1.40g * Origin: Struga BBS +389 96 74074 * Macedonia * (2:383/0) --------------- FIDO MESSAGE AREA==> TOPIC: 239 C LANGUAGE Ref: F1Q00009 Date: 01/17/98 From: ANDREW ZIEM Time: 04:21pm \/To: ALL (Read 0 times) Subj: CCDL found something strange Greetings and Hallucinations, All! I'm playing with my new CC386/CCDL compiler. Upon trying to compile some code that calls on SNIPPETS, I got a bunch of undefined (and annoying) symbol errors: === Begin === CC386 Version 1.64 Copyright (c) 1994-1997, LADsoft file: pat.c Error d:\c\snip1\extkword.h(42): Undefined symbol '__INTSIZE' Error d:\c\snip1\extkword.h(81): Undefined symbol '__SC__' Error d:\c\snip1\extkword.h(42): Undefined symbol '__INTSIZE' Error d:\c\snip1\extkword.h(81): Undefined symbol '__SC__' Error d:\c\snip2\snip_str.h(44): Undefined symbol '__STDC__' Error d:\c\snip2\snip_str.h(59): Undefined symbol '__cplusplus' Error d:\c\snip2\snip_str.h(99): Undefined symbol '__cplusplus' Error d:\c\snip2\stristr.c(76): Undefined symbol '__cplusplus' in function 'stristr' 8 Total errors === End === Some of them are because the symbol has not been defined, and I can understand that. CCDL does not assume anything, but looking at SNIP_STR.H, I found the line follwing: #if defined(__STDC__) && __STDC__ Is this correct? I've seen this before, and to me, it doesn't look right. The second part does not could a "defined()" or anything like that. It's just hanging there. What's its purpose? Is this my compiler and me or is it bad coding? Andrew -=- Psych0Tag v0.50 ... When the going gets tough, the tough get their teddy bears. --- GoldED 3.00.Beta1+ * Origin: Psychosis - Psych0Soft - Telegard - OS2 - 719.532.0053 - (1:128/234) --------------- FIDO MESSAGE AREA==> TOPIC: 239 C LANGUAGE Ref: F1Q00010 Date: 01/19/98 From: NEIL HELLER Time: 06:52pm \/To: GAINES WRIGHT (Read 0 times) Subj: 'C' & 'C++' GW> ...sort of like merging the Cobol and 'C' echos. :-)> Now there's an interesting concept. One can never tell from whence converts will come. * KWQ/2 1.2i * --- FLAME v1.1 * Origin: Port Chicago's Loading Dock - 510-676-5359 (1:161/204) --------------- FIDO MESSAGE AREA==> TOPIC: 239 C LANGUAGE Ref: F1Q00011 Date: 01/19/98 From: NEIL HELLER Time: 07:01pm \/To: DAVID J PORTER (Read 0 times) Subj: POINTER TO A STRING DP> It is unsettling that I don't know whether this behavior is DP> 'guaranteed' by the standard or just a result of the particular DP> implementation. K&R I page 199 about 2/3 of the way down the page. * KWQ/2 1.2i * --- FLAME v1.1 * Origin: Port Chicago's Loading Dock - 510-676-5359 (1:161/204) --------------- FIDO MESSAGE AREA==> TOPIC: 239 C LANGUAGE Ref: F1Q00012 Date: 01/18/98 From: JOHN GARDENIERS Time: 05:22pm \/To: SIMON ODELL (Read 0 times) Subj: 3D rotation + perspective Hi Simon, -=> 12 Jan 98 07:01, Simon Odell wrote to Andrey Kuprishov <=- SO> thanks for your help on 3d rotation got any ideas about polygon SO> shading ? i know i need to find the center point or somthing. I have a book here which I think will answer all you questions, and then me. Computer Graphics, a Programming Approach by Steven Harrington published by McGraw-Hill ISBN 0-07-100472-6 The book covers Graphics, both 2D and 3D in a psuedo language which is designed to be easily converted to most programming languages. ttyl, >>> Fuse >>> ... Did the inventor of door knockers get the no-bell prize? --- GoldED/386 3.00.Alpha4+ * Origin: The Cubby House, I C it but I don't believe it (3:634/391) --------------- FIDO MESSAGE AREA==> TOPIC: 239 C LANGUAGE Ref: F1Q00013 Date: 01/18/98 From: JOHN GARDENIERS Time: 05:33pm \/To: AUKE REITSMA (Read 0 times) Subj: Moderator Nominations Hi Auke, -=> 13 Jan 98 20:32, Auke Reitsma wrote to John Gardeniers <=- JG>> Thanks all the same but I don't even qualify. :-) AR> Well, make sure you qualify next year or sooner ;-) I'll see what can be done (but make no promises). ;-) AR> BTW, I tried to Netmail you but it was bounced ... not in the AR> nodelist or something like that. I think that happende twice, but as AR> I was cleaning out my Netmail folder at the time I'm not so sure. They finally arrived and have been answered. I jumped the gun a bit and started using my new node number before it actually made it to the nodelist. I really should have continued using the point address a little longer. :-( ttyl, >>> Fuse >>> ... Coffee: The pharmacological basis of consciousness. --- GoldED/386 3.00.Alpha4+ * Origin: The Cubby House, I C it but I don't believe it (3:634/391) --------------- FIDO MESSAGE AREA==> TOPIC: 239 C LANGUAGE Ref: F1Q00014 Date: 01/16/98 From: SEBASTIAN FIORENTINI Time: 11:48am \/To: PAUL POLOSKOV (Read 0 times) Subj: Fidonet Massage Bases _Mov Eax,Name Ptr [Paul Poloskov] El Jueves 08 de Enero de 1998, Paul Poloskov le dijo de manera particular a John Gardeniers algo sobre Fidonet Massage Bases: PP> Now I've get Squish-Base format Where you obtain the format???? Can you send them to my e-mail??? _Jmp @Fin_Mensaje Sludos...Sebastian 4:903/105 <-> sebasf@usa.net <-> ICQ: 6936227 --- GoldED/386 2.50+ * Origin: fidotandil@hotmail.com (4:903/105)