Search:

Type: Posts; User: itachi

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,629

    yeah..MFC is the one found in visual basic C++. ...

    yeah..MFC is the one found in visual basic C++.

    I have experience in java gui programming. do u think it will help me master MFC quickly?
  2. Replies
    11
    Views
    1,629

    Help on learning GUI fast.

    Hi,

    I need to create a window that i can use to display image.
    Sometimes, i need another window to display 2 images simultaneously.

    I tried looking for MFC tutorials but couldnt find a good...
  3. find the outer polygon enclosing a set of points

    Hi,

    I have a set of points ( ard 10-250). I like to find the polygon enclosing this set.
    Anyone has such a code?

    Thanks in advance!
  4. Replies
    3
    Views
    1,078

    A major programming problem. pls help.

    Hi,

    I have declared a number of .cpp file and their respective .hpp files.

    In actual fact, there is no object-oriented programming involved in my files. It is the typical C programming style...
  5. Replies
    0
    Views
    2,293

    HELP in MATLAB to C conversion

    Hi,
    anyone knows if there is any function in MatLab that can convert matLab code into C codes?

    Thanks.
  6. Replies
    0
    Views
    1,181

    orthogonal least squares algorithm

    Hi,

    I need to use this algorithm for my navigation project. But i cant find a good explanation of this procedure. Has anyone implemented this before?

    Does anyone have a suggestion of a good...
  7. A noob question - how to reduce the size of an array?

    Hi,

    i have declared an array of class point.

    point buffer[100];

    but somewhere during my program, it is known that the size is smaller, says size 50.

    how do i reduce the size of the...
  8. Replies
    9
    Views
    13,498

    Thantos has solved my problem. Thanks a lot! and...

    Thantos has solved my problem. Thanks a lot!
    and thanks to everyone :)
  9. Replies
    9
    Views
    13,498

    how to i made a full copy of a char pointer?

    Hi,

    I am a newbie.

    i would like to copy a string1 = " hello world "
    to
    char* buffer.

    This buffer is part of a class that i have created. the string1 is a parameter that will be sent into...
Results 1 to 9 of 9