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

ATL / WTL / STL

 
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 
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 
I think the problem is that you don´t specify what element type will be stored in the deque, you must fix the declaration:

deque que;

specifying the deque element type:

deque<cmsg *=""> que;

Don´t forget that STL stands for Standard Template Library! Smile | :) , so "deque" is a class template, not a simple class.

"nobody knows it, but you´ve got a secret smile, and you use it only for me"
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 
GeneralDeque Pin
danag26-Aug-02 11:32
danag26-Aug-02 11:32 
GeneralRe: Deque Pin
danag26-Aug-02 12:14
danag26-Aug-02 12:14 
GeneralWindows service in ATL Pin
rajeev25-Aug-02 20:31
rajeev25-Aug-02 20:31 
GeneralRe: Windows service in ATL Pin
Vagif Abilov31-Aug-02 21:20
professionalVagif Abilov31-Aug-02 21:20 
QuestionDrag & Drop into a CWindowImpl? Pin
clintsinger23-Aug-02 12:43
clintsinger23-Aug-02 12:43 
AnswerRe: Drag & Drop into a CWindowImpl? Pin
Michael Dunn25-Aug-02 21:34
sitebuilderMichael Dunn25-Aug-02 21:34 

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.