Click here to Skip to main content
15,903,201 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: A question about "size_t" Pin
George Ma31-Aug-02 23:41
George Ma31-Aug-02 23:41 
GeneralRe: A question about "size_t" Pin
Stephane Rodriguez.31-Aug-02 21:45
Stephane Rodriguez.31-Aug-02 21:45 
GeneralRe: A question about "size_t" Pin
George Ma31-Aug-02 23:48
George Ma31-Aug-02 23:48 
GeneralRe: A question about "size_t" Pin
Daniel Turini1-Sep-02 0:02
Daniel Turini1-Sep-02 0:02 
GeneralRe: A question about "size_t" Pin
Stephane Rodriguez.1-Sep-02 0:51
Stephane Rodriguez.1-Sep-02 0:51 
GeneralRe: A question about "size_t" Pin
George Ma1-Sep-02 1:15
George Ma1-Sep-02 1:15 
Generalcreating a string array in ATL Pin
rajeev29-Aug-02 1:41
rajeev29-Aug-02 1:41 
GeneralRe: creating a string array in ATL Pin
Joaquín M López Muñoz29-Aug-02 6:53
Joaquín M López Muñoz29-Aug-02 6:53 
std::vector<std::string> will work for any C++ based program. For a more ATL-flavored solution, CSimpleArray<CString> would do, but unless you're using VC7 you'll need to link MFC in order to get CString. To get rid of this dependency you can use CComBSTR instead (which are not exactly regular strings), or some of the many CString clones available on the net.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: creating a string array in ATL Pin
_Magnus_29-Aug-02 22:51
_Magnus_29-Aug-02 22:51 
GeneralRe: creating a string array in ATL Pin
TemplMetaProg15-Sep-02 11:41
TemplMetaProg15-Sep-02 11:41 
GeneralDeque's question Pin
smartnose28-Aug-02 3:30
smartnose28-Aug-02 3:30 
GeneralRe: Deque's question Pin
Paul M Watt28-Aug-02 6:58
mentorPaul M Watt28-Aug-02 6:58 
GeneralRe: Deque's question Pin
smartnose28-Aug-02 15:26
smartnose28-Aug-02 15:26 
GeneralRe: Deque's question Pin
Emilio Guijarro28-Aug-02 7:19
Emilio Guijarro28-Aug-02 7:19 
GeneralRe: Deque's question Pin
Paul M Watt28-Aug-02 9:34
mentorPaul M Watt28-Aug-02 9:34 
GeneralRe: Deque's question Pin
Emilio Guijarro29-Aug-02 6:24
Emilio Guijarro29-Aug-02 6:24 
GeneralRe: Deque's question Pin
Christian Graus28-Aug-02 13:24
protectorChristian Graus28-Aug-02 13:24 
GeneralSTL: keep order for map Pin
peterchen27-Aug-02 19:38
peterchen27-Aug-02 19:38 
GeneralRe: STL: keep order for map Pin
Todd Smith27-Aug-02 20:06
Todd Smith27-Aug-02 20:06 
GeneralRe: STL: keep order for map Pin
peterchen27-Aug-02 20:59
peterchen27-Aug-02 20:59 
GeneralRe: STL: keep order for map Pin
Todd Smith27-Aug-02 21:13
Todd Smith27-Aug-02 21:13 
GeneralRe: STL: keep order for map Pin
peterchen27-Aug-02 21:49
peterchen27-Aug-02 21:49 
GeneralRe: STL: keep order for map Pin
Joaquín M López Muñoz28-Aug-02 12:26
Joaquín M López Muñoz28-Aug-02 12:26 
GeneralRe: STL: keep order for map Pin
peterchen28-Aug-02 12:53
peterchen28-Aug-02 12:53 
GeneralATL server exe and event interface Pin
_elli_26-Aug-02 23:14
_elli_26-Aug-02 23:14 

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.