Click here to Skip to main content
15,904,652 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Counting characters from a text file Pin
Big Art9-Apr-03 6:36
Big Art9-Apr-03 6:36 
GeneralRemoving directories Pin
Brian Delahunty9-Apr-03 4:07
Brian Delahunty9-Apr-03 4:07 
GeneralRe: Removing directories Pin
Rickard Andersson209-Apr-03 5:26
Rickard Andersson209-Apr-03 5:26 
GeneralRe: Removing directories Pin
Brian Delahunty9-Apr-03 5:31
Brian Delahunty9-Apr-03 5:31 
GeneralHtml Edit Control Notification Pin
Atlence9-Apr-03 3:50
Atlence9-Apr-03 3:50 
GeneralRe: Html Edit Control Notification Pin
Atlence19-Apr-03 8:25
Atlence19-Apr-03 8:25 
GeneralMFC Pin
frackasse9-Apr-03 2:30
frackasse9-Apr-03 2:30 
GeneralRe: MFC Pin
Cedric Moonen9-Apr-03 2:41
Cedric Moonen9-Apr-03 2:41 
If it's a private member (I always use private variable members), you have to write a public function that returns the value:

For example if the variable is an int (says int Value) (place it in your header file):
public:<br />
int GetValue()  { return Value; }<br />
<br />
private:<br />
int Value;


You can then get your Value in the calling class by calling this function!

Hope this helps
Generalwinpcap handle problem Pin
summo9-Apr-03 2:15
summo9-Apr-03 2:15 
GeneralCreateThread / ExitThread Pin
Paul Farry9-Apr-03 2:03
professionalPaul Farry9-Apr-03 2:03 
GeneralRe: CreateThread / ExitThread Pin
Zdeslav Vojkovic9-Apr-03 2:35
Zdeslav Vojkovic9-Apr-03 2:35 
GeneralTransfer of a SDI application to MDI Pin
Claude Gagnon9-Apr-03 1:38
Claude Gagnon9-Apr-03 1:38 
GeneralDao problem Pin
naradaji9-Apr-03 1:27
naradaji9-Apr-03 1:27 
GeneralRe: Dao problem Pin
G. Steudtel9-Apr-03 23:43
G. Steudtel9-Apr-03 23:43 
GeneralRe: Dao problem Pin
naradaji9-Apr-03 23:58
naradaji9-Apr-03 23:58 
Generaltype cast problem when going from VS6->VS.NET Pin
Mathias S.9-Apr-03 0:43
Mathias S.9-Apr-03 0:43 
GeneralRe: type cast problem when going from VS6->VS.NET Pin
jhwurmbach9-Apr-03 1:13
jhwurmbach9-Apr-03 1:13 
GeneralRe: type cast problem when going from VS6->VS.NET Pin
Mathias S.9-Apr-03 1:26
Mathias S.9-Apr-03 1:26 
GeneralRe: type cast problem when going from VS6->VS.NET Pin
Mathias S.9-Apr-03 1:29
Mathias S.9-Apr-03 1:29 
GeneralRe: type cast problem when going from VS6->VS.NET : Solved . maybe Pin
Mathias S.9-Apr-03 1:53
Mathias S.9-Apr-03 1:53 
GeneralBlinking Object Pin
SatyaDY9-Apr-03 0:31
SatyaDY9-Apr-03 0:31 
GeneralRe: Blinking Object Pin
Roger Allen9-Apr-03 3:05
Roger Allen9-Apr-03 3:05 
GeneralAsynchronously inserting large number of items into TreeView Pin
henchook8-Apr-03 23:44
henchook8-Apr-03 23:44 
GeneralRe: Asynchronously inserting large number of items into TreeView Pin
valikac9-Apr-03 11:35
valikac9-Apr-03 11:35 
GeneralRe: Asynchronously inserting large number of items into TreeView Pin
henchook9-Apr-03 20:29
henchook9-Apr-03 20:29 

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.