Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Could you help me to suggest a book for immgrating from C++ to C#, what about Accelerated C# or Illustrated C#,Pro C# 2008 and the .NET 3.5 Platform

Could you help me to suggest a book for immgrating from C++ to C#, what about Accelerated C# or Illustrated C#,Pro C# 2008 and the .NET 3.5 Platform

Scheduled Pinned Locked Moved C#
csharpc++collaborationhelplearning
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dracula Wang
    wrote on last edited by
    #1

    As our team will immgrating from C++ to C#, could you help me to figure out which one is best suit for this scenario. I think a brief, short enough and cover the most useful part of the language is better.

    C 1 Reply Last reply
    0
    • D Dracula Wang

      As our team will immgrating from C++ to C#, could you help me to figure out which one is best suit for this scenario. I think a brief, short enough and cover the most useful part of the language is better.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Well, you're a little late to the party.... I think the main thing your team needs to understand, is all the ways C# looks like C++ but is not. The main one is garbage collection, and the lack of deterministic destruction. I'd look for a book that aims for these things, that is written for C++ devs, even if it's an older book. These things have not changed.

      Christian Graus Driven to the arms of OSX by Vista.

      D 1 Reply Last reply
      0
      • C Christian Graus

        Well, you're a little late to the party.... I think the main thing your team needs to understand, is all the ways C# looks like C++ but is not. The main one is garbage collection, and the lack of deterministic destruction. I'd look for a book that aims for these things, that is written for C++ devs, even if it's an older book. These things have not changed.

        Christian Graus Driven to the arms of OSX by Vista.

        D Offline
        D Offline
        Dracula Wang
        wrote on last edited by
        #3

        Thanks for your reply. Definitely! We should avoid the misused of such feature.

        C 1 Reply Last reply
        0
        • D Dracula Wang

          Thanks for your reply. Definitely! We should avoid the misused of such feature.

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          It's a real trap, expecting basic C++ stuff to work, because it looks the same.

          Christian Graus Driven to the arms of OSX by Vista.

          S 1 Reply Last reply
          0
          • C Christian Graus

            It's a real trap, expecting basic C++ stuff to work, because it looks the same.

            Christian Graus Driven to the arms of OSX by Vista.

            S Offline
            S Offline
            Shyam K Pananghat
            wrote on last edited by
            #5

            i Will suggest the book "Applied .Net framework proggramming" written by jeffrey richter. Concept that a pure VC++ programmer should understand is about the "Type and object" fundamentals in .Net world. It's structure and how it is handled.. it is bviously a managed one and governed by CLR. And as Christian Graus said you should go through the Garbage collection fundamentals. GC normaly runs as a low priority thread. You should also keep an eye on safe and unsafe concepts.. which you will surely comethrough when you are reading GC ...

            Shyam.. My Blog dotnetscoups.blogspot.com

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups