We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear Sir, I am New to program in Keil C, In a Program i am using following header files, since i don't have the following header files it gives me an error as "can't open the file" can you please help me to get these files and also help me to put these files in there required position
#include <REGX51.H> #include <stdio.h> #include "lcd.h" #include "utils.h"
Do you have any experience of 'C' programming in any other context/environment? .
#include <REGX51.H> #include <stdio.h>
They should be a standard part of the compiler installation - if you can't find them, then you haven't installed the tools properly!
#include "lcd.h" #include "utils.h"
They will be specific to the particular project that you're working on - so only you know where they should be!