header-files
C/C++ How to access header files?
I have added some source (h开发者_运维百科eader files) in a common folder (..\\shared\\abc) and my code file from another folder (..\\src\\xyz) has #include <abc/../foo.hpp>. I get this error:[详细]
2023-03-10 16:50 分类:问答declaring an array of pointers in a C header file and assigning value?
Is it possible to declare an array of pointers and later on initialize either of them开发者_如何学编程 and assign a value, in a C header file?[详细]
2023-03-09 17:19 分类:问答scope of using declaration within a namespace
Is it safe (and correct) in a C++ header file to use the using declaration within a namespace as follows:[详细]
2023-03-09 10:35 分类:问答How to add dependency's $(ProjectDir) to dependent project's include directories?
I have 100+ projects in solution. For e开发者_开发技巧ach project, its public headers are located in its project directory. So I want to not keep large lists of include folders for each project, but f[详细]
2023-03-09 04:21 分类:问答Header should be included once
In header files I\'ve seen two main ways for defining macro to avoid including the file mo开发者_如何学编程re than once.[详细]
2023-03-08 02:04 分类:问答How to create a header file for my existing C program in linux to connect with MySql?
it\'s my first time I use Linux and C programming. I\'ve wrote a file in C language to connect with MySQL and it\'s working fine now. Now I\'ve to integrate this file into my company web-based system[详细]
2023-03-06 21:38 分类:问答searching for c++ code parser to see all signatures
I\'m looking for a 开发者_开发知识库c++ parser which is able to extract all the functions and methods with its signatures. Is there something like this?[详细]
2023-03-06 04:28 分类:问答help about place of header file in C [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: #include in .h or .c / .cpp ?[详细]
2023-03-05 20:43 分类:问答Eclipse CDT: Unresolved inclusion of stl header
I\'m trying to use Eclipse to edit sources, compiled under C++ Builder, but stuck with Unresolved inclusion problem.[详细]
2023-03-05 15:23 分类:问答How to list all files that include a header file
Standard cscope search for \"Find files #including this file\" returns only those matches where foo.h is directly included in bar.c[详细]
2023-03-05 08:41 分类:问答