Click here to Skip to main content
15,915,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DirectX Pin
sultan_of_6string28-Jul-02 4:10
sultan_of_6string28-Jul-02 4:10 
GeneralRe: DirectX Pin
Mike Nordell28-Jul-02 22:23
Mike Nordell28-Jul-02 22:23 
GeneralRe: DirectX Pin
Selevercin29-Jul-02 8:09
Selevercin29-Jul-02 8:09 
QuestionWhat did I do? Pin
JohnnyG27-Jul-02 16:44
JohnnyG27-Jul-02 16:44 
GeneralSTL error handling Pin
peterchen27-Jul-02 10:36
peterchen27-Jul-02 10:36 
GeneralRe: STL error handling Pin
Alexandru Savescu27-Jul-02 20:39
Alexandru Savescu27-Jul-02 20:39 
GeneralRe: STL error handling Pin
peterchen27-Jul-02 21:35
peterchen27-Jul-02 21:35 
GeneralRe: STL error handling Pin
Mike Nordell28-Jul-02 22:28
Mike Nordell28-Jul-02 22:28 
peterchen wrote:
When one of the reserve calls fail, it's "silent"

This is due to a documented bug with Microsofts implementation of ::operator new.

You have to provide your own implementation of the global operator new function (or provide an allocator to the vector that does the right thing) that throws an exception of type std::bad_alloc when the memory request can't be met.
QuestionCan a CEdit control do this?..... Pin
nss27-Jul-02 10:01
nss27-Jul-02 10:01 
AnswerRe: Can a CEdit control do this?..... Pin
peterchen27-Jul-02 10:40
peterchen27-Jul-02 10:40 
GeneralTask Bar Funtionality Replication Pin
gekoscan27-Jul-02 9:57
gekoscan27-Jul-02 9:57 
GeneralRe: Task Bar Funtionality Replication Pin
Michael P Butler27-Jul-02 10:16
Michael P Butler27-Jul-02 10:16 
Generalmessage encapsulation Pin
detect27-Jul-02 8:16
detect27-Jul-02 8:16 
GeneralRe: message encapsulation Pin
detect29-Jul-02 4:35
detect29-Jul-02 4:35 
QuestionHow To Write Code To Change The Printer Resolution Pin
ooosawaddee327-Jul-02 7:43
ooosawaddee327-Jul-02 7:43 
AnswerRe: How To Write Code To Change The Printer Resolution Pin
l a u r e n28-Jul-02 0:35
l a u r e n28-Jul-02 0:35 
GeneralRe: How To Write Code To Change The Printer Resolution Pin
Branislav28-Jul-02 4:38
Branislav28-Jul-02 4:38 
Generalindex not within bounds? Help !! Pin
nss27-Jul-02 7:18
nss27-Jul-02 7:18 
GeneralRe: index not within bounds? Help !! Pin
nss27-Jul-02 8:01
nss27-Jul-02 8:01 
GeneralRe: index not within bounds? Help !! Pin
Ravi Bhavnani27-Jul-02 8:02
professionalRavi Bhavnani27-Jul-02 8:02 
GeneralRe: index not within bounds? Help !! Pin
nss27-Jul-02 8:40
nss27-Jul-02 8:40 
Generalyikes! It did it again!! Pin
nss27-Jul-02 8:42
nss27-Jul-02 8:42 
GeneralRe: yikes! It did it again!! Pin
nss27-Jul-02 8:43
nss27-Jul-02 8:43 
GeneralRe: yikes! It did it again!! Pin
Ravi Bhavnani27-Jul-02 8:45
professionalRavi Bhavnani27-Jul-02 8:45 
GeneralRe: yikes! It did it again!! Pin
Ravi Bhavnani27-Jul-02 8:44
professionalRavi Bhavnani27-Jul-02 8:44 

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.