Say I have a C program which is broken to a set of *.c and *.h files. If code from one file uses functions from another file, where should I include ...
OK, I'm in a dilemma right now, and neither my knowledge of C (which isn't the biggest one anyways) nor the almighty Google seem to be able to help me with ...
I've recently made a program to read the fileheader and infoheader of a BMP file. I packed them as shown, fread them, and print the width and height. Unfortunatly the width ...
I'm receiving an error message from the compiler indicating (it's an embedded C compiler):
Error[Pe020]: identifier "MPTR" is undefined in myflash.h (see code below)
I'm using a typedeffed struct called MPTR. The code ...