Click here to Skip to main content
15,899,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Read a single serial byte into COMM-Port Pin
Mark Jones19-Jul-00 5:05
Mark Jones19-Jul-00 5:05 
GeneralFunction Key usage in Dialog Boxes. Pin
Rick Fishwick7-Jul-00 8:26
sussRick Fishwick7-Jul-00 8:26 
GeneralRe: Function Key usage in Dialog Boxes. Pin
Member 45881447-Jul-00 11:12
Member 45881447-Jul-00 11:12 
GeneralFunction Key usage in Dialog Boxes. Pin
Rick Fishwick7-Jul-00 8:26
sussRick Fishwick7-Jul-00 8:26 
GeneralRe: Function Key usage in Dialog Boxes. Pin
Kurt10-Jul-00 0:00
Kurt10-Jul-00 0:00 
GeneralClass view window for VC++ 6.0 Pin
Kirill Sherman7-Jul-00 7:22
sussKirill Sherman7-Jul-00 7:22 
GeneralRe: Class view window for VC++ 6.0 Pin
Paolo Messina7-Jul-00 8:18
professionalPaolo Messina7-Jul-00 8:18 
GeneralC++ "friend" related Pin
pba_7-Jul-00 7:12
pba_7-Jul-00 7:12 
Hi ,
supposing that I have two classes : A and B . I declare a nested class in B called C.
class A
{
///
}
class B
{
///
class C
{
///
} ;
}
what is the problem : I want that the C class to be a friend of the A class. I can't write in the def. of class A friend class B::C , because B is not defined .Even if I define the B class before the A def. it's no good . I can't move the code of the B class declaration before the delcaration of A ( some other classes are between them ) .
So , what can I do ? Smile | :)

GeneralRe: C++ Pin
Kirill Sherman7-Jul-00 7:35
sussKirill Sherman7-Jul-00 7:35 
Questionstop MFC re-arranging toolbars when main window re-sized ? Pin
Steve Kearon7-Jul-00 6:12
Steve Kearon7-Jul-00 6:12 
Questionhow i use a wheel message of mouse? Pin
Member 20497-Jul-00 6:03
Member 20497-Jul-00 6:03 
GeneralPassing a CRecordset Pointer to another application through Clipboard Pin
Arvind Wadhawan7-Jul-00 2:55
sussArvind Wadhawan7-Jul-00 2:55 
GeneralRe: Passing a CRecordset Pointer to another application through Clipboard Pin
Pere Mitjavila15-Jul-00 0:07
Pere Mitjavila15-Jul-00 0:07 
GeneralRe: Passing a CRecordset Pointer to another application through Clipboard Pin
Blake Miller15-Jul-00 5:55
Blake Miller15-Jul-00 5:55 
GeneralDevice disabling Pin
cesco7-Jul-00 1:26
cesco7-Jul-00 1:26 
GeneralDoes anyone know how to start with DDK in VC6. Pin
Sajid Siraj6-Jul-00 23:52
Sajid Siraj6-Jul-00 23:52 
QuestionHow can i create an image list independent of the color supported by the system? Pin
Jiju George T6-Jul-00 23:47
Jiju George T6-Jul-00 23:47 
Generalaccess violations Pin
Member 43216-Jul-00 20:08
Member 43216-Jul-00 20:08 
GeneralRe: access violations Pin
Paolo Messina6-Jul-00 22:40
professionalPaolo Messina6-Jul-00 22:40 
GeneralRe: access violations Pin
Sam Hobbs7-Jul-00 18:01
Sam Hobbs7-Jul-00 18:01 
GeneralRe: access violations Pin
sspcmp18-Jul-00 4:51
susssspcmp18-Jul-00 4:51 
GeneralRe: access violations Pin
Sam Hobbs18-Jul-00 6:35
Sam Hobbs18-Jul-00 6:35 
QuestionAnyoune knows differences with custom controls in NT and W98??? Pin
M.Vo.6-Jul-00 20:00
M.Vo.6-Jul-00 20:00 
AnswerRe: Anyoune knows differences with custom controls in NT and W98??? Pin
pba_6-Jul-00 23:02
pba_6-Jul-00 23:02 
GeneralRe: Anyoune knows differences with custom controls in NT and W98??? Pin
M.Vo.7-Jul-00 3:24
M.Vo.7-Jul-00 3: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.