preprocessor directive
-
Hello all, can somenone explain to me the mean of preprocessor directive: #pragma pack( pop, packing ) ? Moreover can you tell me what the header pshpack1.h helps for? thanx a lot:)
-
Hello all, can somenone explain to me the mean of preprocessor directive: #pragma pack( pop, packing ) ? Moreover can you tell me what the header pshpack1.h helps for? thanx a lot:)
Did you see here?
"Talent without discipline is like an octopus on roller skates. There's plenty of movement, but you never know if it's going to be forward, backwards, or sideways." - H. Jackson Brown, Jr.
"Judge not by the eye but by the heart." - Native American Proverb
-
Hello all, can somenone explain to me the mean of preprocessor directive: #pragma pack( pop, packing ) ? Moreover can you tell me what the header pshpack1.h helps for? thanx a lot:)
it pops packing directives off the stak until it finds one that matches the value of 'packing'. the MSDN's page on 'pragma pack' might help.
-
Hello all, can somenone explain to me the mean of preprocessor directive: #pragma pack( pop, packing ) ? Moreover can you tell me what the header pshpack1.h helps for? thanx a lot:)