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

Pages: 1-4041-

Lets write a C program!

Name: !3LrT5NRVks 2009-08-14 19:31

Each post should only add one line(80 chars) of code, lines with syntax errors should be skipped or corrected.  Re-post the program in your post.  I'll start:


#include <stdio.h>

Name: Anonymous 2009-08-14 19:32


#include <stdio.h>
#include <curses.h>

Name: Anonymous 2009-08-14 19:39

fuck off and die, you dirty tripfag.

Name: Anonymous 2009-08-14 19:39

<?php
echo "am i doin it rite?"
?>

Name: Anonymous 2009-08-14 19:40

#define DllImport   __declspec( dllimport )
#define DllExport   __declspec( dllexport )

Name: Anonymous 2009-08-14 19:47


#include <stdio.h>
#include <curses.h>

struct Cat {

Name: Anonymous 2009-08-14 19:52

#include <stdio.h>
#include <curses.h>

struct Cat {
/* ( ´∀`) < COOL FREE RINGTONES */

Name: Anonymous 2009-08-14 20:03

cout << "Let's write a C program!" << endl;

Name: Anonymous 2009-08-14 20:03

#include <stdio.h>
#include <curses.h>

struct Cat {
/* ( ´∀`) < COOL FREE RINGTONES */
 FILE *input;

Name: Anonymous 2009-08-14 20:04

The cat struct needs a pointer to a table

Name: Anonymous 2009-08-14 20:13

[code]#include <stdio.h>
#include <curses.h>

struct Cat {
/* ( ´∀`) < COOL FREE RINGTONES */
 FILE *input;
    //FIXME 2009-08-14 20:13:00 add a pointer to a table

Name: Anonymous 2009-08-14 20:17

#include <stdio.h>
#include <curses.h>

struct Cat {
/* ( ´∀`) < COOL FREE RINGTONES */
     FILE *input;
     Cat* nextCat;

Name: Anonymous 2009-08-14 20:53


    #include <stdio.h>
    #include <curses.h>

    struct Cat {
    /* ( ´∀`) < COOL FREE RINGTONES */
         FILE *input;
         Cat *nextCat;
         Cat *tableCat;

Name: Anonymous 2009-08-14 21:41


        #include <stdio.h>
        #include <curses.h>

        struct Cat {
        /* ( ´∀`) < COOL FREE RINGTONES */
             FILE *input;
             Cat *nextCat;
             Cat *tableCat;
             enum isthiscatfine { no, yes };

Name: Anonymous 2009-08-14 21:45

            #include <stdio.h>
            #include <curses.h>

            struct Cat {
            /* ( ´∀`) < COOL FREE RINGTONES */
                 FILE *input;
                 Cat *nextCat;
                 Cat *tableCat;
                 enum isthiscatfine { no, yes };
            }

            printf("GRUNNUR");

Name: Anonymous 2009-08-14 21:51


#include <stdio.h>
#include <curses.h>

struct Cat {
/* ( ´∀`) < COOL FREE RINGTONES */
     FILE *input;
     Cat *nextCat;
     Cat *tableCat;
     enum isthiscatfine { no, yes };
}

printf("GRUNNUR");
/* I wonder how long until this code is

Name: Anonymous 2009-08-14 21:51


#include <stdio.h>
#include <curses.h>

struct Cat {
/* ( ´∀`) < COOL FREE RINGTONES */
     FILE *input;
     Cat *nextCat;
     Cat *tableCat;
     enum isthiscatfine { no, yes };
}

printf("GRUNNUR");
/* I wonder how long until this code is
   too long to fit on the front page?   */

Name: Anonymous 2009-08-14 22:03

#include <stdio.h>
#include <curses.h>

struct Cat {
/* ( ´∀`) < COOL FREE RINGTONES */
     FILE *input;
     Cat *nextCat;
     Cat *tableCat;
     enum isthiscatfine { no, yes };
}

printf("GRUNNUR");
/* I wonder how long until this code is
   too long to fit on the front page?   */
int main(int argc, char **argv) { /* seriously, it starts now. */

Name: Anonymous 2009-08-14 22:19


   return 0;
}

Name: Anonymous 2009-08-14 22:26



