Click here to Skip to main content
15,902,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: writing a datbase management system in C++? Pin
crewchill12-Jun-03 12:47
crewchill12-Jun-03 12:47 
QuestionHow many bits are these?? Pin
johnstonsk12-Jun-03 8:54
johnstonsk12-Jun-03 8:54 
AnswerRe: How many bits are these?? Pin
valikac12-Jun-03 9:08
valikac12-Jun-03 9:08 
GeneralRe: How many bits are these?? Pin
johnstonsk12-Jun-03 9:15
johnstonsk12-Jun-03 9:15 
GeneralRe: How many bits are these?? Pin
valikac12-Jun-03 9:32
valikac12-Jun-03 9:32 
AnswerRe: How many bits are these?? Pin
David Crow12-Jun-03 9:10
David Crow12-Jun-03 9:10 
AnswerRe: How many bits are these?? Pin
Robert Little12-Jun-03 10:26
Robert Little12-Jun-03 10:26 
AnswerRe: How many bits are these?? Pin
Hugo Hallman13-Jun-03 5:55
Hugo Hallman13-Jun-03 5:55 
Note that this:
char[3]
can take 32 bits (!) due to alignment.

On a 64 bit computer it should take 64 bits. so:
char[9] would use the space of 128 bits.

if you newed an array it would probably take even more space, due to the fact that the heap has to be managed in some way.
Generalplaying audio file Pin
Gaurs12-Jun-03 7:37
Gaurs12-Jun-03 7:37 
GeneralRe: playing audio file Pin
Mike Nordell12-Jun-03 8:09
Mike Nordell12-Jun-03 8:09 
GeneralRe: playing audio file Pin
Trollslayer13-Jun-03 1:51
mentorTrollslayer13-Jun-03 1:51 
GeneralOpening just one instance Pin
John Ulvr12-Jun-03 7:25
John Ulvr12-Jun-03 7:25 
GeneralRe: Opening just one instance Pin
David Crow12-Jun-03 7:38
David Crow12-Jun-03 7:38 
GeneralRe: Opening just one instance Pin
Roger Allen12-Jun-03 10:56
Roger Allen12-Jun-03 10:56 
GeneralCListCtrl scrollbar! Help! Pin
Greg Ellis12-Jun-03 6:41
Greg Ellis12-Jun-03 6:41 
GeneralRe: CListCtrl scrollbar! Help! Pin
Chris Richardson12-Jun-03 13:21
Chris Richardson12-Jun-03 13:21 
GeneralGetting path to system temp directory Pin
Member 10975612-Jun-03 6:28
Member 10975612-Jun-03 6:28 
GeneralRe: Getting path to system temp directory Pin
David Crow12-Jun-03 7:28
David Crow12-Jun-03 7:28 
GeneralRe: Getting path to system temp directory Pin
Member 10975612-Jun-03 8:51
Member 10975612-Jun-03 8:51 
GeneralRe: Getting path to system temp directory Pin
David Crow12-Jun-03 9:04
David Crow12-Jun-03 9:04 
GeneralRe: Getting path to system temp directory Pin
Trollslayer13-Jun-03 1:55
mentorTrollslayer13-Jun-03 1:55 
GeneralSearch algorithm Pin
Madmaximus12-Jun-03 6:19
Madmaximus12-Jun-03 6:19 
GeneralRe: Search algorithm Pin
Nemanja Trifunovic12-Jun-03 6:23
Nemanja Trifunovic12-Jun-03 6:23 
GeneralRe: Search algorithm Pin
Madmaximus12-Jun-03 6:56
Madmaximus12-Jun-03 6:56 
GeneralRe: Search algorithm Pin
Nick Parker12-Jun-03 7:55
protectorNick Parker12-Jun-03 7:55 

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.