Book for beginner

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

    #1

    Book for beginner

    Can anyone recommend a good book (prefer ebook) for a beginner to MS Visual
    C++.
    I have done programming in the past but not for quite a while so I'd like to
    start fresh.
    Thanks.


  • Victor Bazarov

    #2
    Re: Book for beginner

    "Chris" <chrisd79@tpg.c om.au> wrote...[color=blue]
    > Can anyone recommend a good book (prefer ebook) for a beginner to MS
    > Visual C++.
    > I have done programming in the past but not for quite a while so I'd like
    > to start fresh.[/color]

    If you need a book recommendation on MS Visual C++, you should ask in
    the MS Visual C++ newsgroup: microsoft.publi c.vc.language. Here you
    are most likely to get recommendations on a book for C++. Please do
    not confuse the two. The former is a _product_, while the latter is
    a _language_.

    Victor


    Comment

    • Ioannis Vranos

      #3
      Re: Book for beginner

      Chris wrote:
      [color=blue]
      > Can anyone recommend a good book (prefer ebook) for a beginner to MS Visual
      > C++.
      > I have done programming in the past but not for quite a while so I'd like to
      > start fresh.[/color]


      A good book to learn how to use .NET with C++ is


      "Visual C++ .NET How To Program" by Deitel.




      It is very good, it covers even multithreading.


      However if you can wait, I suggest you wait for VC++ 2005 and the new
      C++/CLI standard.


      In the mean time, if you can wait, you can read more standard C++ which
      can also be used in .NET.




      --
      Ioannis Vranos


      Comment

      Working...