Click here to Skip to main content
15,891,567 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Using STL with WTL is causing problems Pin
TClarke20-Sep-06 23:30
TClarke20-Sep-06 23:30 
GeneralRe: Using STL with WTL is causing problems Pin
Stuart Dootson21-Sep-06 1:02
professionalStuart Dootson21-Sep-06 1:02 
GeneralRe: Using STL with WTL is causing problems Pin
TClarke21-Sep-06 3:12
TClarke21-Sep-06 3:12 
AnswerRe: Using STL with WTL is causing problems Pin
prasad_som20-Sep-06 23:12
prasad_som20-Sep-06 23:12 
GeneralRe: Using STL with WTL is causing problems Pin
TClarke20-Sep-06 23:47
TClarke20-Sep-06 23:47 
Questionstd::string in unicode builds Pin
rana7420-Sep-06 19:56
rana7420-Sep-06 19:56 
AnswerRe: std::string in unicode builds [modified] Pin
Rob Caldecott20-Sep-06 20:31
Rob Caldecott20-Sep-06 20:31 
GeneralRe: std::string in unicode builds Pin
Jörgen Sigvardsson21-Sep-06 9:46
Jörgen Sigvardsson21-Sep-06 9:46 
Rob Caldecott wrote:
FWIW I always use std::wstring and build for Unicode and for Win9x support I link with the MS unicows library.

Smart choice, as going from ANSI -> UNICODE is a pain in the ass. I just wish all platforms and libraries used the same Unicode encoding scheme. I recently tried to do Unicode for different platforms. P.I.T.A! Windows uses UCS2/UTF-16 internally, while on Unix you use either UTF-8 (char) or UTF-32 (wchar_t). Dear god in heaven, that amounts to a huge frickin layer of string crap.


--
Mr. Bender's Wardrobe by ROBOTANY 500

AnswerRe: std::string in unicode builds Pin
George L. Jackson21-Sep-06 15:23
George L. Jackson21-Sep-06 15:23 
GeneralRe: std::string in unicode builds Pin
Steve S21-Sep-06 22:11
Steve S21-Sep-06 22:11 
GeneralRe: std::string in unicode builds Pin
George L. Jackson22-Sep-06 11:09
George L. Jackson22-Sep-06 11:09 
GeneralRe: std::string in unicode builds Pin
Steve S24-Sep-06 23:03
Steve S24-Sep-06 23:03 
GeneralRe: std::string in unicode builds Pin
George L. Jackson26-Sep-06 15:02
George L. Jackson26-Sep-06 15:02 
QuestionVS2005 versions of the following classes for WTL app ? Pin
Defenestration19-Sep-06 5:40
Defenestration19-Sep-06 5:40 
GeneralATL 8 registration troubles Pin
Wes Aday19-Sep-06 4:49
professionalWes Aday19-Sep-06 4:49 
AnswerRe: ATL 8 registration troubles Pin
Wes Aday28-Sep-06 5:21
professionalWes Aday28-Sep-06 5:21 
QuestionHow memory efficient is std::set? Pin
Dave Cross18-Sep-06 5:43
professionalDave Cross18-Sep-06 5:43 
AnswerRe: How memory efficient is std::set? Pin
Zac Howland18-Sep-06 6:17
Zac Howland18-Sep-06 6:17 
AnswerRe: How memory efficient is std::set? Pin
Jörgen Sigvardsson18-Sep-06 8:11
Jörgen Sigvardsson18-Sep-06 8:11 
GeneralRe: How memory efficient is std::set? Pin
Dave Cross18-Sep-06 23:15
professionalDave Cross18-Sep-06 23:15 
GeneralRe: How memory efficient is std::set? Pin
Jörgen Sigvardsson18-Sep-06 23:27
Jörgen Sigvardsson18-Sep-06 23:27 
AnswerRe: How memory efficient is std::set? Pin
Jörgen Sigvardsson18-Sep-06 8:12
Jörgen Sigvardsson18-Sep-06 8:12 
AnswerRe: How memory efficient is std::set? Pin
Stuart Dootson18-Sep-06 21:16
professionalStuart Dootson18-Sep-06 21:16 
GeneralRe: How memory efficient is std::set? Pin
Jörgen Sigvardsson18-Sep-06 21:30
Jörgen Sigvardsson18-Sep-06 21:30 
GeneralRe: How memory efficient is std::set? Pin
Dave Cross18-Sep-06 22:20
professionalDave Cross18-Sep-06 22:20 

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.