Click here to Skip to main content
15,902,275 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: A istringstream question Pin
zghelp22-Dec-05 20:16
zghelp22-Dec-05 20:16 
GeneralRe: A istringstream question Pin
toxcct22-Dec-05 21:14
toxcct22-Dec-05 21:14 
AnswerRe: A istringstream question Pin
Roland Pibinger22-Dec-05 10:47
Roland Pibinger22-Dec-05 10:47 
GeneralRe: A istringstream question Pin
zghelp22-Dec-05 20:14
zghelp22-Dec-05 20:14 
AnswerRe: A istringstream question Pin
Roland Pibinger26-Dec-05 9:17
Roland Pibinger26-Dec-05 9:17 
QuestionAdd-in for OutlookExpress Pin
kotiramkoteswararao19-Dec-05 0:27
kotiramkoteswararao19-Dec-05 0:27 
Questionabout wtl Pin
HOW WHAT16-Dec-05 15:14
HOW WHAT16-Dec-05 15:14 
Questionstl use <list> Pin
nne-vitamin16-Dec-05 5:19
nne-vitamin16-Dec-05 5:19 
Hi!

I'm a newbie and trying the <list>.

I want to save the objects of this class into a list.

<br />
#ifndef HEADER<br />
#define HEADER<br />
<br />
class MyClass<br />
{<br />
      private:<br />
        char m_myVar1  [255];                      <br />
        char m_myVar2  [255];       <br />
        <br />
      public:	    <br />
        MyClass();<br />
        ~MyClass();   <br />
        const char* getMyVar1() { return m_myVar1; }<br />
        const char* getMyVar2() { return m_myVar2; }<br />
};<br />
<br />
#endif<br />


Could anyone help me with some snips? Many thanks!
AnswerRe: stl use &lt;list&gt; Pin
toxcct18-Dec-05 21:14
toxcct18-Dec-05 21:14 
GeneralRe: stl use &amp;lt;list&amp;gt; Pin
nne-vitamin21-Dec-05 22:15
nne-vitamin21-Dec-05 22:15 
GeneralRe: stl use &lt;list&gt; Pin
toxcct21-Dec-05 22:25
toxcct21-Dec-05 22:25 
GeneralRe: stl use &amp;amp;amp;amp;amp;amp;amp;amp;lt;list&amp;amp;amp;amp;amp;amp;amp;amp;gt; Pin
nne-vitamin21-Dec-05 23:10
nne-vitamin21-Dec-05 23:10 
GeneralRe: stl use &lt;list&gt; Pin
toxcct21-Dec-05 23:13
toxcct21-Dec-05 23:13 
GeneralRe: stl use &amp;lt;list&amp;gt; Pin
nne-vitamin21-Dec-05 23:31
nne-vitamin21-Dec-05 23:31 
GeneralRe: stl use &lt;list&gt; Pin
toxcct21-Dec-05 23:59
toxcct21-Dec-05 23:59 
GeneralRe: stl use &amp;amp;amp;amp;amp;amp;amp;amp;lt;list&amp;amp;amp;amp;amp;amp;amp;amp;gt; Pin
nne-vitamin22-Dec-05 0:38
nne-vitamin22-Dec-05 0:38 
GeneralRe: stl use &lt;list&gt; Pin
toxcct22-Dec-05 0:47
toxcct22-Dec-05 0:47 
GeneralRe: stl use &amp;lt;list&amp;gt; Pin
nne-vitamin22-Dec-05 0:57
nne-vitamin22-Dec-05 0:57 
GeneralRe: stl use &lt;list&gt; Pin
toxcct22-Dec-05 0:59
toxcct22-Dec-05 0:59 
GeneralRe: stl use &amp;amp;amp;lt;list&amp;amp;amp;gt; Pin
nne-vitamin22-Dec-05 1:26
nne-vitamin22-Dec-05 1:26 
GeneralRe: stl use &lt;list&gt; Pin
toxcct22-Dec-05 2:11
toxcct22-Dec-05 2:11 
GeneralRe: stl use &amp;amp;amp;lt;list&amp;amp;amp;gt; Pin
nne-vitamin22-Dec-05 2:44
nne-vitamin22-Dec-05 2:44 
GeneralRe: stl use &amp;amp;amp;amp;lt;list&amp;amp;amp;amp;gt; Pin
toxcct22-Dec-05 2:51
toxcct22-Dec-05 2:51 
GeneralRe: stl use &amp;amp;amp;amp;lt;list&amp;amp;amp;amp;gt; Pin
Axter25-Dec-05 1:06
professionalAxter25-Dec-05 1:06 
QuestionRefer MSDN code, but STL's operator () has problem! Pin
simonchen.net14-Dec-05 18:30
simonchen.net14-Dec-05 18:30 

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.