Click here to Skip to main content
15,905,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: problem in my progress bar (attached in a Dialog) Pin
Rage16-Aug-06 1:41
professionalRage16-Aug-06 1:41 
AnswerRe: problem in my progress bar (attached in a Dialog) Pin
Cedric Moonen16-Aug-06 1:45
Cedric Moonen16-Aug-06 1:45 
Questiongetch() problem. Pin
Kiran Pinjala16-Aug-06 1:10
Kiran Pinjala16-Aug-06 1:10 
AnswerRe: getch() problem. Pin
Rage16-Aug-06 1:28
professionalRage16-Aug-06 1:28 
AnswerRe: getch() problem. Pin
sunit516-Aug-06 1:46
sunit516-Aug-06 1:46 
AnswerRe: getch() problem. Pin
David Crow16-Aug-06 2:40
David Crow16-Aug-06 2:40 
Questionwav file format [modified] Pin
69 Bay16-Aug-06 0:35
69 Bay16-Aug-06 0:35 
Questionpragma once Pin
Sarvan AL16-Aug-06 0:14
Sarvan AL16-Aug-06 0:14 
Hi All,

When we include a class, the wizard creates two files (.h and .cpp) in the class's name. The .cpp file starts with like this:
#ifndef _FILE1_H
#define _FILE1_H
#include "File1.h"
#endif

Hope this is a way to avoid including the file (.h) more than once in the application. How this .cpp file is getting related with its corresponding .h file? Because, we include only .h file.

Kindly let me know that how can compare this with "# pragma once" and more about "pragma".

Thanks in advance,
Sarvan AL

*** Live Life To Its Fullest ***

AnswerRe: pragma once Pin
Rage16-Aug-06 1:40
professionalRage16-Aug-06 1:40 
GeneralRe: pragma once Pin
Sarvan AL16-Aug-06 1:48
Sarvan AL16-Aug-06 1:48 
GeneralRe: pragma once [modified] Pin
sunit516-Aug-06 2:03
sunit516-Aug-06 2:03 
QuestionCannot edit and continue in VC++ 2005. Pin
tonyvsuk15-Aug-06 23:46
tonyvsuk15-Aug-06 23:46 
QuestionVC++ Linking error to do with += Operator Pin
ajisthekingofpop15-Aug-06 23:40
ajisthekingofpop15-Aug-06 23:40 
AnswerRe: VC++ Linking error to do with += Operator Pin
Rage16-Aug-06 1:42
professionalRage16-Aug-06 1:42 
QuestionRe: VC++ Linking error to do with += Operator Pin
David Crow16-Aug-06 2:47
David Crow16-Aug-06 2:47 
AnswerRe: VC++ Linking error to do with += Operator Pin
Zac Howland16-Aug-06 4:17
Zac Howland16-Aug-06 4:17 
GeneralRe: VC++ Linking error to do with += Operator Pin
Rage16-Aug-06 5:29
professionalRage16-Aug-06 5:29 
QuestionvbAccelerator Explorer Bar Control Pin
Hesham Desouky15-Aug-06 23:22
Hesham Desouky15-Aug-06 23:22 
QuestionDRM question Pin
shadow0115-Aug-06 23:03
shadow0115-Aug-06 23:03 
AnswerRe: DRM question Pin
Mircea Puiu16-Aug-06 23:13
Mircea Puiu16-Aug-06 23:13 
QuestionUSING FormatMessage Pin
fx920015-Aug-06 22:57
fx920015-Aug-06 22:57 
AnswerRe: USING FormatMessage Pin
Rage16-Aug-06 1:31
professionalRage16-Aug-06 1:31 
QuestionCovert char array to unsined char array Pin
Tuscon15-Aug-06 22:54
Tuscon15-Aug-06 22:54 
AnswerRe: Covert char array to unsined char array Pin
Rage15-Aug-06 23:03
professionalRage15-Aug-06 23:03 
AnswerRe: Covert char array to unsined char array Pin
Eytukan16-Aug-06 0:57
Eytukan16-Aug-06 0:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.