Good Book

W

WELCOME ###

* Windows Form (.Net)
* Language C++
Please who can tell me a good book dealing with the above elements ?
Thank all.
================================
 
?

=?ISO-8859-1?Q?Erik_Wikstr=F6m?=

* Windows Form (.Net)
* Language C++
Please who can tell me a good book dealing with the above elements ?
Thank all.

Don't know about .Net, ask in a group that deals with such things. For
C++ many recommend _Accelerated C++_ by Koenig and Moo to start with and
sooner or later you'll probably want _The C++ Programming Language_ by
Stroustrup.
 
R

ralpe

WELCOME said:
* Windows Form (.Net)
* Language C++
Please who can tell me a good book dealing with the above elements ?
Thank all.

I don't know good books about .Net.

For learning C++ I recommend "Accelerated C++". After that you should
read Dewhursts' "C++ Common Knowlege" and Meyers' "Effective C++ 3d
Ed.". Stroustrup's "The C++ Programming Language" is a good reference.

HTH
Ralpe
 
W

WELCOME ###

I have a good idea about C++ as a Language.But I want to know more about
"Windows Form" in C++.
====================================
 
R

ralpe

WELCOME said:
I have a good idea about C++ as a Language.But I want to know more about
"Windows Form" in C++.

You can't use Windows Forms with Standard C++. You need Microsoft's
Managed C++ for that. I only know about books on Windows Forms that use
C# or VB, but it shouldn't be too hard to translate that to Managed
C++.

ralpe
 
J

John Carson

WELCOME ### said:
* Windows Form (.Net)
* Language C++
Please who can tell me a good book dealing with the above elements ?
Thank all.
================================

As has been pointed out, you can't do that in Standard C++. You need to use
Managed C++ (now deprecated) or C++/CLI. There are very few books on it. See
here for a couple.

http://www.amazon.com/s/ref=nb_ss_b...earch-alias=stripbooks&field-keywords=c++/cli

The place to ask about this stuff is

microsoft.public.dotnet.languages.vc
 
R

rhle.freak


Hi all ,i am new to this group,just starting out programming in c++,i
have a good grasp over 'c' and now i am moving onto c++.
I would like to know if the oop learning curve is very steep and also
could you suggest a standard reference book.
Stroustrup's "The C++ Programming Language" seems to be good reference
and a choice of many...can i jump onto it without any other beginner
level books in c++?
 
O

osmium

rhle.freak said:
Hi all ,i am new to this group,just starting out programming in c++,i
have a good grasp over 'c' and now i am moving onto c++.
I would like to know if the oop learning curve is very steep and also
could you suggest a standard reference book.
Stroustrup's "The C++ Programming Language" seems to be good reference
and a choice of many...can i jump onto it without any other beginner
level books in c++?

Some people can and some can't. Since you are going to want his book sooner
or later anyhow, why don't you give it a shot?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

I can NOT install Anaconda on my Windows laptop correctly 2
Looking for SQL Book 2
Good book 34
a good C book 21
Good python testing book 2
Address Book System Help 1
Good evening everyone! 0
Good C++ book 25

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top