Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Keystroke characters to toggle. Pin
pépé29-Aug-02 2:37
pépé29-Aug-02 2:37 
GeneralRe: Keystroke characters to toggle. Pin
Pavel Klocek29-Aug-02 2:37
Pavel Klocek29-Aug-02 2:37 
GeneralRe: Keystroke characters to toggle. Pin
-Dy29-Aug-02 2:43
-Dy29-Aug-02 2:43 
GeneralThanks!! Pin
WREY29-Aug-02 2:53
WREY29-Aug-02 2:53 
GeneralScripting Visual Studio Pin
lpvoid29-Aug-02 1:36
lpvoid29-Aug-02 1:36 
GeneralRe: Scripting Visual Studio Pin
lucy29-Aug-02 6:55
lucy29-Aug-02 6:55 
GeneralRe: Scripting Visual Studio Pin
lpvoid29-Aug-02 9:43
lpvoid29-Aug-02 9:43 
QuestionForward declaration of Typedefed structure? Pin
Jawache29-Aug-02 1:34
Jawache29-Aug-02 1:34 
include <moo.h>

class loo
{
private:
moo* poo;
}

moo is a complicated structure from a third party library.

I want to make sure that any project with a class derived from loo
will not need to add the include paths for moo.h and all associated
headers in the project as it can get quite compilacated.

if moo was a class i would normaly just create a forward declaration of
class moo; in the loo header file then include the moo.h header file in the
implementation file for loo.

It won't let me do this for a structure though.

Does anyone have any ideas as to how i can solve this?

Currently my only idea is to use void* and cast then to the required type
whenver i need to use them in the implementation file!!

Asim Hussain
e: asim@jawache.net
w: www.jawache.net
AnswerRe: Forward declaration of Typedefed structure? Pin
Tomasz Sowinski29-Aug-02 1:41
Tomasz Sowinski29-Aug-02 1:41 
GeneralRe: Forward declaration of Typedefed structure? Pin
Jawache29-Aug-02 1:49
Jawache29-Aug-02 1:49 
GeneralRe: Forward declaration of Typedefed structure? Pin
Tomasz Sowinski29-Aug-02 1:56
Tomasz Sowinski29-Aug-02 1:56 
GeneralRe: Forward declaration of Typedefed structure? Pin
Jawache29-Aug-02 1:59
Jawache29-Aug-02 1:59 
GeneralC++ email address validate code Pin
Nish Nishant29-Aug-02 0:56
sitebuilderNish Nishant29-Aug-02 0:56 
GeneralRe: C++ email address validate code Pin
Tomasz Sowinski29-Aug-02 1:01
Tomasz Sowinski29-Aug-02 1:01 
GeneralRe: C++ email address validate code Pin
Nish Nishant29-Aug-02 1:08
sitebuilderNish Nishant29-Aug-02 1:08 
GeneralRe: C++ email address validate code Pin
Andreas Saurwein29-Aug-02 1:55
Andreas Saurwein29-Aug-02 1:55 
GeneralRe: C++ email address validate code Pin
User 665829-Aug-02 1:31
User 665829-Aug-02 1:31 
GeneralAnnoying Compiler Warning Pin
Steve Thresher29-Aug-02 0:12
Steve Thresher29-Aug-02 0:12 
GeneralRe: Annoying Compiler Warning Pin
pépé29-Aug-02 0:26
pépé29-Aug-02 0:26 
GeneralRe: Annoying Compiler Warning Pin
Steve Thresher29-Aug-02 0:43
Steve Thresher29-Aug-02 0:43 
GeneralRe: Annoying Compiler Warning Pin
pépé29-Aug-02 1:46
pépé29-Aug-02 1:46 
GeneralMC++ dll Pin
Mazdak28-Aug-02 23:21
Mazdak28-Aug-02 23:21 
GeneralRe: MC++ dll Pin
anju29-Aug-02 0:11
anju29-Aug-02 0:11 
GeneralRe: MC++ dll Pin
Nish Nishant29-Aug-02 0:44
sitebuilderNish Nishant29-Aug-02 0:44 
GeneralRe: MC++ dll Pin
Mazdak29-Aug-02 1:18
Mazdak29-Aug-02 1:18 

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.