Thread: Best safe C programming competitive recommendations for that moment

  1. #1
    Registered User
    Join Date
    Sep 2018
    Posts
    53

    Best safe C programming competitive recommendations for that moment

    Hi, guys!
    Today we have several C substitutes but C will never die. What could you recommend to read or give just your own practice recommendations to code safe applications in C without common mistakes? I have found this one - Seventeen steps to safer C code - Embedded.com - but someone can improve it himself here.
    Thanks.

  2. #2
    TEIAM - problem solved
    Join Date
    Apr 2012
    Location
    Melbourne Australia
    Posts
    1,907
    How can you determine if you have finished the development?

    1. There is no more money left;
    2. There is no more time left; or
    3. All the requirements are implemented and tested successfully.
    At my work, it's ALWAYS 2! lol

    I find it strange that it didn't mention the standard errno.h header file...

    And don't "=0" the first enum element - The standards say if it is not initialised, it becomes = 0. (Every element after that us the previous one +1)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 17
    Last Post: 11-29-2015, 07:28 PM
  2. Replies: 3
    Last Post: 09-10-2012, 05:58 AM
  3. OpenSource competitive network game
    By zacs7 in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-16-2008, 08:29 AM
  4. Advanced C Programming book recommendations?
    By Whiteghost in forum C Programming
    Replies: 0
    Last Post: 12-26-2006, 05:07 AM
  5. Best ways to survive in a competitive society
    By Shadow12345 in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 09-08-2002, 07:16 PM

Tags for this Thread