Click here to Skip to main content
15,916,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: unexpected eof while looking for precompiled header directive? Pin
Paul M Watt16-Apr-02 17:12
mentorPaul M Watt16-Apr-02 17:12 
AnswerRe: unexpected eof while looking for precompiled header directive? Pin
Christian Graus16-Apr-02 17:13
protectorChristian Graus16-Apr-02 17:13 
GeneralEnable/Disable a Message :: MFC Pin
valikac16-Apr-02 16:18
valikac16-Apr-02 16:18 
GeneralRe: Enable/Disable a Message :: MFC Pin
Shog916-Apr-02 16:50
sitebuilderShog916-Apr-02 16:50 
GeneralRe: Enable/Disable a Message :: MFC Pin
Jon Hulatt17-Apr-02 3:11
Jon Hulatt17-Apr-02 3:11 
QuestionHow to adjust the size of the scrollbox on a scrollbar? Pin
Feng Qin16-Apr-02 14:49
Feng Qin16-Apr-02 14:49 
GeneralWeb page parsing Pin
Johnny Smith Weston16-Apr-02 14:38
Johnny Smith Weston16-Apr-02 14:38 
GeneralMS STL string min size of 31 bytes? WTF! Pin
Todd Smith16-Apr-02 12:50
Todd Smith16-Apr-02 12:50 
Is this a bug in MS's stl string code?

In this case _E would be sizeof(char). Why then would you make _MIN_SIZE 31 for a char but 7 for some data type that's larger than 31 bytes?

XSTRING line 519:

enum {_MIN_SIZE = sizeof (_E) <= 32 ? 31 : 7};




Todd Smith
GeneralRe: MS STL string min size of 31 bytes? WTF! Pin
Joaquín M López Muñoz16-Apr-02 13:02
Joaquín M López Muñoz16-Apr-02 13:02 
GeneralRe: MS STL string min size of 31 bytes? WTF! Pin
Todd Smith16-Apr-02 13:11
Todd Smith16-Apr-02 13:11 
GeneralRe: MS STL string min size of 31 bytes? WTF! Pin
Tim Smith16-Apr-02 13:12
Tim Smith16-Apr-02 13:12 
GeneralRe: MS STL string min size of 31 bytes? WTF! Pin
Todd Smith16-Apr-02 13:16
Todd Smith16-Apr-02 13:16 
GeneralRe: MS STL string min size of 31 bytes? WTF! Pin
Tim Smith16-Apr-02 13:18
Tim Smith16-Apr-02 13:18 
Generalifstream as a parameter Pin
Steve L.16-Apr-02 11:21
Steve L.16-Apr-02 11:21 
GeneralRe: ifstream as a parameter Pin
Shog916-Apr-02 11:34
sitebuilderShog916-Apr-02 11:34 
GeneralRe: ifstream as a parameter Pin
Christian Graus16-Apr-02 11:41
protectorChristian Graus16-Apr-02 11:41 
GeneralRe: ifstream as a parameter Pin
Steve L.16-Apr-02 12:05
Steve L.16-Apr-02 12:05 
GeneralRe: ifstream as a parameter Pin
Joaquín M López Muñoz16-Apr-02 12:11
Joaquín M López Muñoz16-Apr-02 12:11 
GeneralRe: ifstream as a parameter Pin
Christian Graus16-Apr-02 12:13
protectorChristian Graus16-Apr-02 12:13 
GeneralRe: ifstream as a parameter Pin
Joaquín M López Muñoz16-Apr-02 12:20
Joaquín M López Muñoz16-Apr-02 12:20 
GeneralRe: ifstream as a parameter Pin
Christian Graus16-Apr-02 12:33
protectorChristian Graus16-Apr-02 12:33 
GeneralRe: ifstream as a parameter Pin
Joaquín M López Muñoz16-Apr-02 12:43
Joaquín M López Muñoz16-Apr-02 12:43 
GeneralRe: ifstream as a parameter Pin
Christian Graus16-Apr-02 12:49
protectorChristian Graus16-Apr-02 12:49 
GeneralRe: ifstream as a parameter Pin
Christian Graus16-Apr-02 12:12
protectorChristian Graus16-Apr-02 12:12 
GeneralRe: ifstream as a parameter Pin
Steve L.16-Apr-02 14:54
Steve L.16-Apr-02 14:54 

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.