Search code examples
Invalid Operands to binary / (have 'int *' and 'int')?...


cheader-filesoperands

Read More
Define Array in C...


carraysheader-filesc-preprocessor

Read More
How does extern "C" affect linking?...


c++linkerheader-files

Read More
Field has incomplete type even though included...


cincludeheader-files

Read More
What is the point of header files in C?...


cheader-files

Read More
free pascal bindings for a typedef function inside a DEFINE macro and a number outside...


c++interopheader-filesfreepascal

Read More
Weak functions with single-file header libraries...


cgccheader-fileslibraries

Read More
C++ library avoid including sub classes...


c++oopheader-files

Read More
Is it a good practice to include the .c file on its own .h file?...


cheader-files

Read More
<image>.h - Where is this -e coming from?...


c++makefilewxwidgetsheader-files

Read More
What should a header file look like for C++ projects?...


c++cvisual-studiovisual-c++header-files

Read More
Change String value to uppercase in a C++ header file?...


c++stringcharheader-filesuppercase

Read More
Clang Tool (libtooling): set header search path to standard libs headers. Foundation framework...


c++compilationincludeheader-filesllvm-clang

Read More
Getting multiple definition of 'size' and undefined reference to 'vect' errors, not ...


c++linker-errorsheader-files

Read More
duplicate symbol of a function defined in a header file...


c++11header-files

Read More
Window.hpp file is not found by the Graphics.hpp file...


c++visual-studio-codesfmlheader-files

Read More
What is the purpose of header guards when there are multiple .cpp files that include that header fil...


c++header-files

Read More
Object class members as pointers to avoid #include in headers - is it good practice?...


classpointersincludeheader-filesforward-declaration

Read More
Calling functions from header files as an initializer for const variables...


c++initializationheader-files

Read More
How can I separate the declaration and definition of static constexpr members?...


c++c++17header-filesconstexpr

Read More
Why does the compiler not find a type in this class even though it is forward declared?...


c++header-filesshared-ptr

Read More
How can a free function to a derived class gain access to an include in the header of the base class...


c++linkerheader-files

Read More
How can I use the tool 'Include What You Use' together with CMake to detect unused headers?...


c++cmakeheader-filesiwyuinclude-what-you-use

Read More
Convert image header information to ASCII code...


pythonimage-processingbase64asciiheader-files

Read More
Can a header file name start with a digit?...


c++cc-preprocessorheader-files

Read More
How do I see the source code of the C header files?...


c++cbashheader-files

Read More
Header file works fine in one #include, causes syntax errors in another...


c++c-preprocessorheader-files

Read More
Is it a good practice to place C++ definitions in header files?...


c++coding-styleheader-filescode-separation

Read More
How to exclude some of the "unable to open include file *.h" errors in pclint...


cincludeheader-fileslintpc-lint

Read More
Include functions for other projects in C...


cmakefileheader-files

Read More
BackNext