For the past one month, I was trying to find out a C compiler which works on Windows 7 64 bit Operating system. Most of the cases I failed to get one such compiler for 64bit OS. Finally I found that gcc compiler is working fine with 64bit OS.
There’s a tools Bloodshed Dev-Cpp which [...]
Continue reading C Compiler for Windows 7 64bit Operating Systems
What is Misra C
Motor Industries Software Reliability Association
This Standard originally developed for the Automotive Industry
It produces safe and robust C.
MISRA C includes 127 rules. 93 of these are required and the remaining 34 are advisory. All rules apply to the source code and not to the object code generated by the compiler.
MISRA C [...]
Continue reading MISRA C