C++ - TechRepublic
Question
November 21, 2007 at 05:28 PM
sid_kraft

C++

by sid_kraft . Updated 18 years, 7 months ago

I have an include file named “myinclude.h”, have a number of variables define. I call another C routine from a file that includes the variable file .h. I also include the “myinclude.h” file in the called routine. However, non of the variables in the .h file are included, compiler says “undefined variable” when I reference. Any ideas why the included file is not recognized in the called routine? Sid kraft

This discussion is locked

All Comments