About Me (TS Pradeep Kumar)

Working at VIT University and having great interest towards embedded wireless systems and e-learning. This site caters to most of the Indian Engineering/technology students to know about embedded systems, network simulator, e learning tools/techniques, etc. If you are a student or a learner, you can always request a title or post..

Subscribe by Email

Enter your email address:

Delivered by FeedBurner

C Compiler for Windows 7 64bit Operating Systems

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

  • Share/Bookmark

MISRA C

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

  • Share/Bookmark