>>11
They're nonstandard because they are not valid English quotes.
>>12
No, I do not read documents that contain faggot quotes, as they are nonstandard, unscientific, and ultimately destructive.
Name:
Anonymous2009-05-26 16:08
>>14
Is that even relevant to the topic, or is it just your way to say ``I haven't read SICP''?
Name:
Anonymous2009-05-26 16:59
if you declare a function as int frozen();
then you can do call it with frozen("faggot", 32, stdout);
which you can't do if you declare it as int frozen(void);
now fuck off.
Another question;
I want the program to print lines of text, one at the time, after pressing enter. I thought of putting some moot scanfs between the printfs. Is there a better way to do this?
>>29
Casting pointers is part of the power of C, but it's something that should be done rarely. Casting the return value of malloc() is bad, and a simple google will show the dozens of reasons for it.
Name:
Anonymous2009-05-27 16:00
There should be more threads like this on /prog/, helpful and insightful.
>>7 http://c-faq.com/misc/binaryfiles.html Q: How can I write data files which can be read on other machines with different word size, byte order, or floating point formats? A: The most portable solution is to use text files (usually ASCII), written with fprintf and read with fscanf or the like. (Similar advice also applies to network protocols.) Be skeptical of arguments which imply that text files are too big, or that reading and writing them is too slow. Not only is their efficiency frequently acceptable in practice, but the advantages of being able to interchange them easily between machines, and manipulate them with standard tools, can be overwhelming.
Why would you give a link to such thing? ;_;
>>42
Masticating monkeys! This is an outrage! I demand something be done with it at once!
Name:
Anonymous2009-05-29 0:36
>>42
hahahaha, this site is awesome.
almost every picture has a full paragraph of alternative text
Name:
Anonymous2009-05-29 0:51
>>44
Not at all. Every picture has a short, descriptive alternative text. A lot of the links have huge titles, though. In a certain sense you could say the site is actually well designed. (The "I am blind and/or just read the html in my text editor" sense.)