Search code examples
C++ two derived classes have objects of each other in them (include issue)...


c++classincludeforward-declaration

Read More
forward declaration of a class having static member...


c++static-membersforward-declaration

Read More
Object construction/Forward function declaration ambiguity...


c++forward-declarationambiguityobject-construction

Read More
Why am I getting an "use of undefined type" error in my code, when I have the header for i...


c++classforward-declaration

Read More
Is it legal to cast a forward-declared type to void?...


c++visual-c++language-lawyerdoxygenforward-declaration

Read More
Why doesn't the member func of nested class need a complete type?...


c++forward-declaration

Read More
C++ error C2227: left of '->looseHealth' must point to class/struct/union/generic type...


c++pointerscompiler-errorsdependenciesforward-declaration

Read More
forward declaration of std::string and std::wstring...


c++templatesinheritanceforward-declarationstdstring

Read More
Issue with missing forward declaration in C++...


c++cforward-declarationfunction-prototypes

Read More
My C++ code is not working (for class declaration)...


c++classoopforward-declaration

Read More
C++: Invalid use of abstract class inside pointer vector when calling member functions...


c++pointersstackstdforward-declaration

Read More
Access member of composition class c++...


c++forward-declarationobject-composition

Read More
Does PVS-Studio know about forward declaration necessity?...


c++visual-studiog++forward-declarationpvs-studio

Read More
Forward-declaring templates that need each other...


c++templatesgenericsforward-declaration

Read More
Can I avoid forward declarations by specifying struct or class...


c++classnamespacesforward-declaration

Read More
How do languages without header files export symbols from a closed-source library to clients?...


programming-languageslanguage-designforward-declaration

Read More
The great c++ forward declaration confusion...


c++memberforward-declaration

Read More
Declare a forwarded class definition in a cpp file, what for?...


c++forward-declaration

Read More
How to use instances of two classes in each others...


c++headerincludeforward-declaration

Read More
Can I avoid nested namespaces in forward declaration?...


c++forward-declaration

Read More
Am I Allowed to Default a Template Argument in a Forward Declaration...


c++templatesmetaprogrammingforward-declarationdefault-arguments

Read More
Invalid use of incomplete type "class"...


c++qtforward-declaration

Read More
Concept: How are declarations linked to apropriate definitions...


c++forward-declaration

Read More
forward declaration of a class template including a namespace causes compile-error...


c++templatescompiler-errorsnamespacesforward-declaration

Read More
What are the risks of using non exposed type in the public headers...


c++forward-declarationpimpl-idiom

Read More
What is the name for a Pointer like class Bar *bar...


c++pointersforward-declaration

Read More
Why is the 'Declare before use' rule not required inside a class?...


c++classforward-declaration

Read More
Implement C++ class method that draws on multiple other non-inherited classes?...


c++classc++11inner-classesforward-declaration

Read More
How to forward declare array size without relying on #define?...


c++c++11forward-declaration

Read More
C++ class prototype not working properly?...


c++classdeclarationdefinitionforward-declaration

Read More
BackNext