C Code:
#ifndef _readIn_h #define _readIn_h void readIn(polynomial*, settings*); #endif
polynomial and settings are typedef structs in a header file that readIn.C uses. So i shouldnt have to include the header file in this header file right?
Says it expects ')' before the '*' token... but it is fine and so is all other files... no other errors so i am a little confused!




Reply With Quote