Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

LOL IT'S C TIME

Name: Anonymous 2007-07-11 13:15 ID:hoSRp9Cj

Hi /prog/, I have some experience with C, but I don't know how to do much except take text input, save variables, calculate, and print text out. What should I read to learn to do things like display graphics, save/load files, send/receive data using ports, et cetera?

Name: Anonymous 2007-07-11 13:22 ID:Heaven

read SICP

Name: Anonymous 2007-07-11 13:29 ID:EYgm7xyk

save/load files
wait, you know how to ``print text out'' but you don't know that?
You need to read about file I/O. when you ``print text out'' you're basicly using some file IO operation to write to stdout.

send/receive data using ports
well first you gotta clear that concept in your mind before you attempt to write some socket I/O program. i recommend teh TCP/IP protocl

display graphics
use some 3rd party library/etc like wxWidgets, GTK, Qt and friends.

Name: Anonymous 2007-07-11 17:28 ID:EYgm7xyk

>>9
most man pages are incomplete and/or bad.

The C programming language - by K&R
bmurali.c.tripod.com/Documents/dritchie.pdf
ISO/IEC - 9899 - Programming languages - C
www.nirvani.net/docs/ansi_c.pdf

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List