Thread: write in c

  1. #1
    Registered User PutoAmo's Avatar
    Join Date
    Mar 2002
    Posts
    72

    write in c

    "When I find my code in tons of trouble
    Friends and colleagues come to me
    Speaking words of wisdom, write in C

    With the deadline fast approaching
    And bugs are all that I can see
    Somewhere someone whispers, write in C

    Write in C, write in C, write in C, write in C
    Basic is for sissies, write in C"

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Since c++==c is true, does that mean the same applies to c++.

  3. #3
    Im a Capricorn vsriharsha's Avatar
    Join Date
    Feb 2002
    Posts
    192
    > Since c++==c is true, does that mean the same applies to c++.

    C++>=C
    Help everyone you can

  4. #4
    Code Warrior
    Join Date
    Nov 2001
    Posts
    669
    That's a good one .
    Current projects:
    1) User Interface Development Kit (C++)
    2) HTML SDK (C++)
    3) Classes (C++)
    4) INI Editor (Delphi)

  5. #5
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    Originally posted by vsriharsha
    > Since c++==c is true, does that mean the same applies to c++.

    C++>=C
    Oh really? I don't think so:
    Code:
    #include <stdio.h>
    int main ( void )
    {
        int c = 4;
        return printf("%d == %d", c++, c );
    }
    See? Clearly, C++ == C. On a more philisophical level, if I am incrementing myself, I will always equal myself. And therefore, I cannot ever be greater than myself. Chew on that one for a while...

    Quzah.
    Hope is the first step on the road to disappointment.

  6. #6
    Registered User
    Join Date
    Oct 2001
    Posts
    2,934
    Gee whiz, I guess they should have named it ++C.

  7. #7
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >On a more philisophical level, if I am incrementing myself, I will
    >always equal myself. And therefore, I cannot ever be greater than myself.
    My my quzah, you seem to be your biggest rival then

    >I guess they should have named it ++C
    No, it should have been C += Smalltalk.

    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 03-18-2006, 11:25 AM
  2. program to make a floppy write protected
    By shrijeetp in forum C Programming
    Replies: 1
    Last Post: 10-03-2005, 06:00 AM
  3. Reroute where programs write to
    By willc0de4food in forum C Programming
    Replies: 7
    Last Post: 09-21-2005, 04:48 PM
  4. Function to write string 3 times
    By Giggs in forum C++ Programming
    Replies: 15
    Last Post: 12-24-2002, 04:00 PM
  5. write(), read()
    By RedRum in forum C++ Programming
    Replies: 5
    Last Post: 06-09-2002, 11:45 AM