CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: STL MAN

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    1,267

    :thumb:

    :thumb:
  2. Thread: MFC using C..

    by STL MAN
    Replies
    8
    Views
    916

    Homey. MFC is just a library written in C++ to...

    Homey. MFC is just a library written in C++ to wrap the Win32 API. So you can see that your question about using C++ in MC
    makes no sense.

    VB is of course easier than MFC.
  3. Thread: Nina!

    by STL MAN
    Replies
    14
    Views
    866

    If XEON were here STL MAN is sure he would...

    If XEON were here STL MAN
    is sure he would "HANDLE" the

    NINA PROBLEM.
  4. Replies
    33
    Views
    2,089

    Poll: I know it is not a language, but STL MAN started...

    I know it is not a language, but STL MAN started with STL.


    STL MAN SAYS YAH! STL
  5. Replies
    7
    Views
    3,789

    Use a vector

    Use a vector
  6. Thread: i am

    by STL MAN
    Replies
    88
    Views
    4,112

    I AM STL MAN!!!!!

    I AM STL MAN!!!!!
  7. Replies
    8
    Views
    1,058

    Hmm.. I am not sure how you got what you are...

    Hmm.. I am not sure how you got what you are saying working at all. Could you post all the code?
    Where you declare m_pStatic.


    What I would suggest is to use a vector to store synamically...
  8. Just felt compelled to butt in here and say: Use...

    Just felt compelled to butt in here and say: Use a vector.

    typedef std::vector<std::vector<int> > 2D_ARRAY;

    void foo(2D_ARRAY& a2DArray)
    {

    }
  9. Replies
    11
    Views
    1,314

    Well it is clear you don't know what a template...

    Well it is clear you don't know what a template class is and you
    don't know what the particular template class vector is. I think
    you need to do some research before you use them.


    I will...
  10. Replies
    11
    Views
    1,314

    Now you have me confused? You are defining a...

    Now you have me confused?

    You are defining a template class called Employees. When
    you declare an instance of this class you specify what the template
    parameter is. In this case this template...
  11. Replies
    11
    Views
    1,314

    This is done when the template class is...

    This is done when the template class is instantiated

    Employees<WHATEVER> SomeEmployees("Miami");

    SomeEmployess will now have a member which is a vector
    which holds WHATEVER. It is empty.
    ...
  12. Replies
    11
    Views
    1,314

    You do not need count if its purpose is to keep...

    You do not need count if its purpose is to keep track of the size
    of the vector.

    You do not need to "initialize the vector" unless you actually want
    it to hold a real object of TYPE.

    A...
  13. Thread: Replacing MFC

    by STL MAN
    Replies
    5
    Views
    1,034

    STL MAN is not here to ask for help, but to...

    STL MAN is not here to ask for help, but to provide it if possible.
    If a passion for the STL and a willingness to express that passion
    in a load voice is "causing trouble" then

    STL MAN IS GUILTY...
  14. Replies
    15
    Views
    1,494

    STL MAN does not know how providing a link for a...

    STL MAN does not know how providing a link for a site devoted to
    the STL is causing trouble. It is true that there are no really good
    sites devoted to the STL, but probably the worst is MSDN....
  15. Thread: Replacing MFC

    by STL MAN
    Replies
    5
    Views
    1,034

    STL MAN SAYS

    BRAVO FOR YOU SIR!!!

    Come away from the dark side.


    Another book is Effective STL by Scott Meyers

    Here is a link

    http://www.sgi.com/tech/stl/
  16. Replies
    15
    Views
    1,494

    MSDN is a terrible source for info on the STL. ...

    MSDN is a terrible source for info on the STL. There are mistakes in the documentation!!!

    http://www.sgi.com/tech/stl/
  17. Thread: Std:vector

    by STL MAN
    Replies
    26
    Views
    2,721

    The STL is a coders greatest ally in the...

    The STL is a coders greatest ally in the prevention of memory leaks. That and not being a sloppy and lazy programmer.


    STL OR DIE!!!!!
  18. Replies
    279
    Views
    84,824

    I have been waiting in the shadows for my moment...

    I have been waiting in the shadows for my moment to come!
    AT LAST IT IS HERE

    who dares to call the usefullness of the STL into question?
    Could it be that your hate is rooted in your lack of...
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured