if i want to learn to learn how to use program with c++.net will a book on c++ alone help me or is the code in c++.net so different that you need a whole different book.
thank you
This is a discussion on c++.net within the C++ Programming forums, part of the General Programming Boards category; if i want to learn to learn how to use program with c++.net will a book on c++ alone help ...
if i want to learn to learn how to use program with c++.net will a book on c++ alone help me or is the code in c++.net so different that you need a whole different book.
thank you
When you say C++.net do you mean C#? Or do you mean C++ with the Microsoft .NET compiler? If it's the former, no, a book on C++ won't help you. If it's the latter, yes, a book on C++ will help you. The .NET compiler compiles standard (Originally posted by CobraCC
if i want to learn to learn how to use program with c++.net will a book on c++ alone help me or is the code in c++.net so different that you need a whole different book.
thank you) C++ code.
i ment c++ with the .net compiler thx
can anyone recomend any books on c++. thx
I recommend "Accelerated C++" by Koenig and Moo for a very different approach to learning c++ by problem solving.
Or for a more conventional book, "Absolute C++" by Savitch
axon
some entropy with that sink? entropysink.com
there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka
thx for the help guys