header-files
GDB: error setting break point in template class functions in header files
I have used two different versions of GDB, both give problems in the following code: Trimmed down code in MyFile.h:[详细]
2023-02-04 19:30 分类:问答Rewrite C++ code into Objective C
I got some C++ Sourcecode that I would like to rewrite into Objective C. It would help me alot if someone could write me a header file for this Code. When Iget the Headerfile I would be able to rewrit[详细]
2023-02-04 17:11 分类:问答C++ cyclic inclusion issue [duplicate]
This question already has answers here: Resolve build errors due to circular dependency amongst classes[详细]
2023-02-04 10:22 分类:问答Without including #include <ctype.h>
I have written the below programs without including #include <ctype.h>. I am able to execute the program. Where are these prototypes declared? I am using gcc.[详细]
2023-02-03 15:35 分类:问答Can't see how to compile a header file with /clr switch in a mixed class
When creating a mixed mode class, on compilation the header file complains that it needs to be complied with the /clr switch开发者_JAVA百科 as it is a mixed mode class, however, I can\'t see any optio[详细]
2023-02-03 14:21 分类:问答how to translate typedef union to delphi?
1) typedef union __rfun_gop_event_info { unsigned int evt; struct { unsigned int reserved1:1; unsigned int reserved0:1;[详细]
2023-02-03 05:03 分类:问答Declaring a function that return a 2D array in a header file?
I am trying to declare, within 开发者_运维百科my header file, a function that returns a 2D array.How can this be accomplished, given that we already know the size of the array?Below is what I\'m curre[详细]
2023-02-03 00:43 分类:问答Can I use graph.h, dos.h, and bios.h in Visual C++?
Is it possible t开发者_StackOverflowo use the following headers in Visual C++: graph.h dos.h bios.h AFAIK, No way to use this in Visual C++,[详细]
2023-02-02 22:54 分类:问答How do I define a template class and divide it into multiple files?
I have written a simple template class for test purpose. It compiles without any errors, but when I try to use it in main(), it give some linker errors.[详细]
2023-01-31 21:43 分类:问答Macro-based selection of C++ headers
I am currently writing a C++ library which will be required to compile with both GCC for linux and Sun CC for Solaris. In the interest of performance I am creating some classes which select different[详细]
2023-01-31 15:29 分类:问答