casting in C++

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

    casting in C++

    I am having trouble comprehending the use of the four casting
    operators in C++.

    Does anyone know of a URL that provides a very detailed, yet very
    simple, explanation of what they accomplish and most importantly when
    you would and when you would not use them (citing examples).
  • Phlip

    #2
    Re: casting in C++

    > Does anyone know of a URL that provides a very detailed, yet very[color=blue]
    > simple, explanation of what they accomplish and most importantly when
    > you would and when you would not use them (citing examples).[/color]


    st_cast

    --
    Phlip


    Comment

    • Peter van Merkerk

      #3
      Re: casting in C++

      > I am having trouble comprehending the use of the four casting[color=blue]
      > operators in C++.
      >
      > Does anyone know of a URL that provides a very detailed, yet very
      > simple, explanation of what they accomplish and most importantly when
      > you would and when you would not use them (citing examples).[/color]

      Item 2 of the highly recommend book "More Effective C++" from Scott
      Meyer has what you are looking for. Unfortunately I don't have an URL
      for you.

      --
      Peter van Merkerk
      peter.van.merke rk(at)dse.nl




      Comment

      • Mike Wahler

        #4
        Re: casting in C++

        "Peter van Merkerk" <merkerk@deadsp am.com> wrote in message
        news:bn0nnn$rkr 8u$1@ID-133164.news.uni-berlin.de...[color=blue][color=green]
        > > I am having trouble comprehending the use of the four casting
        > > operators in C++.
        > >
        > > Does anyone know of a URL that provides a very detailed, yet very
        > > simple, explanation of what they accomplish and most importantly when
        > > you would and when you would not use them (citing examples).[/color]
        >
        > Item 2 of the highly recommend book "More Effective C++" from Scott
        > Meyer has what you are looking for. Unfortunately I don't have an URL
        > for you.[/color]



        -Mike


        Comment

        • jeffc

          #5
          Re: casting in C++


          "Mike Wahler" <mkwahler@mkwah ler.net> wrote in message
          news:7fVkb.4469 $S52.2472@newsr ead4.news.pas.e arthlink.net...[color=blue][color=green]
          > >
          > > Item 2 of the highly recommend book "More Effective C++" from Scott
          > > Meyer has what you are looking for. Unfortunately I don't have an URL
          > > for you.[/color]
          >
          > http://tinyurl.com/rmd1[/color]

          Bookpool



          Comment

          Working...