How does one add multiple C and H files to a project? I want to organize my source code into groups. For example, I have a main.c file and in there I want to include my driver which consists of driver.c and driver.h. Normally, one would include driver.h but all the examples I've seen are always including the c file which is considered very poor programming practice.
How do I add driver.c and driver.h into the project so I may #include driver.h in my main file? _________________ http://solar-blogg.blogspot.com
Yes, that would be the obvious thing to do. I would not have posted if I had not already searched and found results. _________________ http://solar-blogg.blogspot.com
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum