headerfile

What is HeaderFile in Doxygen?

I run this command unsuccessufully doxygen -w latex headerFile styleSheetFile project.doxy ...

How to get the FolderPath in MFC application

I am using visual studio 2008...I am tryin to get the folder path for my output file in my design ...I know there is a class called CFolderDialog ..but its not working in my pgm..should I include any header file inorder to get that..if YES,can anybody tell me how to include in visual studio 2008..plz help me ...

Initializing Constant Static Array In Header File

Hi, I have just found out that the following is not valid. //Header File class test { const static char array[] = { '1', '2', '3' }; }; Where is the best place to initialize this? Thanks in advance; ...

class foo; in header file

Hi, Is some one able to explain why header files have something like this? class foo; // This here? class bar { bar(); }; Do you need an include statement when using this? Thanks. ...

Three20/TTStyle.h No such file or directory error.

Hi I have project, this contains header files like. #import "Three20/TTButton.h" #import "Three20/TTStyle.h" #import "Three20/TTStyleSheet.h" #import "Three20/TTView.h" #import "Three20/TTShape.h" but i am getting no such file, directory error. But i can see those TTButton.h,TTStyle.h... are inside the Three20 Folder. Please Help me...