Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: max controls on a dialog using vc++ Pin
Tim Smith10-Feb-04 18:18
Tim Smith10-Feb-04 18:18 
GeneralRe: max controls on a dialog using vc++ Pin
burnafatty11-Feb-04 7:35
burnafatty11-Feb-04 7:35 
GeneralRe: max controls on a dialog using vc++ Pin
Christian Graus11-Feb-04 9:46
protectorChristian Graus11-Feb-04 9:46 
GeneralRe: max controls on a dialog using vc++ Pin
Ryan Binns10-Feb-04 17:59
Ryan Binns10-Feb-04 17:59 
GeneralThanks Pin
burnafatty11-Feb-04 7:50
burnafatty11-Feb-04 7:50 
GeneralAccessing private class members Pin
georgiek5010-Feb-04 12:54
georgiek5010-Feb-04 12:54 
GeneralRe: Accessing private class members Pin
loket10-Feb-04 13:10
loket10-Feb-04 13:10 
GeneralRe: Accessing private class members Pin
georgiek5010-Feb-04 13:24
georgiek5010-Feb-04 13:24 
Thanks for the speedy reply, but I'm a bit confused with your answer. Here is what compiles and what doesn't for me

cLink::cLinkElement *pPointer; (compiles with the class warning that it's not initialized to anything)

now doing this: pPointer->pNextLink = NULL; (it shows up fine on class view btw but I get this compilation error: error C2248: 'pNextLink' : cannot access private member declared in class 'cLink::cLinkElement'

Is there anyway to get around this by not making the privates publics?
GeneralRe: Accessing private class members Pin
Ian Darling10-Feb-04 13:49
Ian Darling10-Feb-04 13:49 
GeneralRe: Accessing private class members Pin
georgiek5010-Feb-04 13:54
georgiek5010-Feb-04 13:54 
GeneralRe: Accessing private class members Pin
Ian Darling10-Feb-04 13:58
Ian Darling10-Feb-04 13:58 
GeneralRe: Accessing private class members Pin
John R. Shaw10-Feb-04 14:17
John R. Shaw10-Feb-04 14:17 
GeneralRe: Accessing private class members Pin
georgiek5010-Feb-04 14:58
georgiek5010-Feb-04 14:58 
GeneralVisual C++ 6 +7 Pin
Rohde10-Feb-04 12:41
Rohde10-Feb-04 12:41 
GeneralRe: Visual C++ 6 +7 Pin
Christian Graus10-Feb-04 15:52
protectorChristian Graus10-Feb-04 15:52 
GeneralRe: Visual C++ 6 +7 Pin
shultas10-Feb-04 16:11
shultas10-Feb-04 16:11 
GeneralRe: Visual C++ 6 +7 Pin
Tim Smith10-Feb-04 18:19
Tim Smith10-Feb-04 18:19 
GeneralUsing an edit box from other file. Help needed!! Pin
satcat10-Feb-04 12:30
satcat10-Feb-04 12:30 
GeneralSubclassing or Derviving Pin
monrobot1310-Feb-04 12:27
monrobot1310-Feb-04 12:27 
GeneralRe: Subclassing or Derviving Pin
John R. Shaw10-Feb-04 12:49
John R. Shaw10-Feb-04 12:49 
GeneralRe: Subclassing or Derviving Pin
mcsweeneyd10-Feb-04 15:38
mcsweeneyd10-Feb-04 15:38 
GeneralRe: Subclassing or Derviving Pin
monrobot1311-Feb-04 10:04
monrobot1311-Feb-04 10:04 
GeneralStrange memory overrun Pin
John R. Shaw10-Feb-04 10:43
John R. Shaw10-Feb-04 10:43 
GeneralRe: Strange memory overrun Pin
Tom Larsen10-Feb-04 11:30
Tom Larsen10-Feb-04 11:30 
GeneralRe: Strange memory overrun Pin
John R. Shaw10-Feb-04 12:37
John R. Shaw10-Feb-04 12:37 

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.