Click here to Skip to main content
15,907,326 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDLL Question Pin
pankajdaga19-Oct-02 11:18
pankajdaga19-Oct-02 11:18 
GeneralRe: DLL Question Pin
pankajdaga19-Oct-02 11:24
pankajdaga19-Oct-02 11:24 
QuestionDid any body used INetCfgClassSetup::Install? Pin
Tida19-Oct-02 9:54
Tida19-Oct-02 9:54 
General.NET internals Pin
Anonymous19-Oct-02 9:05
Anonymous19-Oct-02 9:05 
GeneralRe: .NET internals Pin
Stephane Rodriguez.19-Oct-02 9:40
Stephane Rodriguez.19-Oct-02 9:40 
GeneralRe: .NET internals Pin
Anonymous19-Oct-02 10:18
Anonymous19-Oct-02 10:18 
GeneralRe: .NET internals Pin
David Salter21-Oct-02 10:37
David Salter21-Oct-02 10:37 
Questionwho can tell me why vc++ set the struct align when compiler? Pin
whelk19-Oct-02 6:46
whelk19-Oct-02 6:46 
for example:
in DOS program:

sruct a
{
char b;
word c;
}
sizeof(a)=3
but in vc++:

sizeof(a)=1+1+2=4;

why?who can tell me?
thanks a lot!Suspicious | :suss:

-----------------------------
Mr.Whelk
-----------------------------
Zhuhai City ,Guangdong ,China
AnswerRe: who can tell me why vc++ set the struct align when compiler? Pin
Pavel Klocek19-Oct-02 7:17
Pavel Klocek19-Oct-02 7:17 
Generalcan you give me some article about these ? Pin
whelk19-Oct-02 7:36
whelk19-Oct-02 7:36 
GeneralRe: can you give me some article about these ? Pin
Pavel Klocek19-Oct-02 7:47
Pavel Klocek19-Oct-02 7:47 
AnswerRe: who can tell me why vc++ set the struct align when compiler? Pin
markkuk19-Oct-02 8:42
markkuk19-Oct-02 8:42 
QuestionFunction to manipulate file attributes ? Pin
Still learning how to code19-Oct-02 6:35
Still learning how to code19-Oct-02 6:35 
AnswerRe: Function to manipulate file attributes ? Pin
valikac19-Oct-02 6:55
valikac19-Oct-02 6:55 
GeneralRe: Function to manipulate file attributes ? Pin
Still learning how to code19-Oct-02 9:53
Still learning how to code19-Oct-02 9:53 
GeneralRe: Function to manipulate file attributes ? Pin
valikac19-Oct-02 10:22
valikac19-Oct-02 10:22 
Generalwinxp compatibility issues Pin
Brad Jennings19-Oct-02 6:30
Brad Jennings19-Oct-02 6:30 
GeneralRe: winxp compatibility issues Pin
Brad Jennings19-Oct-02 6:41
Brad Jennings19-Oct-02 6:41 
GeneralRe: winxp compatibility issues Pin
Brad Jennings19-Oct-02 9:33
Brad Jennings19-Oct-02 9:33 
GeneralHeap Management !!!! Pin
tongc19-Oct-02 5:31
tongc19-Oct-02 5:31 
GeneralRe: Heap Management !!!! Pin
Patje20-Oct-02 21:14
Patje20-Oct-02 21:14 
Generalmemory comparison Pin
tongc19-Oct-02 4:27
tongc19-Oct-02 4:27 
GeneralRe: memory comparison Pin
includeh1019-Oct-02 4:55
includeh1019-Oct-02 4:55 
GeneralRe: memory comparison Pin
Nish Nishant19-Oct-02 4:58
sitebuilderNish Nishant19-Oct-02 4:58 
GeneralRe: memory comparison Pin
Nish Nishant19-Oct-02 4:57
sitebuilderNish Nishant19-Oct-02 4:57 

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.