Coding Standards for pure C (not C++)

前端 未结 11 1945
盖世英雄少女心
盖世英雄少女心 2020-12-12 14:17

I come from a java background (from my CS classes) and a semester of C++. I am just finishing up a OpenCV project for my Co-Op that\'s in pure C, so I\'m a bit late in aski

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 15:02

    If you are interested in critical environment standards, then MISRA C could be of interest to you. I found it helpful.

    You can get MISRA C 2004 here.

    Short overview of the updated MISRA C 2012 here.

提交回复
热议问题