Click here to Skip to main content
15,920,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Fastest way to get a file size? Pin
TrueTom24-Oct-05 18:55
TrueTom24-Oct-05 18:55 
GeneralRe: Fastest way to get a file size? Pin
Andrei B24-Oct-05 19:04
Andrei B24-Oct-05 19:04 
AnswerRe: Fastest way to get a file size? Pin
kakan24-Oct-05 19:26
professionalkakan24-Oct-05 19:26 
AnswerRe: Fastest way to get a file size? Pin
Anonymous24-Oct-05 19:49
Anonymous24-Oct-05 19:49 
QuestionRe: Fastest way to get a file size? Pin
David Crow25-Oct-05 3:49
David Crow25-Oct-05 3:49 
AnswerRe: Fastest way to get a file size? Pin
ThatsAlok25-Oct-05 19:17
ThatsAlok25-Oct-05 19:17 
QuestionNeed expert advice on many different matters Pin
Mariano Lopez-Gappa24-Oct-05 17:01
Mariano Lopez-Gappa24-Oct-05 17:01 
AnswerRe: Need expert advice on many different matters Pin
The NULL Developer24-Oct-05 17:43
professionalThe NULL Developer24-Oct-05 17:43 
hi,
I'd written a program about 3 years ago whose requirements were very similar to urs. Since then I've never programmed in any other language other than VC. Even then, though i've forgotten a lot of things, lemme answer ur queries:

1. The problem with "ALL" OS is that most of them run in protected memory mode, hence they wud not allow u to directly write to memory. But there are ways, and prob'ly they are OS specific.

2. yeah, binary file read/write is almost always faster.

3. u may write ur own library. For 640x480x256, u might be thinking of using SVGA, though I found the SVGA a bit slower - using banking and all those stuff. I am pretty sure old monitors wont support SVGA.

4. Never been into those thins Smile | :)

5. As long as u stick to C++, there wont be any incompatibilities, but when jumping to asm, man - there are almost always incompatibilities.

6. For displaying fonts really fast, I'd preffered my own bitmapped fonts rather than the font libraries.

7. Showing BMP's and playing WAV's are pretty easy tasks, u can google for the algos and demo codes.

Hope this wud help u.

"Do first things first, and second things not at all."
Peter Drucker.

AnswerRe: Need expert advice on many different matters Pin
Christian Graus24-Oct-05 18:23
protectorChristian Graus24-Oct-05 18:23 
AnswerRe: Need expert advice on many different matters Pin
khan++24-Oct-05 18:37
khan++24-Oct-05 18:37 
QuestionRe: Need expert advice on many different matters Pin
Mariano Lopez-Gappa25-Oct-05 6:26
Mariano Lopez-Gappa25-Oct-05 6:26 
Questionthread update data? Pin
cell5124-Oct-05 16:30
cell5124-Oct-05 16:30 
AnswerRe: thread update data? Pin
John M. Drescher24-Oct-05 16:55
John M. Drescher24-Oct-05 16:55 
AnswerRe: thread update data? Pin
Anonymous24-Oct-05 19:52
Anonymous24-Oct-05 19:52 
QuestionUsing c++ to write c++ Pin
Jordan C. Atlas24-Oct-05 15:09
Jordan C. Atlas24-Oct-05 15:09 
AnswerRe: Using c++ to write c++ Pin
User 58385224-Oct-05 15:51
User 58385224-Oct-05 15:51 
AnswerRe: Using c++ to write c++ Pin
Bob Stanneveld24-Oct-05 23:25
Bob Stanneveld24-Oct-05 23:25 
GeneralRe: Using c++ to write c++ Pin
Jordan C. Atlas25-Oct-05 5:06
Jordan C. Atlas25-Oct-05 5:06 
GeneralRe: Using c++ to write c++ Pin
Bob Stanneveld25-Oct-05 6:39
Bob Stanneveld25-Oct-05 6:39 
QuestionHelp needed for speech capture project! Pin
student_eng24-Oct-05 14:57
student_eng24-Oct-05 14:57 
AnswerRe: Help needed for speech capture project! Pin
Christian Graus24-Oct-05 15:28
protectorChristian Graus24-Oct-05 15:28 
GeneralRe: Help needed for speech capture project! Pin
student_eng24-Oct-05 15:31
student_eng24-Oct-05 15:31 
GeneralRe: Help needed for speech capture project! Pin
Christian Graus24-Oct-05 15:37
protectorChristian Graus24-Oct-05 15:37 
AnswerRe: Help needed for speech capture project! Pin
normanS24-Oct-05 20:24
normanS24-Oct-05 20:24 
QuestionChunk data trasmfer between two thread. Pin
LeeeNN24-Oct-05 13:39
LeeeNN24-Oct-05 13:39 

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.