Click here to Skip to main content
15,917,862 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: FindFirstFile not working Pin
Richard MacCutchan26-Nov-13 22:59
mveRichard MacCutchan26-Nov-13 22:59 
AnswerRe: FindFirstFile not working Pin
Gisle Vanem26-Nov-13 23:50
Gisle Vanem26-Nov-13 23:50 
AnswerRe: FindFirstFile not working Pin
Joe Woodbury27-Nov-13 4:21
professionalJoe Woodbury27-Nov-13 4:21 
QuestionRe: FindFirstFile not working Pin
David Crow30-Nov-13 15:00
David Crow30-Nov-13 15:00 
QuestionC++ Plotting utility Pin
kpks26-Nov-13 18:45
kpks26-Nov-13 18:45 
AnswerRe: C++ Plotting utility Pin
Richard Andrew x6427-Nov-13 13:10
professionalRichard Andrew x6427-Nov-13 13:10 
GeneralRe: C++ Plotting utility Pin
kpks27-Nov-13 19:06
kpks27-Nov-13 19:06 
Questionsizeof Operator Pin
Richard Andrew x6426-Nov-13 15:48
professionalRichard Andrew x6426-Nov-13 15:48 
Is the result of the sizeof operator determined by the compiler or filled in by the linker?

Consider the following:

My C++ project links with a commercial static library. The provider of the static library has supplied header files for the classes contained therein.

These header files describe the public interfaces of the classes, but do not reveal the private members.

Therefore, how does the build system know the size of a certain class if all I have is a header file with only the public interface?



The difficult we do right away...
...the impossible takes slightly longer.

AnswerRe: sizeof Operator Pin
«_Superman_»26-Nov-13 19:00
professional«_Superman_»26-Nov-13 19:00 
GeneralRe: sizeof Operator Pin
Richard Andrew x6427-Nov-13 8:03
professionalRichard Andrew x6427-Nov-13 8:03 
AnswerRe: sizeof Operator Pin
Erudite_Eric26-Nov-13 19:31
Erudite_Eric26-Nov-13 19:31 
GeneralRe: sizeof Operator Pin
Richard Andrew x6427-Nov-13 8:02
professionalRichard Andrew x6427-Nov-13 8:02 
AnswerRe: sizeof Operator Pin
Stefan_Lang26-Nov-13 22:20
Stefan_Lang26-Nov-13 22:20 
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 
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 

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.