Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ifstream::open() Pin
cpp_fritz29-Jan-05 2:13
susscpp_fritz29-Jan-05 2:13 
GeneralRe: ifstream::open() Pin
toxcct29-Jan-05 2:18
toxcct29-Jan-05 2:18 
GeneralRe: ifstream::open() Pin
cpp_fritz29-Jan-05 3:17
susscpp_fritz29-Jan-05 3:17 
GeneralRe: ifstream::open() Pin
PJ Arends29-Jan-05 9:22
professionalPJ Arends29-Jan-05 9:22 
GeneralStatic member function Pin
phijophlip29-Jan-05 0:59
phijophlip29-Jan-05 0:59 
GeneralRe: Static member function Pin
includeh1029-Jan-05 1:15
includeh1029-Jan-05 1:15 
GeneralRe: Static member function Pin
Anders Dalvander29-Jan-05 1:16
Anders Dalvander29-Jan-05 1:16 
GeneralRe: Static member function Pin
toxcct29-Jan-05 2:01
toxcct29-Jan-05 2:01 
writing a class means in defining the memory organisation of the type you are creating.

static class X { /*...*/ }; is as if you define a syte that is already static (which don't mean anything).

static means several things.
1st, static means that the life of the variable should be durind still the program is running. of course, its scope don't change, but the variable is not destroyed when the function it is in ends.
2nd, static means that the data member is defined once for all instances of an object.
3rd, static applied for function members means that the function may access only static data members.



TOXCCT >>> GEII power
[toxcct][VisualCalc]
QuestionHow to add ... Pin
ThatsAlok29-Jan-05 0:43
ThatsAlok29-Jan-05 0:43 
AnswerRe: How to add ... Pin
PJ Arends29-Jan-05 9:33
professionalPJ Arends29-Jan-05 9:33 
GeneralRe: How to add ... Pin
ThatsAlok29-Jan-05 1:25
ThatsAlok29-Jan-05 1:25 
GeneralRe: How to add ... Pin
ThatsAlok30-Jan-05 18:48
ThatsAlok30-Jan-05 18:48 
GeneralAdding Second Recordset in a MFC Pin
ahjiefreak28-Jan-05 23:52
ahjiefreak28-Jan-05 23:52 
GeneralRe: Adding Second Recordset in a MFC Pin
includeh1029-Jan-05 1:05
includeh1029-Jan-05 1:05 
Generaladd menus to context help menu of windows explorer Pin
includeh1028-Jan-05 21:03
includeh1028-Jan-05 21:03 
GeneralRe: add menus to context help menu of windows explorer Pin
geo_m29-Jan-05 6:12
geo_m29-Jan-05 6:12 
GeneralRe: add menus to context help menu of windows explorer Pin
Michael Dunn29-Jan-05 6:37
sitebuilderMichael Dunn29-Jan-05 6:37 
GeneralRe: add menus to context help menu of windows explorer Pin
includeh1029-Jan-05 20:09
includeh1029-Jan-05 20:09 
GeneralHTTP & Unicode Pin
Sitaram Sukumar28-Jan-05 19:48
Sitaram Sukumar28-Jan-05 19:48 
GeneralRe: HTTP & Unicode Pin
ThatsAlok29-Jan-05 0:07
ThatsAlok29-Jan-05 0:07 
GeneralRe: HTTP & Unicode Pin
Sitaram Sukumar29-Jan-05 20:55
Sitaram Sukumar29-Jan-05 20:55 
GeneralRe: HTTP & Unicode Pin
ThatsAlok30-Jan-05 19:14
ThatsAlok30-Jan-05 19:14 
Questionpointer to functions array? Pin
dSolariuM28-Jan-05 15:49
dSolariuM28-Jan-05 15:49 
AnswerRe: pointer to functions array? Pin
ThatsAlok28-Jan-05 18:52
ThatsAlok28-Jan-05 18:52 
GeneralRe: pointer to functions array? Pin
Anders Dalvander29-Jan-05 1:20
Anders Dalvander29-Jan-05 1:20 

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.