Click here to Skip to main content
15,914,447 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: WM5 dev, Problem with C++ FindFirstFile returning 0xffffffff Pin
Randor 15-Jan-09 4:20
professional Randor 15-Jan-09 4:20 
GeneralRe: WM5 dev, Problem with C++ FindFirstFile returning 0xffffffff Pin
uzziah015-Jan-09 4:46
uzziah015-Jan-09 4:46 
QuestionAccess Database: Create Table Pin
SutterA15-Jan-09 3:14
SutterA15-Jan-09 3:14 
AnswerRe: Access Database: Create Table Pin
David Crow15-Jan-09 4:20
David Crow15-Jan-09 4:20 
Questionwindows Loader Pin
Member 342050915-Jan-09 1:44
Member 342050915-Jan-09 1:44 
AnswerRe: windows Loader Pin
Iain Clarke, Warrior Programmer15-Jan-09 2:04
Iain Clarke, Warrior Programmer15-Jan-09 2:04 
AnswerRe: windows Loader Pin
Naveen15-Jan-09 2:07
Naveen15-Jan-09 2:07 
QuestionCan i fix the size of splitted view? Pin
Le@rner15-Jan-09 1:29
Le@rner15-Jan-09 1:29 
AnswerRe: Can i fix the size of splitted view? Pin
SandipG 15-Jan-09 1:40
SandipG 15-Jan-09 1:40 
GeneralRe: Can i fix the size of splitted view? Pin
Le@rner15-Jan-09 1:52
Le@rner15-Jan-09 1:52 
QuestionSuggestions: need an Outlook 2003 style of navigation class Pin
josip cagalj15-Jan-09 0:28
josip cagalj15-Jan-09 0:28 
AnswerRe: Suggestions: need an Outlook 2003 style of navigation class Pin
Code-o-mat15-Jan-09 5:58
Code-o-mat15-Jan-09 5:58 
AnswerRe: Suggestions: need an Outlook 2003 style of navigation class Pin
josip cagalj15-Jan-09 21:20
josip cagalj15-Jan-09 21:20 
Questionhow to hide internal component of a class Pin
pedefetoll15-Jan-09 0:23
pedefetoll15-Jan-09 0:23 
Hello.
I build a class, using internaly a component. But I want that the user of the class never knows which type of component it is.
for exemple :
the include file class.h :

#include <windows.h>
#include <classComponent.h>

class MyClass {
private:
classComponent _Component;
public:
MyClass();
Log( string Message);
};
=======================
If a user of my class includes the file class.h, he need to "access" to classComponent.h in it's compiler directive. But He realy only need the library of the component (classComponent.dll) and not the include, because it is MyClass which process access to functions of classComponent..
How can I "mask" the dependendancies on classComponent for the final user ?

Best regards.
AnswerRe: how to hide internal component of a class Pin
sashoalm15-Jan-09 0:34
sashoalm15-Jan-09 0:34 
GeneralRe: how to hide internal component of a class Pin
Cedric Moonen15-Jan-09 0:51
Cedric Moonen15-Jan-09 0:51 
GeneralRe: how to hide internal component of a class Pin
Stephen Hewitt15-Jan-09 2:29
Stephen Hewitt15-Jan-09 2:29 
GeneralRe: how to hide internal component of a class Pin
sashoalm15-Jan-09 2:59
sashoalm15-Jan-09 2:59 
GeneralRe: how to hide internal component of a class Pin
Stephen Hewitt15-Jan-09 3:06
Stephen Hewitt15-Jan-09 3:06 
AnswerRe: how to hide internal component of a class Pin
Cedric Moonen15-Jan-09 0:49
Cedric Moonen15-Jan-09 0:49 
QuestionRe: how to hide internal component of a class Pin
SandipG 15-Jan-09 1:04
SandipG 15-Jan-09 1:04 
AnswerRe: how to hide internal component of a class Pin
pedefetoll15-Jan-09 1:11
pedefetoll15-Jan-09 1:11 
GeneralRe: how to hide internal component of a class Pin
Cedric Moonen15-Jan-09 1:16
Cedric Moonen15-Jan-09 1:16 
GeneralRe: how to hide internal component of a class Pin
pedefetoll15-Jan-09 1:22
pedefetoll15-Jan-09 1:22 
GeneralRe: how to hide internal component of a class Pin
Cedric Moonen15-Jan-09 1:24
Cedric Moonen15-Jan-09 1:24 

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.