Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: sizeof Operator Pin
Richard Andrew x6427-Nov-13 8:00
professionalRichard Andrew x6427-Nov-13 8:00 
GeneralRe: sizeof Operator Pin
Erudite_Eric27-Nov-13 21:35
Erudite_Eric27-Nov-13 21:35 
GeneralRe: sizeof Operator Pin
Stefan_Lang27-Nov-13 21:48
Stefan_Lang27-Nov-13 21:48 
GeneralRe: sizeof Operator Pin
Erudite_Eric28-Nov-13 6:36
Erudite_Eric28-Nov-13 6:36 
GeneralRe: sizeof Operator Pin
jschell28-Nov-13 7:13
jschell28-Nov-13 7:13 
GeneralRe: sizeof Operator Pin
Erudite_Eric28-Nov-13 22:49
Erudite_Eric28-Nov-13 22:49 
GeneralRe: sizeof Operator Pin
jschell2-Dec-13 9:39
jschell2-Dec-13 9:39 
GeneralRe: sizeof Operator Pin
Stefan_Lang28-Nov-13 20:55
Stefan_Lang28-Nov-13 20:55 
Please reread my example: the CLog definition and declaration only goes into the library code! Only the ILog definition goes into the public API: since that one is a base class it is self-sufficient: there is no other definition or header file required!

On a sidenote, we've been using that very technique for years: the APIs don't have any data members, and in many cases we don't have the slightest idea how the actual implementatuion looks like.
GOTOs are a bit like wire coat hangers: they tend to breed in the darkness, such that where there once were few, eventually there are many, and the program's architecture collapses beneath them. (Fran Poretto)

GeneralRe: sizeof Operator Pin
Erudite_Eric28-Nov-13 22:48
Erudite_Eric28-Nov-13 22:48 
GeneralRe: sizeof Operator Pin
Stefan_Lang29-Nov-13 0:05
Stefan_Lang29-Nov-13 0:05 
GeneralRe: sizeof Operator Pin
jschell2-Dec-13 9:40
jschell2-Dec-13 9:40 
Questionhow to know the process is run with admin privileges or not? Pin
Le@rner25-Nov-13 23:51
Le@rner25-Nov-13 23:51 
AnswerRe: how to know the process is run with admin privileges or not? Pin
bjdestiny26-Nov-13 0:27
professionalbjdestiny26-Nov-13 0:27 
GeneralRe: how to know the process is run with admin privileges or not? Pin
Le@rner26-Nov-13 0:37
Le@rner26-Nov-13 0:37 
AnswerRe: how to know the process is run with admin privileges or not? Pin
Richard Andrew x6426-Nov-13 6:58
professionalRichard Andrew x6426-Nov-13 6:58 
AnswerRe: how to know the process is run with admin privileges or not? Pin
«_Superman_»26-Nov-13 19:53
professional«_Superman_»26-Nov-13 19:53 
GeneralRe: how to know the process is run with admin privileges or not? Pin
Le@rner26-Nov-13 22:33
Le@rner26-Nov-13 22:33 
QuestionGet user name Pin
john563225-Nov-13 6:25
john563225-Nov-13 6:25 
QuestionRe: Get user name Pin
David Crow25-Nov-13 7:07
David Crow25-Nov-13 7:07 
AnswerRe: Get user name Pin
«_Superman_»25-Nov-13 19:35
professional«_Superman_»25-Nov-13 19:35 
QuestionC-Style Exports Pin
Richard Andrew x6424-Nov-13 15:15
professionalRichard Andrew x6424-Nov-13 15:15 
AnswerRe: C-Style Exports Pin
Joe Woodbury24-Nov-13 16:45
professionalJoe Woodbury24-Nov-13 16:45 
GeneralRe: C-Style Exports Pin
Richard Andrew x6424-Nov-13 16:51
professionalRichard Andrew x6424-Nov-13 16:51 
GeneralRe: C-Style Exports Pin
Richard Andrew x6424-Nov-13 16:53
professionalRichard Andrew x6424-Nov-13 16:53 
AnswerRe: C-Style Exports Pin
«_Superman_»24-Nov-13 18:52
professional«_Superman_»24-Nov-13 18:52 

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.