Results 1 to 10 of 10

Thread: Dymanic Array

Threaded View

  1. #1

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Dymanic Array

    hei buddies, have more than a month did login this forum . "coz juz busy with a project and now I juz stuck in somewhere else and need your expert to get me out from the dark

    what is the good what to write a dynamic array in C++/VC++? I have to store the following item in the array:

    PHP Code:
    typedef struct tagLANDMARK
    {
        
    TCHAR    Place[33];
        
    TCHAR    type[33];
        
    long       Ptr;
        
    RECT      rt;
    LANDMARK
    I use UNICODE here is because the app is running on WinCE and it should not have any significant in coding

    regards,
    Chris.C
    Last edited by Chris; Oct 25th, 2001 at 07:51 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width