Click here to Skip to main content
15,900,378 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
JokeRe: C# Controls in Managed C++ WindowsForms app Pin
ziofabri22-Mar-06 22:22
ziofabri22-Mar-06 22:22 
GeneralRe: C# Controls in Managed C++ WindowsForms app Pin
Sebastian Schneider22-Mar-06 22:32
Sebastian Schneider22-Mar-06 22:32 
Questionvc++.net(1.1) Pin
pankajgarg1222-Mar-06 4:17
pankajgarg1222-Mar-06 4:17 
QuestionLnk1104 error "Cannot open file MSVCIRT.lib" Pin
laksshminarasiman22-Mar-06 0:13
laksshminarasiman22-Mar-06 0:13 
AnswerRe: Lnk1104 error "Cannot open file MSVCIRT.lib" Pin
toxcct22-Mar-06 0:44
toxcct22-Mar-06 0:44 
GeneralRe: Lnk1104 error "Cannot open file MSVCIRT.lib" Pin
laksshminarasiman22-Mar-06 17:05
laksshminarasiman22-Mar-06 17:05 
QuestionCommand line error D2016 : '/RTC1' and '/clr:initialappdomain' command-line options are incompatible Pin
giftsana21-Mar-06 21:34
giftsana21-Mar-06 21:34 
QuestionReg Sizeof operator in Structures Pin
Sangeetha.R21-Mar-06 4:13
Sangeetha.R21-Mar-06 4:13 
I do have following structure in VC++

struct Employee
{
int a;
char b;
float c;
};

i need to obtain the size of the above struct.
While using sizeof operator will it return the byte size(in this case 9) or padding will also be taken into account.
if so how the size can be obtained without padding

Thanks

sanggetha
AnswerRe: Reg Sizeof operator in Structures Pin
2bee 21-Mar-06 4:49
2bee 21-Mar-06 4:49 
AnswerRe: Reg Sizeof operator in Structures Pin
toxcct21-Mar-06 4:59
toxcct21-Mar-06 4:59 
QuestionTracking the mouse Pin
Student MD20-Mar-06 4:53
Student MD20-Mar-06 4:53 
Questionshared function Pin
Saturday3AM20-Mar-06 2:33
Saturday3AM20-Mar-06 2:33 
AnswerRe: shared function Pin
2bee 20-Mar-06 3:49
2bee 20-Mar-06 3:49 
GeneralRe: shared function Pin
Saturday3AM20-Mar-06 4:18
Saturday3AM20-Mar-06 4:18 
Questionmix languages Pin
hkfischer20-Mar-06 2:13
hkfischer20-Mar-06 2:13 
AnswerRe: mix languages Pin
2bee 20-Mar-06 3:41
2bee 20-Mar-06 3:41 
GeneralRe: mix languages Pin
hkfischer21-Mar-06 21:42
hkfischer21-Mar-06 21:42 
AnswerRe: mix languages Pin
George L. Jackson22-Mar-06 0:19
George L. Jackson22-Mar-06 0:19 
GeneralRe: mix languages Pin
hkfischer22-Mar-06 21:10
hkfischer22-Mar-06 21:10 
Questionalgorithm Pin
foxylady19-Mar-06 18:27
foxylady19-Mar-06 18:27 
AnswerRe: algorithm Pin
RichardS19-Mar-06 23:04
RichardS19-Mar-06 23:04 
GeneralRe: algorithm Pin
toxcct21-Mar-06 3:35
toxcct21-Mar-06 3:35 
AnswerRe: algorithm Pin
toxcct19-Mar-06 23:23
toxcct19-Mar-06 23:23 
GeneralRe: algorithm Pin
prrusa21-Mar-06 3:27
prrusa21-Mar-06 3:27 
GeneralRe: algorithm Pin
toxcct21-Mar-06 3:34
toxcct21-Mar-06 3:34 

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.