    #include <stdio.h>
    #include <curses.h>

    struct Cat {
    /* ( ´∀`) < COOL FREE RINGTONES */
         FILE *input;
         Cat *nextCat;
         Cat *tableCat;
         enum isthiscatfine { no, yes };
    }

    printf("GRUNNUR");
    /* I wonder how long until this code is
       too long to fit on the front page?   */
    int main(int argc, char **argv) { /* seriously, it starts now. */

       return 0;
    }
/* Good work everyone */

Name: Anonymous 2009-08-14 22:34

cat.c:2:24: error: curses.h: No such file or directory
cat.c:7: error: expected specifier-qualifier-list before ‘Cat’
cat.c:12: error: expected declaration specifiers or ‘...’ before string constant
cat.c:12: error: conflicting types for ‘printf’

Name: Anonymous 2009-08-14 22:46


lol.c:7: error: expected specifier-qualifier-list before ‘Cat’
lol.c:12: error: expected declaration specifiers or ‘...’ before string constant
lol.c:12: error: conflicting types for ‘printf’

Name: Anonymous 2009-08-14 22:53

>>21
The first error is your fault, for trying to compile without -lcurses.

Name: Anonymous 2009-08-14 22:55

>>23

what about them other uns?

Name: Anonymous 2009-08-14 23:02

>>24
They aren't.

Name: Anonymous 2009-08-14 23:12

Your cat is missing a semicolon.

Name: Anonymous 2009-08-14 23:15

Refactoran to compile

    #include <stdio.h>
    /*#include <curses.h> */

    typedef struct {
    /* ( ´∀`) < COOL FREE RINGTONES */
         FILE *input;
         void *nextCat;
         void *tableCat;
         enum { no, yes } isthiscatfine;
    } Cat;

    /* printf("GRUNNUR"); */
    /* I wonder how long until this code is
       too long to fit on the front page?   */
    int main(int argc, char **argv) { /* seriously, it starts now. */

       return 0;
    }
/* Good work everyone */

Name: Anonymous 2009-08-14 23:22

>>25
Huh.
Welp.

I mean, that's all?

Name: Anonymous 2009-08-15 1:12



    Refactoran to compile

        #include <stdio.h>
        /*#include <curses.h> */

        typedef struct {
        /* ( ´∀`) < COOL FREE RINGTONES */
             FILE *input;
             void *nextCat;
             void *tableCat;
             enum { no, yes } isthiscatfine;
        } Cat;

