CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: types in C++

Threaded View

  1. #1
    Join Date
    Feb 2003
    Location
    Oklahoma City, OK
    Posts
    63

    types in C++

    wheres the best place to find the type equivalents for some of the C++ #define types like for instance WORD

    also what would be the best way to make this c++ struct member a c# struct member??

    void (CALLBACK *ncb_post)( struct _NCB * );

    it's from the NCB structure in nb30.h
    Last edited by phirestalker; March 18th, 2003 at 01:44 AM.

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

Featured