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

Search:

Type: Posts; User: msoh

Search: Search took 0.02 seconds.

  1. Thread: help with timer

    by msoh
    Replies
    2
    Views
    1,221

    Re: help with timer

    OK, thanks :)
  2. Thread: help with timer

    by msoh
    Replies
    2
    Views
    1,221

    help with timer

    Hello,

    i have the code below:


    #include <sys/time.h>
    #include <iostream>

    using namespace std;
  3. Replies
    5
    Views
    1,030

    Re: problem with 2D vector

    sorry but how can i edit my first post to correct my mistake. if this is not possible then the change i would do is what Philip Nicoletti wrote. Thanks again for the replies everyone.
  4. Replies
    5
    Views
    1,030

    Re: problem with 2D vector

    Thanks all very much for the replies. I edited the first post.
  5. Replies
    5
    Views
    1,030

    problem with 2D vector

    Hi all, i am new is C++.

    i want to create a global 2D matrix and here is the code is use:


    #include <iostream>
    #include <vector>

    using namespace std;
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured