Hello i'm trying to make my own library. im using qt creator. I've searched online and the best way to do one would be to use nested classes. The problem is the code below works fine in single file, but i'd like to seperate it into different files
example code:
Code:
class A
{
public:
class B
{
public:
class C
{
public: