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

C / C++ / MFC

 
QuestionReading a 16bit data file??? Pin
pavanbabut28-Feb-06 10:18
pavanbabut28-Feb-06 10:18 
AnswerRe: Reading a 16bit data file??? Pin
David Crow28-Feb-06 10:27
David Crow28-Feb-06 10:27 
AnswerRe: Reading a 16bit data file??? Pin
PJ Arends28-Feb-06 11:08
professionalPJ Arends28-Feb-06 11:08 
GeneralRe: Reading a 16bit data file??? Pin
pavanbabut28-Feb-06 11:21
pavanbabut28-Feb-06 11:21 
GeneralRe: Reading a 16bit data file??? Pin
PJ Arends28-Feb-06 11:47
professionalPJ Arends28-Feb-06 11:47 
QuestionC++ app with no MS CRT usage Pin
Jim Crafton28-Feb-06 10:00
Jim Crafton28-Feb-06 10:00 
AnswerRe: C++ app with no MS CRT usage Pin
PJ Arends28-Feb-06 11:12
professionalPJ Arends28-Feb-06 11:12 
GeneralRe: C++ app with no MS CRT usage Pin
James Brown28-Feb-06 13:00
James Brown28-Feb-06 13:00 
I was thinking that in some ways, STL is the CRT so the two cannot really be separated...but here's a thought:

If you define the STL to be just a collection of header-files, and the CRT to be things like new[], delete[] etc

Then it would be possible to write your own implementation of global new[], delete[], plus provide a few other necessary house-keeping routines like mainCRTStartup. Add the compiler option to strip the CRT, and maybe one could cobble something together which, when linked to your 'custom' CRT, could be twisted enough to meet the original requirement...

can't imagine why anyone would want to do this..

james




http://www.catch22.net

GeneralRe: C++ app with no MS CRT usage Pin
derek728-Feb-06 15:17
derek728-Feb-06 15:17 
Questiondebugging an exe on windows xp Pin
ns28-Feb-06 8:20
ns28-Feb-06 8:20 
QuestionSDI's View DC Pin
masnu28-Feb-06 6:54
masnu28-Feb-06 6:54 
AnswerRe: SDI's View DC Pin
PJ Arends28-Feb-06 7:40
professionalPJ Arends28-Feb-06 7:40 
GeneralRe: SDI's View DC Pin
masnu28-Feb-06 7:59
masnu28-Feb-06 7:59 
GeneralRe: SDI's View DC Pin
David Crow28-Feb-06 8:12
David Crow28-Feb-06 8:12 
QuestionRe: SDI's View DC Pin
masnu28-Feb-06 8:52
masnu28-Feb-06 8:52 
QuestionRe: SDI's View DC Pin
David Crow28-Feb-06 9:05
David Crow28-Feb-06 9:05 
AnswerRe: SDI's View DC Pin
masnu28-Feb-06 9:37
masnu28-Feb-06 9:37 
QuestionRe: SDI's View DC Pin
David Crow28-Feb-06 10:01
David Crow28-Feb-06 10:01 
AnswerRe: SDI's View DC Pin
masnu28-Feb-06 10:34
masnu28-Feb-06 10:34 
QuestionRe: SDI's View DC Pin
David Crow28-Feb-06 10:40
David Crow28-Feb-06 10:40 
AnswerRe: SDI's View DC Pin
masnu28-Feb-06 10:43
masnu28-Feb-06 10:43 
QuestionRe: SDI's View DC Pin
David Crow28-Feb-06 10:45
David Crow28-Feb-06 10:45 
AnswerRe: SDI's View DC Pin
masnu28-Feb-06 10:54
masnu28-Feb-06 10:54 
AnswerRe: SDI's View DC Pin
PJ Arends28-Feb-06 11:00
professionalPJ Arends28-Feb-06 11:00 
QuestionHow Thread Run Parallely Pin
zahid_ash28-Feb-06 6:52
zahid_ash28-Feb-06 6:52 

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.