Linux Error Code C During Compilation

Asked By 0 points N/A Posted on -
qa-featured

I am a programmer. I want to get rid of all the errors in my program. Is there any library file that shows me the list of all error code C during compilation? That would be of great help. Thanks!

SHARE
Answered By 0 points N/A #297192

Linux Error Code C During Compilation

qa-featured

It is a good idea to keep a track of all the possible errors and form a database out of it. There is an interesting C library file for programmers who use Linux. You just have to include this library file during in your code. The library file will keep track of all the errors in your PC, mark them with particular code and show a detailed description of each error on STDOUT. The library file is called as ‘errno-base.h.’ It is also available as ‘errno.h.’

Make sure you are only using Linux operating system while using these header files.

Related Questions