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

ATL / WTL / STL

 
QuestionComposite Control Info Pin
Demian Panello21-Sep-06 17:06
Demian Panello21-Sep-06 17:06 
AnswerRe: Composite Control Info Pin
Jörgen Sigvardsson22-Sep-06 6:54
Jörgen Sigvardsson22-Sep-06 6:54 
QuestionUsing STL with WTL is causing problems Pin
TClarke20-Sep-06 22:52
TClarke20-Sep-06 22:52 
AnswerRe: Using STL with WTL is causing problems Pin
Rob Caldecott20-Sep-06 23:09
Rob Caldecott20-Sep-06 23:09 
GeneralRe: Using STL with WTL is causing problems Pin
Stuart Dootson21-Sep-06 1:03
professionalStuart Dootson21-Sep-06 1:03 
AnswerRe: Using STL with WTL is causing problems Pin
Stuart Dootson20-Sep-06 23:11
professionalStuart Dootson20-Sep-06 23:11 
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 
TClarke wrote:
#using namespace std;


Ummmm - it should be using namespace std;, not #using namespace std; - that's what I meant by a rogue #. C++ namespaces are used with a plain using. #using pulls in a .NET assembly[^].



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 
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 

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.