Click here to Skip to main content
15,918,049 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to create a service in non LocalSystem account Pin
tank102527-Apr-04 16:46
tank102527-Apr-04 16:46 
AnswerRe: how to create a service in non LocalSystem account Pin
Antony M Kancidrowski28-Apr-04 5:28
Antony M Kancidrowski28-Apr-04 5:28 
AnswerRe: how to create a service in non LocalSystem account Pin
22491729-Apr-04 4:25
22491729-Apr-04 4:25 
AnswerRe: how to create a service in non LocalSystem account Pin
Halid Niyaz20-Jul-04 19:00
Halid Niyaz20-Jul-04 19:00 
GeneralA question about programming style Pin
nguyenvhn27-Apr-04 16:32
nguyenvhn27-Apr-04 16:32 
GeneralRe: A question about programming style Pin
gUrM33T27-Apr-04 16:52
gUrM33T27-Apr-04 16:52 
GeneralRe: A question about programming style Pin
nguyenvhn28-Apr-04 15:55
nguyenvhn28-Apr-04 15:55 
GeneralRe: A question about programming style Pin
toxcct27-Apr-04 22:29
toxcct27-Apr-04 22:29 
be careful, OOP is NOT available in C (so either in Visual C). object programming comes with C++.
And for your question, yes, you can.
Classes are made for such. You put your data members eito private or protected statements (in general) as properties, and the interface for your classe, defined with your function members ("methods" in VB) are in a public statement.
All of this is not definitive, but it is a cool way of programming properly.



TOXCCT >>> GEII power


QuestionCannot find dir.h???? Pin
zscuffha27-Apr-04 15:43
zscuffha27-Apr-04 15:43 
AnswerRe: Cannot find dir.h???? Pin
Jitendra gangwar27-Apr-04 19:45
Jitendra gangwar27-Apr-04 19:45 
GeneralChange backcolor datetime picker control Pin
myanonym27-Apr-04 15:37
myanonym27-Apr-04 15:37 
GeneralSet tool tip text on tree control item Pin
Anonymous27-Apr-04 14:12
Anonymous27-Apr-04 14:12 
GeneralRe: Set tool tip text on tree control item Pin
thowra27-Apr-04 22:01
thowra27-Apr-04 22:01 
GeneralSimple divison has GONE MAD! Pin
Selevercin27-Apr-04 12:09
Selevercin27-Apr-04 12:09 
GeneralRe: Simple divison has GONE MAD! Pin
Phil Martin27-Apr-04 13:42
professionalPhil Martin27-Apr-04 13:42 
GeneralRe: Simple divison has GONE MAD! Pin
Selevercin27-Apr-04 14:27
Selevercin27-Apr-04 14:27 
GeneralRe: Simple divison has GONE MAD! Pin
Tim Smith27-Apr-04 14:43
Tim Smith27-Apr-04 14:43 
GeneralRe: Simple divison has GONE MAD! Pin
Paul Ranson28-Apr-04 0:54
Paul Ranson28-Apr-04 0:54 
Generaltesting for <esc> key Pin
RalfPeter27-Apr-04 11:55
RalfPeter27-Apr-04 11:55 
GeneralRe: testing for <esc> key Pin
Selevercin27-Apr-04 12:14
Selevercin27-Apr-04 12:14 
GeneralRe: testing for <esc> key Pin
Christian Graus27-Apr-04 12:21
protectorChristian Graus27-Apr-04 12:21 
GeneralRe: testing for <esc> key Pin
Christian Graus27-Apr-04 12:18
protectorChristian Graus27-Apr-04 12:18 
GeneralRe: testing for <esc> key Pin
jmkhael28-Apr-04 0:27
jmkhael28-Apr-04 0:27 
GeneralRe: testing for <esc> key Pin
Anonymous28-Apr-04 3:25
Anonymous28-Apr-04 3:25 
GeneralMSDN 2003, to Visual C++ 6 Pin
Dassatar27-Apr-04 11:21
Dassatar27-Apr-04 11:21 

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.