Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to handle Close(X) button on Property Sheet Pin
ThatsAlok7-Mar-05 23:03
ThatsAlok7-Mar-05 23:03 
GeneralFile needed! Pin
Larsson7-Mar-05 22:15
Larsson7-Mar-05 22:15 
GeneralRe: File needed! Pin
Ravi Bhavnani8-Mar-05 2:53
professionalRavi Bhavnani8-Mar-05 2:53 
GeneralRe: File needed! Pin
Larsson8-Mar-05 9:32
Larsson8-Mar-05 9:32 
GeneralRe: File needed! Pin
Ravi Bhavnani8-Mar-05 9:36
professionalRavi Bhavnani8-Mar-05 9:36 
Questionwhat if classes need each other? Pin
ThinkingPrometheus7-Mar-05 22:01
ThinkingPrometheus7-Mar-05 22:01 
AnswerRe: what if classes need each other? Pin
Steen Krogsgaard7-Mar-05 22:42
Steen Krogsgaard7-Mar-05 22:42 
AnswerRe: what if classes need each other? Pin
namaskaaram7-Mar-05 23:59
namaskaaram7-Mar-05 23:59 
well u c u have example1 class and example2 class,u cant interrelate themeboth for a simple reason that can be explained by thiz example.....

cansider a case where u have a classes that need each other.....that is example1 object is there in example 2 and vice versa.....
observe.....

class example2
{
example1 ex1;
}b;

class example1
{
example2 ex2;
}a;

letz consider object b.....
note that "b" would contain "ex1" and "ex1" would contain "ex2"....and what is ex2???....logically it goes to infinity(since each instance contains the instance of the other in itself)!!!!!

so it doesnt make sense.....moreover u can only create an object if itz memberz are all defined!!!!!.....say in class example2, the example1 need to be understood by the compliler to allocate /putaside the value for that object,but to get theat done example1 class must be fully defined,u will find it dependz on example2 and hence not possible!!!!!

thiz iz the way i reason it out!!!!!!;)


cheerz..... Big Grin | :-D



"faith, hope, love remain, these three.....; but the greatest of these is love" -1 Corinthians 13:13
Questionhow to retriev video from tv tuner card Pin
Natasha_amin7-Mar-05 21:44
Natasha_amin7-Mar-05 21:44 
GeneralDetermine wether a http server accepts bytes range Pin
gecool7-Mar-05 20:24
gecool7-Mar-05 20:24 
GeneralCaption displaying problem Pin
spdl20017-Mar-05 19:52
spdl20017-Mar-05 19:52 
Generaltext color Pin
Anand for every one7-Mar-05 19:23
Anand for every one7-Mar-05 19:23 
GeneralRe: text color Pin
Ryan Binns7-Mar-05 20:31
Ryan Binns7-Mar-05 20:31 
GeneralUsing FindWindow in ISAPI Pin
arponjude7-Mar-05 19:18
arponjude7-Mar-05 19:18 
GeneralRe: Using FindWindow in ISAPI Pin
arponjude7-Mar-05 22:04
arponjude7-Mar-05 22:04 
GeneralISAPI and VC++ Client [downloading and uploading of file] Pin
arponjude7-Mar-05 19:06
arponjude7-Mar-05 19:06 
GeneralMultiline Textbox Pin
Anand for every one7-Mar-05 18:40
Anand for every one7-Mar-05 18:40 
GeneralRe: Multiline Textbox Pin
PJ Arends7-Mar-05 18:46
professionalPJ Arends7-Mar-05 18:46 
GeneralRe: Multiline Textbox Pin
ThatsAlok7-Mar-05 18:57
ThatsAlok7-Mar-05 18:57 
QuestionSample from MSDN, Is this correct? Pin
eight7-Mar-05 17:45
eight7-Mar-05 17:45 
QuestionMDI CScrollView? Pin
murali_utr7-Mar-05 16:57
murali_utr7-Mar-05 16:57 
GeneralProblem of Getting image from a window Pin
kokehqyu7-Mar-05 16:05
kokehqyu7-Mar-05 16:05 
GeneralRe: Problem of Getting image from a window Pin
Christian Graus7-Mar-05 17:11
protectorChristian Graus7-Mar-05 17:11 
GeneralRe: Problem of Getting image from a window Pin
kokehqyu8-Mar-05 17:41
kokehqyu8-Mar-05 17:41 
GeneralUsing msado15.dll in VC++ Application Which build DLL ! Pin
lucdt7-Mar-05 13:46
lucdt7-Mar-05 13:46 

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.