Click here to Skip to main content
15,900,907 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: how to hide internal component of a class Pin
Stuart Dootson15-Jan-09 9:15
professionalStuart Dootson15-Jan-09 9:15 
Questionhelp on dynamic array (matix) Pin
Member 465588514-Jan-09 23:24
Member 465588514-Jan-09 23:24 
QuestionRe: help on dynamic array (matix) Pin
CPallini14-Jan-09 23:50
mveCPallini14-Jan-09 23:50 
AnswerRe: help on dynamic array (matix) Pin
Member 465588515-Jan-09 0:12
Member 465588515-Jan-09 0:12 
GeneralRe: help on dynamic array (matix) Pin
Iain Clarke, Warrior Programmer15-Jan-09 0:29
Iain Clarke, Warrior Programmer15-Jan-09 0:29 
GeneralRe: help on dynamic array (matix) Pin
CPallini15-Jan-09 1:50
mveCPallini15-Jan-09 1:50 

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.