I am new to Embedded Programming, taking courses on it. And working with ATSTK600.
I am looking for some help on "how to write header files for Devices". Well, to be specific, ...
Hello all, I have written a class with many private data members.and i am putting it in a separate dll file. Now when i link that file while writing my main program module,natuarally i have to use the header file of the class developed by me to access its functionality. so what should be there in the header file? Only the ...
I am having trouble writing the PGM header info to a new pgm file. When i do a hex dump of the first 20 bytes of the original and new header, i can see that "P5" is correct in both the original and new files, after that the, the original file has the width, heigh and maxgrey values set. The new ...
Hi Guys, I've been looking at a few c++ demo applications that make use of custom header files. The first unusual thing that I noticed is that most people seem to put the actual code for their functions/classes in separate .cpp files, not in the actual .h files. In fact, the .h file simply consists of function prototypes. Is this the ...