Results 1 to 4 of 4

Thread: [RESOLVED] c++ managed vs unmanaged

  1. #1

    Thread Starter
    Bad man! ident's Avatar
    Join Date
    Mar 2009
    Location
    Cambridge
    Posts
    5,401

    Resolved [RESOLVED] c++ managed vs unmanaged

    I want to move over to c++ but also step away from the NET frame work. Any suggested pro's/con's

    Also i think i read some where you can write managed and also unmanaged c++ in visual c++ express? Case of letting the compiler know?

    I just want to learn a language that is not dependant. But my worry is is c++ managed a bit like vb6 now? Is the world gearing now more towards visual c++?

    My next question is then if managed c++ is a good choice any one suggest any 2010 books for beginners?

  2. #2
    Frenzied Member
    Join Date
    Jan 2010
    Location
    Connecticut
    Posts
    1,687

    Re: c++ managed vs unmanaged

    You can make managed or unmanged projects in microsoft's visual studio using C++. You determine this when you create a new project, a Win32 or MFC project will be unmanaged code.
    VB6 Library

    If I helped you then please help me and rate my post!
    If you solved your problem, then please mark the post resolved

  3. #3

    Thread Starter
    Bad man! ident's Avatar
    Join Date
    Mar 2009
    Location
    Cambridge
    Posts
    5,401

    Re: c++ managed vs unmanaged

    I thought that would be the case.

    Any book suggestions?

  4. #4
    Frenzied Member
    Join Date
    Jan 2010
    Location
    Connecticut
    Posts
    1,687

    Re: c++ managed vs unmanaged

    Sorry, I've only wrote one C++ dll. Trying to use the TWAIN driver proved difficult because of the managed/unmanaged code barrier. I tried a C++ wrapper, but then had the same barrier between my dll and VB.NET app. So I just copied the data from a block of memory into my structure with VB and haven't used C++ since.
    VB6 Library

    If I helped you then please help me and rate my post!
    If you solved your problem, then please mark the post resolved

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