Search code examples
C++ Multiple Libraries Define Same Class Name...


c++arduinonamespacesheader-filesname-clash

Read More
Can't receive the correct output from multiple files using g++...


c++classoopg++header-files

Read More
How do I expose an enum to users of my library in a public header file but also use it internally?...


c++header-files

Read More
Change "header files" (folder name) from Chinese to English in Visual Studio 2017...


c++visual-studio-2017header-files

Read More
Include header file only if it is available in C?...


cmacrosincludec-preprocessorheader-files

Read More
When should a function be inline or not?...


c++inlineheader-files

Read More
Calling override of virtual function is causing a segmentation fault...


c++overridingheader-filesvirtual

Read More
Automatically split (refactor) .h into header and implementation (h+cpp)...


c++refactoringheader-filesautomated-refactoring

Read More
Is it needed to put function declarations in header files and their definitions in a source files?...


c++functionheader-files

Read More
What am I able to (not) include in a .cpp file?...


c++includeheader-files

Read More
Xcode Not Immediately Recognizing New Classes (iOS)...


iosxcodeclassheader-files

Read More
c++ standard library header not recognized...


c++header-filessemaphore

Read More
C++ Null output when a function is called...


c++header-files

Read More
C++ Why am I recieving the error redefinition of class?...


c++classheader-files

Read More
Can gcc's linker fold multiple instantiations of a static function in a C header into a single i...


cgccstaticlinkerheader-files

Read More
C++ Types of global header functions explained...


c++functionglobalheader-files

Read More
C++: implementing a global constant whose value is given by the user...


c++compiler-errorsconstantsheader-filesextern

Read More
Including header files in C...


cincludeheader-files

Read More
Error: base class undefined in deriving class Son from baseclass Father...


c++inheritanceheader-files

Read More
How to make a modular Makefile for a modular c project?...


cmakefileheader-filesmodularity

Read More
What is meaning of mode bits in open function?...


clinuxheader-files

Read More
Should variable definition be in header files?...


clinkerc-preprocessorheader-filesinclude-guards

Read More
Circular inclusion with function inside namespace...


c++namespacesheader-filescircular-dependencyfriend-function

Read More
How do I get #include<> to look in a subfolder of the standard system directory?...


c++header-files

Read More
Why is the CodeBlocks compiler not recognizing a function that I declared in a header file in C?...


cfunctioncodeblocksheader-files

Read More
What's the difference between declaring a function static and not including it in a header?...


cstaticheader-files

Read More
Should I really specify header files as target_sources()?...


c++cmakeheader-filesbuildconfiguration

Read More
C - Duplicate symbol if put include in header, but works fine if include in source file...


cincludeheader-files

Read More
Pointer macros are not functioning...


c++header-filesspdlog

Read More
How to include headers from another directory (but not knowing which)...


gccmakefileheader-files

Read More
BackNext