Search code examples
How can I tell clang-tidy to check for pragma once instead of llvm-style header guards?...


c++llvmheader-filespragmaclang-tidy

Read More
C++ more than one instance of overloaded function matches the argument list when creating a header f...


c++linker-errorsheader-filesforward-declarationfunction-signature

Read More
Static functions in header files in C++...


c++staticheader-files

Read More
Include GTK in header file or implementation...


cgtkheader-files

Read More
Identifying the header file in a C program...


cheader-files

Read More
multiple definition in header file...


c++header-files

Read More
Make header file, compile them and run in C...


ccompiler-errorsheader-files

Read More
Including a header file in VS 2017 for "portable" projects (C++)...


c++visual-studioheaderheader-files

Read More
How to organize header files in a library...


cheader-files

Read More
Confusion over header files...


c++visual-studio-2012sdlheader-files

Read More
Why can't friend function be recognized with using directive vs enclosing in namespace?...


c++header-filesfriend

Read More
Am I creating an object correctly in the header file?...


c++classobjectheader-files

Read More
Preventing CMake-generated makefile for optional-header-only library from compiling source files in ...


c++makefilecmakeheader-filesheader-only

Read More
How to include kernel headers in a program...


clinuxnetwork-programminglinux-kernelheader-files

Read More
How to verify external symbols in an .h file to the .c file?...


cheader-files

Read More
Including the same header files in a self-defined function again, which are already included in the ...


cfunctionheader-filesdefinition

Read More
How to include C++ 17 headers with g++ 6.2.0 with -std=c++17 (optional, any, string_view, variant)...


c++includeg++header-filesc++17

Read More
Why aren't necessary header files included in the project?...


c++cmakefileheader-files

Read More
How to go about hiding "helper functions" from the interface of a header file...


c++functionheader-filesorganization

Read More
Lifetime of an array in a header file...


carraysheader-files

Read More
Should my header files be able to compile on their own?...


c++compilationheader-files

Read More
Template member of template class implementation in header file...


c++classtemplatesheader-filesgeneric-programming

Read More
Avoiding repetitive sub-class definitions in C++...


c++inheritanceheader-files

Read More
Is it worthwhile changing a C declaration to add type safety?...


ctype-conversionheader-filesvoid-pointers

Read More
Trouble with how to declare (or define) a function in a header...


c++functionclassheader-files

Read More
Compling error Class 'does not name a type' dispite header file being included...


c++classcompiler-errorsheader-files

Read More
Can I use extern function declaration on a C Header which is also used for the C source file which c...


cheader-filesc89

Read More
Properly hiding functions from the external context of the module...


coopheader-filesinformation-hiding

Read More
Reusing a C macro in several files...


cmacrosc-preprocessorheader-files

Read More
Extra Header Files Created After Build in IAR Workbench...


cbuildheader-filesiar

Read More
BackNext