Finished a "teach yourself" book, what next?3328 (1/30/2005 10:22:55 PM) comp.lang.c Should I get some more general books, like "advanced self-teaching," or can I start on specialized books like "Linux game programming?" Any book recommendations? -- ----- BEGIN GEEK CODE BLOCK ----- Version... zork(98)
C portability is a myth8926 (2/13/2005 1:31:13 PM) comp.lang.c I just read couple articles on this group and it keeps amazing me how the portability is used as strong argument for language cleanliness. In my opinion, porting the program (so you just take the source code ... news11233(19)
Drawing and images in C539 (2/19/2005 10:37:03 AM) comp.lang.c I'm making a program in C, in which I would like to be able to show images and to draw on the screen. How can I do that? Michael K. P. ... m_kragh_pedersen(11)
generic data range monitor725 (2/23/2005 5:26:44 PM) comp.lang.c Hello all, My lead wants to implement a data range monitor for a project that we are coding. Basically it performs a boundry checking that will take three parameters. I am/was trying to implement a generic d... LordHog(13)
[OT] pdf version of C unleashed ?35131 (2/24/2005 11:44:47 PM) comp.lang.c Hi, i tried to contact Richard Heathfield, one of the authors of C unleashed, through the mail provided on the web site of the book (http://users.powernet.co.uk/eton/unleashed/), but I've been granted with an ... peetah(10)
C Libraries534 (3/1/2005 9:54:01 PM) comp.lang.c Does anyone know where i can download C Libraries, need ones like socket.h, in.h, + others ... bpbermingham(3)
Check my code please?624 (3/2/2005 11:27:09 AM) comp.lang.c OK, this is the first time I've used structs. I'm trying to create a linked list. Obviously most of it is missing but I'm trying to get it to compile error-free with the struct and functions defined. Why do ... steve136(13)
Too many one line function calls1027 (3/3/2005 10:14:19 PM) comp.lang.c Ppl , Want to have ur opinions on having function calls like the one stated below: function funcA ( struct A *st_A , struct B *st_B ) { st_A->a = st_B->a } Basically Is it a nice programming practic... nitin.kp(8)
book on C2335 (3/7/2005 8:03:20 AM) comp.lang.c Today I went out to a book store in search of a good book on C, I know quite a lot of C already so I wasnt looking for one of those "Learn C in 21 Days" type of books, I was more after a book that would serve a... paul8529(7)