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

C question

Name: Anonymous 2009-05-26 12:38

What's the difference between writing int frozen() and int frozen(void)?

Name: Anonymous 2009-05-28 16:35

>>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? ;_;

Name: Anonymous 2009-05-28 23:57

Hosted by ESKIMO NORTH
http://www.eskimo.com/
WHAT

Name: Anonymous 2009-05-29 0:23

>>42
Masticating monkeys! This is an outrage! I demand something be done with it at once!

Name: Anonymous 2009-05-29 0:36

>>42
hahahaha, this site is awesome.
almost every picture has a full paragraph of alternative text

Name: Anonymous 2009-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.)

Name: Anonymous 2009-05-29 1:13

>>45
In a certain sense you could say the site is actually well designed.
Yeah, almost as ``well designed'' as PHP.

Name: Anonymous 2009-05-29 1:47

Who is frozenvoid? I know hes a tripfag that you hate, but why?

Name: Anonymous 2009-05-29 4:04

>>47
well, for one he vowed to destroy the corrupt and evil land of 4chan on several occasions

Name: !WokonZwxw2 2009-05-29 5:16

>>48
No, that would be me.

Name: Anonymous 2009-05-29 8:52

>>7
Q: Here are some cute preprocessor macros:

    #define begin    {
    #define end    }

With these, I can write C code that looks more like Pascal. What do y'all think?

IHBT.

Name: Anonymous 2009-05-29 9:05

Q: Why is the macro

    #define TRACE(n) printf("TRACE: %d\n", n)

giving me the warning ``macro replacement within a string literal''?

IHBTA.

Name: Anonymous 2009-05-29 10:26

I HAVE ANOTHER QUESTION

When can I make use of value returned by main? Example please?

Name: Anonymous 2009-05-29 10:45

IF ERRORLEVEL 1 GOTO ERROR

Name: Anonymous 2009-05-29 10:52

>>52
int main              (
 int argc, char **argv
)                              {
 return (1 + main(argc, argv));
}

Name: Anonymous 2009-05-29 10:54

>>41
What's wrong with the advice? What the fuck do you want, binary files? XML?

Name: Anonymous 2009-05-29 11:17

>>54
EXPERT OPTIMISER

Name: Anonymous 2009-05-29 11:46

>>56
Wait what do you mean?

Name: Anonymous 2009-05-29 11:51

>>57
I mean, I never thought of optimising my code that way. Cool function bro.

Name: Anonymous 2009-05-29 11:51

After reading this thread I have come to the conclusion that nobody on /prog/ actually programs.

Including me :)

Name: Anonymous 2009-05-29 12:07

>>59
OK YOU JUST FUQIN ANGERED AN EXPERT PROGRAMMER etc etc etc.

Name: Anonymous 2009-05-29 12:40

>>58
How is that optimizing

Name: Anonymous 2010-12-17 1:25

Are you GAY?
Are you a NIGGER?
Are you a GAY NIGGER?

If you answered "Yes" to all of the above questions, then GNAA (GAY NIGGER ASSOCIATION OF AMERICA) might be exactly what you've been looking for!

Name: Anonymous 2011-02-04 12:26


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