Jump to content

Including separate header files in master include file?!

Background Check-

  • I've created a master include file which deals with all sorts of Data Structures, and multiple individual header files for each ADT.
  • In my master include file, I've #included the individual headers, right at the beginning.
  • In my main source file, I've included the master include file only.

But I'm not able to access the functions defined in the individual header files. Any idea why? Will you help me with this?

 

Thanks!

Nothing to see here ;)

Link to post
Share on other sites

It could be as simple as having the wrong path by accident.

Solve your own audio issues  |  First Steps with RPi 3  |  Humidity & Condensation  |  Sleep & Hibernation  |  Overclocking RAM  |  Making Backups  |  Displays  |  4K / 8K / 16K / etc.  |  Do I need 80+ Platinum?

If you can read this you're using the wrong theme.  You can change it at the bottom.

Link to post
Share on other sites

3 hours ago, Ryan_Vickers said:

It could be as simple as having the wrong path by accident.

I've placed all of the headers and the master include file, in a default include directory of VC++ - That couldn't possibly go wrong...

Nothing to see here ;)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×