0
It comes declaration syntax error after i save my file as header file
before saving there was no error but after I saved file as header file with extension .h //password.h #ifndef PASSWORD_H #define PASSWORD_H class password { char buffer[20]; public: int checkpd(char *); }; #endif
1 Answer
+ 2
Post your code here along with your question so that others can check it out and help you.