        /* printf("GRUNNUR"); */
        /* I wonder how long until this code is
           too long to fit on the front page?   */
        int main(int argc, char **argv) { /* seriously, it starts now. */

           return 0;
        }
    /* Good work everyone */
   
/*
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMLz7W3H3p7QLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMML7& x         WLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMQ^x  xxxxxxxx    JLMMMMMLLLLMMMMMMMMMLPJWHd@d3NzLLMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMML^x  : 3pWWW3&:x  xH@@&^^    _&HpNJLL7@ xxxx xx  &zMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMz#xxx:WWWWpd^x:x    xxxxxx        xxx#:x x:x ^&^x xJMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMJ#xxxxW3& ::xx xxx        ^___________ x:xHW9EJJWx ^LMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMLxxxx:x:xx          x  ^_________________ x^7JJEd x_MMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMLz xxxx   x          ^_____________________^x@N&x xzMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMLLz::    xxx     x ^_____________________&___x\ x^DMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMLJxx              ^&__________________________ \pLLMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMDxx            x\##\ ___________________^______x3MMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMML x           x#/////[:________________^ xx ^____:PMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMM7\ x          x#[[[//[\&______________ #[//[[x___xpMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMML x x          xx#[[[\x_&______________x////[/\___  MMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMME#x            xxxx ^_______&__________^:#[[[\^___^#LMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMML xx x              xx _pWWWWW3@_&dHHd&^^__^^^______#QMMMMMMMMMMMMMM
LMMMMMMMMMMMMMMMMM3:                 x:H7777NNN #[//#_NNNd^x^&________\EMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMLHx                 x#@WNN77777x[[/[[ 77777W:_________x3MMMMMMMMMMMMMM
MMMMMMMMMMMMMMLz^x  x                \ HWWNNWp3H^x: dNN7777p\_________^ LMMMMMMMMMMMMM
MMMMMMMMMMMMMLWxx xx                  xxxx  x^&@dd@^  &H3H&x __________:pLMMMMMMMMMMMM
MMMMMMMMMMMMz :^&\\x                x   x\_&x7zzzzzz9_ #  ^__________^^^\pLMMMMMMMMMMM
MMMMMMMMMMMMMLLM3: xxxx x x            xx#^_:HzzzzzzH& :____^___xx__^#^^ x_QMMMMMMMMMM
MMMMMMMMMMMMMMMLxx\##xx\# x:\x xxx  x    \x_ xpEzzE@ ^\^____\ _ #\x^xxLLPPLMMMMMMMMMMM
MMMMMMMMMMMMMMLD3&[\\xx#x\xx\\:  xxx  x  \x^^     ^^\ _____:::\ x\:\xHQLMMMMMMMMMMMMM
MMMMMMMMMMMMMMLQ_x      xxx  xx  xxxx  ^_^ :\x   ^ xx^______ :x    ^__^x&zLMMMMMMMMMMM
MMMMMMMMMMMMMM9xx          xxx      ^______^  xxxx ^__&____^_x    ^_____ x@PMMMMMMMMMM
MMMMMMMMMMMMM9:     xxx x  x      ^__________________________#x     ______  QLLMMMMMMM
MMMMMMMMMMMLQ:x    xx  x\xx    x ^__________________________^# xxx     ^____xQMMMMMMMM
MMMMMMMMMMML^xx    xx  :xxx    x ___________________________ xLJH x:xx ^____^&MMMMMMMM
MMMMMMMMMMM9\ x    x x \x       ^___________________________x&MMMDHx ______& dLMMMMMMM
MMMMMMMMMMM&:       xx x\xxxxxxxxxxxx ^_____________________\7MPHx^_______^x&LMMMMMMMM
MMMMMMMMMMM xx       x      ^^ ^    ^ :____________________^xLP x________ xWLMMMMMMMMM
MMMMMMMMMMM^x                         \^___________________xNLz# ^^^^^ xx3DMMMMMMMMMMM
MMMMMMMMMMM7#              xx       x: ___________________ _LLLdxxxxx^HJLMMMMMMMMMMMMM
MMMMMMMMMMMLd:xx           xxx    x:x^___________________  DMMLMPQDPLMLMMMMMMMMMMMMMMM
MMMMMMMMMMMMLp:x x  x        xxx:x ^____________________ xDMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMP7_\xxxxxxxxx::\:xx _____________________  DMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMLM9#xxxxxxxxxxx   x ^___________________ ^DMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM9\  x               ^________________ dLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMME\ xx                   ^___________^_LMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMQ:            x   xx      ^_________^^LMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMLxx           x:x:xxxx x   ^_________xzMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMM@:          xxx:_zJ9Hx      ^_______x@MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMQ:#xxx     xxxx pLMMMMWx  x  x ___^__^\LMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMM3\xx       xxx@DLMMMMMLN:x    x __^_&_:NMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMLxx         xxNLMMMMMMMMMJ :      ^^__&x^MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMM9\        x:HPLMMMMMMMMMMMLN xx    x    \PMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMM^x       x zMMMMMMMMMMMMMMMML7#         #QMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMD\       x^PLMMMMMMMMMMMMMMMML3\        xxLMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMp\     xxxPMMMMMMMMMMMMMMMMMLN\x     x x#EMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMM3\ xx   :pMMMMMMMMMMMMMMMMMM9\x       x#pMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMW\ xxx  xDMMMMMMMMMMMMMMMMMz\x        \3LMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMQ\x\x:xx&MMMMMMMMMMMMMMMMML :x      x\pLLMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMx\#\##:HMMMMMMMMMMMMMMMMMz#xxxx     xdJPMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMz7zWNWHQLMMMMMMMMMMMMMMMMQ:x xxxx ___^ ^&7PMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMJ^:x   ^_______ x_7LMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLz3 xx ^_________ x3PMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLz^x  ____ x^__x\xJMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLP x  ____^xx_^:#xPMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDxxx ^^xx x:&d\x7MMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMP@xx::@WNp:^@#xzMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMPE7_ ^&_x_@JPMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMLzEJLMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
*/

Name: Anonymous 2009-08-15 3:32

Is that the pokemon Mew?

Name: Anonymous 2009-08-15 4:19

>>30
pedobear

Name: The Amazing Anus !Anus3nMVO2 2009-08-15 6:25

#include <stdio.h>
#include <curses.h>

typedef struct {
     /* ( ´∀`) < COOL FREE RINGTONES */
     FILE *input;
     void *nextCat;
     void *tableCat;
     enum { no, yes } isthiscatfine;
} Cat;

/* I wonder how long until this code is
   too long to fit on the front page? */
int main(int argc, char **argv) { /* seriously, it starts now. */
     printf("Welcome to Cat v0.01\n");

Name: Anonymous 2009-08-15 6:36

Cat kitty;

Name: Anonymous 2009-08-15 6:47




    #include <stdio.h>
    #include <curses.h>

    typedef struct {
         /* ( ´∀`) < COOL FREE RINGTONES */
         FILE *input;
         void *nextCat;
         void *tableCat;
         enum { no, yes } isthiscatfine;
    } Cat;

    /* I wonder how long until this code is
       too long to fit on the front page? */
    int main(int argc, char **argv) { /* seriously, it starts now. */
         printf("Welcome to Cat v0.01\n");
         Cat cat;

Name: Anonymous 2009-08-15 6:49


#include <stdio.h>
#include <curses.h>

typedef struct {
  /* ( ´∀`) < COOL FREE RINGTONES */
  FILE *input;
  void *nextCat;
  void *tableCat;
  enum { no, yes } isthiscatfine;
} Cat;

/* I wonder how long until this code is
   too long to fit on the front page? */

int main(int argc, char **argv) { /* seriously, it starts now. */
  printf("Welcome to Cat v0.01\n");
  while(1)
  {

Name: Anonymous 2009-08-15 6:52


#include <stdio.h>
#include <curses.h>

typedef struct {
  /* ( ´∀`) < COOL FREE RINGTONES */
  FILE *input;
  void *nextCat;
  void *tableCat;
  enum { no, yes } isthiscatfine;
} Cat;

/* I wonder how long until this code is
   too long to fit on the front page? */

int main(int argc, char **argv) { /* seriously, it starts now. */
  printf("Welcome to Cat v0.01\n");
  Cat c;
  while(1) {
    c.input = fopen("OP_is_gay", "wt");

Name: Anonymous 2009-08-15 6:57

#include <stdio.h>
#include <curses.h>

typedef struct {
  /* ( ´∀`) < COOL FREE RINGTONES */
  FILE *input;
  void *nextCat;
  void *tableCat;
  enum { no, yes } isthiscatfine;
} Cat;

/* I wonder how long until this code is
   too long to fit on the front page? */

int main(int argc, char **argv) { /* seriously, it starts now. */
  printf("Welcome to Cat v0.01\n");
  Cat c;
  while(1) {
    c.input = fopen("OP_is_gay", "wt");
    if(!c.input) break;[/code]

Name: Anonymous 2009-08-15 7:00


#include <stdio.h>
#include <curses.h>

typedef struct {
  /* ( ´∀`) < COOL FREE RINGTONES */
  FILE *input;
  void *nextCat;
  void *tableCat;
  enum { no, yes } isthiscatfine;
} Cat;

/* I wonder how long until this code is
   too long to fit on the front page? */

int main(int argc, char **argv) { /* seriously, it starts now. */
  printf("Welcome to Cat v0.01\n");
  Cat c;
  while(1) {
    c.input = fopen("OP_is_gay", "wt");
    if(!c.input) break;
    int
    *
    GRUNNUR
    ;

Name: Anonymous 2009-08-15 9:00


thecat.c: In function ‘main’:
thecat.c:27: error: expected declaration or statement at end of input
thecat.c:27: error: expected declaration or statement at end of input

Name: Anonymous 2009-08-15 9:03

>>39
There aren't even 27 lines, anusboy!

Name: Anonymous 2009-08-15 9:17

#include <stdio.h>
#include <curses.h>

typedef struct {
  /* ( ´∀`) < COOL FREE RINGTONES */
  FILE *input;
  void *nextCat;
  void *tableCat;
  enum { no, yes } isthiscatfine;
} Cat;

/* I wonder how long until this code is
   too long to fit on the front page? */

int main(int argc, char **argv) { /* seriously, it starts now. */
  printf("Welcome to Cat v0.01\n");
  Cat c;
  while(1) {
    c.input = fopen("OP_is_gay", "wt");
    if(!c.input) break;
    int
    *
    GRUNNUR
    ;
    *GRUNNER = 137;

Name: Anonymous 2009-08-15 9:19

I don't think you can declare a variable inside a loop.

Name: Anonymous 2009-08-15 9:27

>>41
Sorry, should be

#include <stdio.h>
#include <curses.h>

typedef struct {
  /* ( ´∀`) < COOL FREE RINGTONES */
  FILE *input;
  void *nextCat;
  void *tableCat;
  enum { no, yes } isthiscatfine;
} Cat;

/* I wonder how long until this code is
   too long to fit on the front page? */

int main(int argc, char **argv) { /* seriously, it starts now. */
  printf("Welcome to Cat v0.01\n");
  Cat c;
  while(1) {
    c.input = fopen("OP_is_gay", "wt");
    if(!c.input) break;
    int
    *
    GRUNNUR
    ;
    *GRUNNER = 137;

Name: Anonymous 2009-08-15 9:39

>>40


I'm sorry, dear. Try line 24

Name: Anonymous 2009-08-15 9:43

>>43
Jesus. No.
It should be


#include <stdio.h>
#include <curses.h>

typedef struct {
  /* ( ´∀`) < COOL FREE RINGTONES */
  FILE *input;
  void *nextCat;
  void *tableCat;
  enum { no, yes } isthiscatfine;
} Cat;

/* I wonder how long until this code is
   too long to fit on the front page? */

int main(int argc, char **argv) { /* seriously, it starts now. */
  printf("Welcome to Cat v0.01\n");
  Cat c;
  while(1) {
    c.input = fopen("OP_is_gay", "wt");
    if(!c.input) break;
    int *GRUNNUR;
    *GRUNNER = 137;
}}

Name: Anonymous 2009-08-15 9:46

>>45

[a]whooops[/a]


#include <stdio.h>
#include <curses.h>

typedef struct {
  /* ( ´∀`) < COOL FREE RINGTONES */
  FILE *input;
  void *nextCat;
  void *tableCat;
  enum { no, yes } isthiscatfine;
} Cat;

/* I wonder how long until this code is
   too long to fit on the front page? */

int main(int argc, char **argv) { /* seriously, it starts now. */
  printf("Welcome to Cat v0.01\n");
  Cat c;
  while(1) {
    c.input = fopen("OP_is_gay", "wt");
    if(!c.input) break;
    int *GRUNNUR;
    *GRUNNUR = 137;
}}

Name: Anonymous 2009-08-15 10:10

>>46
Anuses is my dick, bullshit!! Go play with your own toys!

Name: Anonymous 2009-11-21 3:43

#include <stdio.h>
#include <curses.h>

typedef struct {
  /* ( ´∀`) < COOL FREE RINGTONES */
  FILE *input;
  void *nextCat;
  void *tableCat;
  enum { no, yes } isthiscatfine;
} Cat;

/* I wonder how long until this code is
   too long to fit on the front page? */

int main(int argc, char **argv) { /* seriously, it starts now. */
  printf("Welcome to Cat v0.01\n");
  Cat c;
  while(1) {
    c.input = fopen("OP_is_gay", "wt");
    if(!c.input) break;
    int *GRUNNUR;
    *GRUNNUR = 137;
  }
  bampu();
}

Name: Anonymous 2009-11-21 3:55

fist off you guys need to be posting diffs, second

>>21
you don't have curses installed. you are a drain on society.

Name: Anonymous 2009-11-21 4:09

>>49
Or on Ubanto.

Name: Anonymous 2009-11-21 4:20

>>50
ubanto is a drain on loonix

Name: Anonymous 2009-11-21 4:53

>>51
Or on Mac.

Name: Anonymous 2009-11-21 4:55



    #include <stdio.h>
    #include <curses.h>

    typedef struct {
      /* ( ´∀`) < COOL FREE RINGTONES */
      FILE *input;
      void *nextCat;
      void *tableCat;
      enum { no, yes } isthiscatfine;
    } Cat;

    /* I wonder how long until this code is
       too long to fit on the front page? */

    int main(int argc, char **argv) { /* seriously, it starts now. */
      printf("Welcome to Cat v0.01\n");
      char niggers = "jews";
      Cat c;
      while(1) {
        c.input = fopen("OP_is_gay", "wt");
        if(!c.input) break;
        int *GRUNNUR;
        *GRUNNUR = 137;
      }
    }

Name: Anonymous 2009-11-21 6:13

>>52
mac is a drain on bsd

Name: Anonymous 2009-11-21 7:34

>>54
hax is a drain on MY ANUS

Name: Anonymous 2009-11-21 9:08


#define { BEGIN
#include <stdio.h>
    #include <curses.h>

    typedef struct BEGIN
      /* (???`)?<?COOL FREE RINGTONES */
      FILE *input;
      void *nextCat;
      void *tableCat;
      enum { no, yes } isthiscatfine;
    } Cat;

    /* I wonder how long until this code is
       too long to fit on the front page? */

    int main(int argc, char **argv) BEGIN /* seriously, it starts now. */
      printf("Welcome to Cat v0.01\n");
      char niggers = "jews";
      Cat c;
      while(1) BEGIN
        c.input = fopen("OP_is_gay", "wt");
        if(!c.input) break;
        int *GRUNNUR;
        *GRUNNUR = 137;
      }
    }


SO I HEARD YOU LIKE ALGOL

Name: Anonymous 2009-11-21 9:11


#define { BEGIN
#define } END
#include <stdio.h>
    #include <curses.h>

    typedef struct BEGIN
      /* (???`)?<?COOL FREE RINGTONES */
      FILE *input;
      void *nextCat;
      void *tableCat;
      enum { no, yes } isthiscatfine;
    END Cat;

    /* I wonder how long until this code is
       too long to fit on the front page? */

    int main(int argc, char **argv) BEGIN /* seriously, it starts now. */
      printf("Welcome to Cat v0.01\n");
      char niggers = "jews";
      Cat c;
      while(1) BEGIN
        c.input = fopen("OP_is_gay", "wt");
        if(!c.input) break;
        int *GRUNNUR;
        *GRUNNUR = 137;
      END
    END

Name: Anonymous 2009-11-21 9:14

Now listen here, jerkfaces. curses automatically links stdio, so you have unoptimised code.

Name: Anonymous 2009-11-21 9:17

s/links/includes/

Name: Anonymous 2009-11-21 9:29

>>58
expert c trolling

Name: Anonymous 2010-12-17 1:39

FOLLOW THE NEW GNAA TWITTER AT http://twitter.com/Gary_Niger

Name: Anonymous 2010-12-20 18:41

Name: Anonymous 2011-02-03 0:36


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