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:
Anonymous2008-12-13 9:27
>>55
If C had a primitive string type, I doubt that "+" would be used for string concatenation, because in C EVERY DISTINCT OPERATION HAS ITS OWN EXCLUSIVE OPERATOR. Except for "-" and "*" wich have two different meanings each, especifically one meaning for the binary version and another for the unary version. But that's because you'd never mistake a binary operator for a unary one, so there's no ambiguity.