Hi all,
I am a beginner so please reply me in easy way so that i will get
properly.THANKS!
Let, There is a header file 'A.h'. Inside which another file 'B.h' is
included already. and Inside 'B.h' another file 'C.h' exists. To
include these files the sequence must be as follows...
#include"C.h"
#include"B.h"
#include"A.h"

Now problem is occuring when in the same case 'C.h' consists again
header file 'A.h'. Now what should be the sequence to include header
files.

Please reply me if the problem is not clear.
Thanks in advance.


Reply via email to