cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
class
class
Aug 11, 2013 at 6:15pm UTC
hellcoder
(114)
i have crated a class and include this in a cpp file while i am compiling the file it is showing error :fatal error no such file or directory found!
what may be possible reason?>
Aug 11, 2013 at 6:19pm UTC
Group of Eight
(65)
Did you reference any functions of the class in main? Did you include the header file typed correctly?
Aug 11, 2013 at 6:35pm UTC
closed account (
Dy7SLyTq
)
posting your code helps ;)
Aug 11, 2013 at 6:40pm UTC
hellcoder
(114)
yup i included header file and i don't get what your mean by reference here?
Aug 11, 2013 at 6:41pm UTC
closed account (
Dy7SLyTq
)
could you post your code?
Aug 11, 2013 at 6:46pm UTC
hellcoder
(114)
ohh i am done i had given different different path to the class !
Topic archived. No new replies allowed.