c# lesson for c++ developers

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matter Paneer

    #1

    c# lesson for c++ developers


    I was sitting on my porch reading 'c# Class Design' from WROX press and i
    thought this paragraph was interesting:

    ______
    Where reference types are concerned, C++ developers will need to get used to
    not thinking in terms of pointers. Although this is more-or-less what
    happens behind the scenes, the CRL moves objects around on the managed heap
    and adjusts references on the fly while the application is running. SInce
    we don't notice this at run time and it's no obvious from the source code,
    it confuses matters if you mentally try to tranlate between c# and c++ as
    you write.
    _____


    This to me shows what a radical break there is between c++ and c# and how
    being a c++ *guru* can be a real detriment to learning c#.



    --
    W '04 <:> Open
  • Steven H

    #2
    Re: c# lesson for c++ developers

    On Sun, 25 Apr 2004 22:43:55 GMT, Matter Paneer wrote:
    [color=blue]
    > This to me shows what a radical break there is between c++ and c# and how
    > being a c++ *guru* can be a real detriment to learning c#.[/color]

    but dosent that fact also relate to java (which predates .net by a few
    years). doesnt being a c++ geek make adopting java so damn difficult.

    why limit your blind tunnelvision to C# - because its a microsoft product
    and you set followups to comp.os.linux.a dvocacy

    but wouldnt that make your post nothing but flaimbait - no way!

    --
    -------------------------------------------
    Steven H, 3rd Year B.I.T. Otago Polytechnic

    ..net Geek

    Comment

    • Steven H

      #3
      Re: c# lesson for c++ developers

      On Sun, 25 Apr 2004 22:43:55 GMT, Matter Paneer wrote:
      [color=blue]
      > This to me shows what a radical break there is between c++ and c# and how
      > being a c++ *guru* can be a real detriment to learning c#.[/color]

      but dosent that fact also relate to java (which predates .net by a few
      years). doesnt being a c++ geek make adopting java so damn difficult.

      why limit your blind tunnelvision to C# - because its a microsoft product
      and you set followups to comp.os.linux.a dvocacy

      but wouldnt that make your post nothing but flaimbait - no way!

      --
      -------------------------------------------
      Steven H, 3rd Year B.I.T. Otago Polytechnic

      ..net Geek

      Comment

      Working...