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

Search:

Type: Posts; User: aamir121a

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,154

    Re: looping thrrough 2D array ,

    I was think of spiting a large W by H image into of 4 or 8 smaller images and running them in separate threads , in that case function would return a pointer to pointer array , with...
  2. Replies
    8
    Views
    2,154

    Re: looping thrrough 2D array ,

    thank you Paul , ( I have always found this concept to be a bit confusing ) I was doing for a QT project , which involves comparing pixel Data ( QImage ) for two image with the same...
  3. Replies
    8
    Views
    2,154

    Re: looping thrrough 2D array ,

    Sorry Paul I can't remember , it was a while a ago , it be great if you can post the fast and corrected version of the above code , when it comes to pointer to pointers I get confused.
  4. Replies
    8
    Views
    2,154

    Re: looping thrrough 2D array ,

    Thank you. please post the relevant corrections
  5. Replies
    8
    Views
    2,154

    looping thrrough 2D array ,

    I have the following code which I got through one of the posts here


    #ifndef TDYNAMICARRAY_H
    #define TDYNAMICARRAY_H

    namespace Massive
    {
    template<class T>
    T...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured