Click here to Skip to main content
15,896,557 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Export STL from a DLL Pin
Joaquín M López Muñoz1-Sep-04 23:37
Joaquín M López Muñoz1-Sep-04 23:37 
Generalresize ATL activeX control Pin
Hesham Amin1-Sep-04 0:33
Hesham Amin1-Sep-04 0:33 
GeneralRe: resize ATL activeX control Pin
Hesham Amin1-Sep-04 2:42
Hesham Amin1-Sep-04 2:42 
GeneralRe: resize ATL activeX control Pin
Jason De Arte1-Sep-04 5:12
Jason De Arte1-Sep-04 5:12 
GeneralRe: resize ATL activeX control Pin
Hesham Amin1-Sep-04 9:04
Hesham Amin1-Sep-04 9:04 
GeneralRe: resize ATL activeX control Pin
Jason De Arte1-Sep-04 13:21
Jason De Arte1-Sep-04 13:21 
GeneralIE Toolbar multiline Pin
DARK_GARRY30-Aug-04 11:45
DARK_GARRY30-Aug-04 11:45 
Generalvec[0] vs. vec.front() Pin
Johann Gerell29-Aug-04 23:36
Johann Gerell29-Aug-04 23:36 
I'm mentally preparing myself to start using std::vector instead of C-style arrays when interacting with legacy C APIs like the Win32 API. I mean to use &vec[0] to pass a pointer to a writable buffer to the APIs, but I wonder if &vec.front() is enough (I'd prefer it to be so).

In the std implementation we use (the one by Plauger), &vec[0] and &vec.front() evaluates to the equivalent result. Is it guaranteed to be so, or is one of them preferred over the other in this case?

Thanks for any input!

--
The Blog: Bits and Pieces
GeneralRe: vec[0] vs. vec.front() Pin
Joaquín M López Muñoz29-Aug-04 23:54
Joaquín M López Muñoz29-Aug-04 23:54 
QuestionCan SCROLLBAR be superclassed? Pin
retinoscopy26-Aug-04 16:23
retinoscopy26-Aug-04 16:23 
AnswerRe: Can SCROLLBAR be superclassed? Pin
Jörgen Sigvardsson27-Aug-04 11:05
Jörgen Sigvardsson27-Aug-04 11:05 
GeneralRe: Can SCROLLBAR be superclassed? Pin
retinoscopy29-Aug-04 14:46
retinoscopy29-Aug-04 14:46 
GeneralRe: Can SCROLLBAR be superclassed? Pin
retinoscopy29-Aug-04 15:11
retinoscopy29-Aug-04 15:11 
GeneralRe: Can SCROLLBAR be superclassed? Pin
Jörgen Sigvardsson29-Aug-04 21:12
Jörgen Sigvardsson29-Aug-04 21:12 
GeneralC++ Class using STL - File IO Pin
AssemblySoft26-Aug-04 2:49
AssemblySoft26-Aug-04 2:49 
GeneralRe: C++ Class using STL - File IO Pin
Nitron26-Aug-04 5:04
Nitron26-Aug-04 5:04 
GeneralRe: C++ Class using STL - File IO Pin
AssemblySoft26-Aug-04 5:23
AssemblySoft26-Aug-04 5:23 
GeneralRe: C++ Class using STL - File IO Pin
Nitron26-Aug-04 5:28
Nitron26-Aug-04 5:28 
GeneralRe: C++ Class using STL - File IO Pin
AssemblySoft26-Aug-04 5:43
AssemblySoft26-Aug-04 5:43 
GeneralRe: C++ Class using STL - File IO Pin
Nitron26-Aug-04 5:45
Nitron26-Aug-04 5:45 
GeneralRe: C++ Class using STL - File IO Pin
AssemblySoft26-Aug-04 5:51
AssemblySoft26-Aug-04 5:51 
GeneralRe: C++ Class using STL - File IO Pin
Nitron26-Aug-04 5:54
Nitron26-Aug-04 5:54 
GeneralRe: C++ Class using STL - File IO Pin
AssemblySoft26-Aug-04 6:10
AssemblySoft26-Aug-04 6:10 
GeneralRe: C++ Class using STL - File IO Pin
Todd Smith7-Sep-04 12:18
Todd Smith7-Sep-04 12:18 
GeneralRe: C++ Class using STL - File IO Pin
AssemblySoft7-Sep-04 23:28
AssemblySoft7-Sep-04 23:28 

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.