Click here to Skip to main content
15,905,233 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: An unexpected output Pin
N a v a n e e t h27-Sep-09 1:07
N a v a n e e t h27-Sep-09 1:07 
GeneralRe: An unexpected output Pin
carter200028-Sep-09 4:47
carter200028-Sep-09 4:47 
AnswerRe: An unexpected output Pin
Stuart Dootson27-Sep-09 4:17
professionalStuart Dootson27-Sep-09 4:17 
GeneralRe: An unexpected output Pin
carter200028-Sep-09 4:59
carter200028-Sep-09 4:59 
GeneralRe: An unexpected output Pin
Stuart Dootson28-Sep-09 6:18
professionalStuart Dootson28-Sep-09 6:18 
GeneralRe: An unexpected output Pin
carter200028-Sep-09 16:19
carter200028-Sep-09 16:19 
QuestionFile Creation in share mode in VC++ Pin
neeraja3126-Sep-09 22:34
neeraja3126-Sep-09 22:34 
AnswerRe: File Creation in share mode in VC++ Pin
Richard MacCutchan27-Sep-09 1:15
mveRichard MacCutchan27-Sep-09 1:15 
GeneralRe: File Creation in share mode in VC++ Pin
neeraja3127-Sep-09 2:37
neeraja3127-Sep-09 2:37 
GeneralRe: File Creation in share mode in VC++ Pin
Richard MacCutchan27-Sep-09 6:09
mveRichard MacCutchan27-Sep-09 6:09 
QuestionRe: File Creation in share mode in VC++ Pin
David Crow28-Sep-09 4:08
David Crow28-Sep-09 4:08 
AnswerRe: File Creation in share mode in VC++ Pin
sunlin727-Sep-09 3:01
sunlin727-Sep-09 3:01 
GeneralRe: File Creation in share mode in VC++ Pin
neeraja3127-Sep-09 3:07
neeraja3127-Sep-09 3:07 
AnswerRe: File Creation in share mode in VC++ Pin
David Crow28-Sep-09 4:15
David Crow28-Sep-09 4:15 
QuestionIE8 problem Pin
sharanu26-Sep-09 21:49
sharanu26-Sep-09 21:49 
AnswerRe: IE8 problem Pin
Richard MacCutchan27-Sep-09 1:19
mveRichard MacCutchan27-Sep-09 1:19 
QuestionAre file sizes the same under different operating systems? Pin
includeh1026-Sep-09 18:18
includeh1026-Sep-09 18:18 
AnswerRe: Are file sizes the same under different operating systems? Pin
Richard MacCutchan27-Sep-09 1:26
mveRichard MacCutchan27-Sep-09 1:26 
includeh10 wrote:
Are file sizes the same under different operating systems?


Yes and No.
The actual size of a file in bytes will remain constant throughout the known universe; as long as 1 byte == 8 bits remains true.

However the size of the file on a storage medium (disk, DVD, memory stick etc.) varies according to the device sector size. For example if a disk has a sector size of 28 bytes then a file of 100 bytes will take up 4 sectors: 3 full sectors, plus 1 extra containing the last 16 bytes. This will give an apparent file size of 112 bytes. If the filesystem uses compression then the size on disk cannot be calculated accurately, although the file system will still return the correct size uncompressed.
GeneralRe: Are file sizes the same under different operating systems? [modified] Pin
includeh1027-Sep-09 2:11
includeh1027-Sep-09 2:11 
GeneralRe: Are file sizes the same under different operating systems? Pin
harold aptroot27-Sep-09 2:27
harold aptroot27-Sep-09 2:27 
GeneralRe: Are file sizes the same under different operating systems? Pin
includeh1027-Sep-09 2:41
includeh1027-Sep-09 2:41 
GeneralRe: Are file sizes the same under different operating systems? Pin
harold aptroot27-Sep-09 2:59
harold aptroot27-Sep-09 2:59 
GeneralRe: Are file sizes the same under different operating systems? Pin
Richard MacCutchan27-Sep-09 6:13
mveRichard MacCutchan27-Sep-09 6:13 
QuestionHow to open doc file Pin
sharanu26-Sep-09 8:51
sharanu26-Sep-09 8:51 
AnswerRe: How to open doc file Pin
Rajesh R Subramanian26-Sep-09 9:32
professionalRajesh R Subramanian26-Sep-09 9:32 

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.