Click here to Skip to main content
16,012,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Enable The Button Control Pin
Maxwell Chen24-Feb-08 20:12
Maxwell Chen24-Feb-08 20:12 
GeneralRe: Enable The Button Control Pin
bhat24-Feb-08 20:26
bhat24-Feb-08 20:26 
GeneralRe: Enable The Button Control Pin
Maxwell Chen24-Feb-08 20:34
Maxwell Chen24-Feb-08 20:34 
GeneralRe: Enable The Button Control Pin
bhat24-Feb-08 21:05
bhat24-Feb-08 21:05 
GeneralRe: Enable The Button Control Pin
Hamid_RT25-Feb-08 6:53
Hamid_RT25-Feb-08 6:53 
Generalexception in string Pin
George_George24-Feb-08 19:41
George_George24-Feb-08 19:41 
GeneralRe: exception in string Pin
James R. Twine25-Feb-08 4:41
James R. Twine25-Feb-08 4:41 
GeneralRe: exception in string Pin
George_George25-Feb-08 18:24
George_George25-Feb-08 18:24 
Thanks James,


1.

James R. Twine wrote:
I believe that the STL string object will not allocate storage until required or directly requested. So #3 should not be expected to throw an exception.


I am using Visual Studio. I am interested to find more information about whether in my specific version of STL implementation, for empty string, whether there will be any space allocation. But in file string, there is no constructor for basic_string. Do you know where to find it? (I believe I should look at the constructor for string, which is the same as the constructor for basic_string)

2.

James R. Twine wrote:
heap corruption


Is it structured exception or C++ exception? I belive it is structured exception. But I am talking about C++ exception.

3.


James R. Twine wrote:
address space exhaustion


You mean we reserved a lot of space in virtual memory, but not commit?


regards,
George
GeneralRe: exception in string Pin
James R. Twine25-Feb-08 23:45
James R. Twine25-Feb-08 23:45 
GeneralRe: exception in string Pin
George_George26-Feb-08 14:09
George_George26-Feb-08 14:09 
GeneralRe: exception in string Pin
James R. Twine27-Feb-08 1:03
James R. Twine27-Feb-08 1:03 
GeneralRe: exception in string Pin
George_George27-Feb-08 3:04
George_George27-Feb-08 3:04 
Generalcomandline compilation Pin
johnalek24-Feb-08 19:38
johnalek24-Feb-08 19:38 
GeneralRe: comandline compilation Pin
Maxwell Chen24-Feb-08 19:43
Maxwell Chen24-Feb-08 19:43 
AnswerRe: comandline compilation Pin
Rajkumar R24-Feb-08 22:46
Rajkumar R24-Feb-08 22:46 
Questionhow to know the job retention capabilities of printer Pin
Member 273427024-Feb-08 18:39
Member 273427024-Feb-08 18:39 
Generalwindows TO vista!! Pin
rowdy_vc++24-Feb-08 18:02
rowdy_vc++24-Feb-08 18:02 
GeneralRe: windows TO vista!! Pin
Christian Graus24-Feb-08 18:27
protectorChristian Graus24-Feb-08 18:27 
GeneralRe: windows TO vista!! Pin
rowdy_vc++24-Feb-08 18:35
rowdy_vc++24-Feb-08 18:35 
QuestionRe: windows TO vista!! Pin
Rajesh R Subramanian24-Feb-08 18:49
professionalRajesh R Subramanian24-Feb-08 18:49 
QuestionRe: windows TO vista!! Pin
Rajkumar R24-Feb-08 21:50
Rajkumar R24-Feb-08 21:50 
GeneralRe: windows TO vista!! Pin
rowdy_vc++24-Feb-08 22:00
rowdy_vc++24-Feb-08 22:00 
GeneralRe: windows TO vista!! Pin
Rajkumar R25-Feb-08 1:18
Rajkumar R25-Feb-08 1:18 
GeneralRe: windows TO vista!! Pin
rowdy_vc++25-Feb-08 2:22
rowdy_vc++25-Feb-08 2:22 
GeneralRe: windows TO vista!! Pin
Hamid_RT25-Feb-08 6:55
Hamid_RT25-Feb-08 6:55 

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.