Thread: Learning C

  1. #16
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Prelude... my apologies... I got your gender wrong.
    No worries, I've long since stopped caring about that.

    >Geez, you really need to put your head under a cold shower and relax a bit.
    You're assuming that my emotional state in any way affects the tone of my posts.

    >This PMS-ing isn't doing anyone any good, including yourself.
    1. I don't value your opinion enough to justify changing my behavior. If you don't like it, tough.
    2. Rather than lash out at things you don't like, it's better simply to shut the hell up and let the thread die a natural death.

    Rest assured that if someone acts out excessively, the moderators will handle it. We don't need net nannies running around fanning the flames (which is exactly what you just did).
    My best code is written with the delete key.

  2. #17
    Registered User claudiu's Avatar
    Join Date
    Feb 2010
    Location
    London, United Kingdom
    Posts
    2,094
    Quote Originally Posted by Prelude View Post
    >Prelude... my apologies... I got your gender wrong.
    No worries, I've long since stopped caring about that.

    >Geez, you really need to put your head under a cold shower and relax a bit.
    You're assuming that my emotional state in any way affects the tone of my posts.

    >This PMS-ing isn't doing anyone any good, including yourself.
    1. I don't value your opinion enough to justify changing my behavior. If you don't like it, tough.
    2. Rather than lash out at things you don't like, it's better simply to shut the hell up and let the thread die a natural death.

    Rest assured that if someone acts out excessively, the moderators will handle it. We don't need net nannies running around fanning the flames (which is exactly what you just did).
    Yes, right, I am the one acting like a total troll. Maybe your nick should be Delude.
    1. Get rid of gets(). Never ever ever use it again. Replace it with fgets() and use that instead.
    2. Get rid of void main and replace it with int main(void) and return 0 at the end of the function.
    3. Get rid of conio.h and other antiquated DOS crap headers.
    4. Don't cast the return value of malloc, even if you always always always make sure that stdlib.h is included.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Machine Learning with Lego Mindstorms
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 01-30-2009, 02:34 PM
  2. Best Approach for Learning
    By UCnLA in forum C Programming
    Replies: 5
    Last Post: 03-21-2008, 02:35 AM
  3. Need Help On a Simple Bank Program
    By oobootsy1 in forum C# Programming
    Replies: 9
    Last Post: 08-08-2005, 10:51 AM
  4. Fun Learning a New Language
    By UnregdRegd in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 09-30-2003, 10:03 PM