It comes declaration syntax error after i save my file as header file | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

6th Nov 2017, 8:24 AM
Abhishek Kumar
1 Resposta
+ 2
Post your code here along with your question so that others can check it out and help you.
6th Nov 2017, 9:38 AM
Harsh
Harsh - avatar