Thread: Anybody read comics?

  1. #1
    User
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    499

    Anybody read comics?

    Anybody read comics? I like this one

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    Foxtrot is great. Neat choice for the board!

    I read comics from Japan regularly, in other words, manga. I've got some Simpsons comics, from when I got really sick, though.

  3. #3

    Join Date
    May 2005
    Posts
    1,042
    My creative writing teacher from a course I just finished at a community college used to own a comic books store.
    I'm not immature, I'm refined in the opposite direction.

  4. #4
    User
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    499
    My only criticism of this code is that main does not have support for the standard parameters (argc and argv), so it would need to be modified to be compiler-independent.

    EDIT: and it doesn't have a newline charecter at the end of the string

  5. #5
    Moderately Rabid Decrypt's Avatar
    Join Date
    Feb 2005
    Location
    Milwaukee, WI, USA
    Posts
    300
    Quote Originally Posted by BobMcGee123
    My creative writing teacher from a course I just finished at a community college used to own a comic books store.
    I am your father's brother's nephew's cousin's former roommate.
    There is a difference between tedious and difficult.

  6. #6
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    Quote Originally Posted by joeprogrammer
    My only criticism of this code is that main does not have support for the standard parameters (argc and argv), so it would need to be modified to be compiler-independent.

    EDIT: and it doesn't have a newline charecter at the end of the string
    Code:
     #include "joke.h"

  7. #7

    Join Date
    May 2005
    Posts
    1,042
    Quote Originally Posted by Decrypt
    I am your father's brother's nephew's cousin's former roommate.
    Second cousin's former room mate? Did he own a comic book store?
    I'm not immature, I'm refined in the opposite direction.

  8. #8
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Quote Originally Posted by joeprogrammer
    My only criticism of this code is that main does not have support for the standard parameters (argc and argv), so it would need to be modified to be compiler-independent.

    EDIT: and it doesn't have a newline charecter at the end of the string
    I don't know whats worse, critizing a comic or spewing garbage while doing it. http://faq.cprogramming.com/cgi-bin/...&id=1043284376 so there goes your first arguement.

  9. #9
    Registered User DavidG's Avatar
    Join Date
    Mar 2006
    Location
    England
    Posts
    13
    Quote Originally Posted by Thantos
    I don't know whats worse, critizing a comic or spewing garbage while doing it. http://faq.cprogramming.com/cgi-bin/...&id=1043284376 so there goes your first arguement.
    He's got a point about the newline though.

    Unless, of course, the output is supposed to be hard to read, just to annoy the teacher.

  10. #10
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    Quote Originally Posted by DavidG
    Unless, of course, the output is supposed to be hard to read, just to annoy the teacher.
    Of course it is. The slowest way to write lines is in columns; going all the way across the board before wrapping is faster and more compact.

    I had a teacher that would make you erase some of your lines if you didn't fit them all on the board.
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

  11. #11
    User
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    499
    Yeah, well my compiler won't let me compile main unless it has argc and argv. So there!

  12. #12
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Quote Originally Posted by joeprogrammer
    Yeah, well my compiler won't let me compile main unless it has argc and argv. So there!
    Your compiler is stupid, then.

  13. #13
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    <--- I guess it's pretty obvious I do, right ? If my company ever shuts down, Dilbert's artist will be out of ideas. He must have a webcam here, there's no other way he could copy our companies daily life that well.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  14. #14
    Banned SniperSAS's Avatar
    Join Date
    Aug 2005
    Posts
    175
    My java teacher has this comic hung up right behind me

  15. #15

    Join Date
    May 2005
    Posts
    1,042
    I ran over a cat yesterday.
    I'm not immature, I'm refined in the opposite direction.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How can I know the actual bytes read in a file read
    By pliang in forum C++ Programming
    Replies: 1
    Last Post: 06-08-2005, 04:23 PM
  2. What Would You Use To Read User Input?
    By djwicks in forum C Programming
    Replies: 11
    Last Post: 04-05-2005, 03:32 PM
  3. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  4. Read Array pro!!Plz help!!
    By Supra in forum C Programming
    Replies: 2
    Last Post: 03-04-2002, 03:49 PM
  5. Help! Can't read decimal number
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 09-07-2001, 02:09 AM