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
jhaga12-Jun-03 10:00
professionaljhaga12-Jun-03 10:00 
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 
Well, 8 bits is always a byte.

Generally speaking the number of bytes that a particular type uses can vary depending on the platform and the language. Some languages, like Java, define the size of specific types.

If you want to evaluate the number of bytes something is using then I suggest trying the sizeof[^] operator in C. Do a search on sizeof and you will find references for other languages such as the .NET framework.

--
"The money power of the country will endeavor to prolong its rule by preying upon the prejudices of the people until all wealth is concentrated in a few hands and the Republic destroyed."
-- Abraham Lincoln

AnswerRe: How many bits are these?? Pin
Hugo Hallman13-Jun-03 5:55
Hugo Hallman13-Jun-03 5:55 
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 

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.