View Single Post
rooster13's Avatar
Posts: 319 | Thanked: 221 times | Joined on Jan 2010 @ Finland
#10
Originally Posted by Diph View Post
But if you have it like this way there is a problem:

file1.h:
Code:
#include "file2.h"
file2.h
Code:
#include "file1.h"
Use forward declaration like rooster13 said.
Thx, that's what I was actually trying to say
If we were talking about java then I could've explained it right.