| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"WELCOME ###" |
| Date: |
04 Jan 2007 01:03:08 AM |
| Object: |
Good Book |
* Windows Form (.Net)
* Language C++
Please who can tell me a good book dealing with the above elements ?
Thank all.
================================
.
|
|
| User: "John Carson" |
|
| Title: Re: Good Book |
04 Jan 2007 09:42:14 AM |
|
|
"WELCOME ###" <fares@alphalink.com.au> wrote in message
news:459ca6ac_4@news.chariot.net.au
* 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/105-1247805-8546033?url=search-alias%3Dstripbooks&field-keywords=c%2B%2B%2Fcli
The place to ask about this stuff is
microsoft.public.dotnet.languages.vc
--
John Carson
.
|
|
|
|
| User: "=?ISO-8859-1?Q?Erik_Wikstr=F6m?=" |
|
| Title: Re: Good Book |
04 Jan 2007 03:36:15 AM |
|
|
On 2007-01-04 08:03, WELCOME ### wrote:
* 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.
--
Erik Wikström
.
|
|
|
|
| User: "mlimber" |
|
| Title: Re: Good Book |
04 Jan 2007 09:46:58 AM |
|
|
WELCOME ### wrote:
* Windows Form (.Net)
* Language C++
Please who can tell me a good book dealing with the above elements ?
See this FAQ and those following:
http://www.parashift.com/c++-faq-lite/how-to-learn-cpp.html#faq-28.4
and the myriad book reviews at accu.org.
Cheers! --M
.
|
|
|
|
| User: "ralpe" |
|
| Title: Re: Good Book |
04 Jan 2007 06:27:13 AM |
|
|
WELCOME ### wrote:
* 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
.
|
|
|
| User: "WELCOME ###" |
|
| Title: Re: Good Book |
04 Jan 2007 06:53:26 AM |
|
|
I have a good idea about C++ as a Language.But I want to know more about
"Windows Form" in C++.
====================================
"ralpe" <ralph.peterson@gmx.net> wrote in message
news:1167913632.959527.96270@51g2000cwl.googlegroups.com...
WELCOME ### wrote:
* 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
.
|
|
|
| User: "ralpe" |
|
| Title: Re: Good Book |
04 Jan 2007 07:53:23 AM |
|
|
WELCOME ### wrote:
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
.
|
|
|
|
|
|
| User: "=?ISO-8859-2?Q?Rafa=B3?=" |
|
| Title: Re: Good Book |
04 Jan 2007 03:35:38 AM |
|
|
WELCOME ### wrote:
* Windows Form (.Net)
What's Windows? (happy who don't know/need :) )
* Language C++
Thinking in C++?
--
Regards,
Rafa³
.
|
|
|
|
| User: "Ian Collins" |
|
| Title: Re: Good Book |
04 Jan 2007 01:25:21 AM |
|
|
WELCOME ### wrote:
* Windows Form (.Net)
* Language C++
Please who can tell me a good book dealing with the above elements ?
Why ask on a C group?
--
Ian Collins.
.
|
|
|
| User: "Mari" |
|
| Title: Re: Good Book |
04 Jan 2007 11:32:46 AM |
|
|
"Ian Collins" <ian-news@hotmail.com> wrote in message
news:503of3F1efannU1@mid.individual.net...
WELCOME ### wrote:
* Windows Form (.Net)
Addison Wesley - Windows Forms Programming in C#
* Language C++
Thinking in C++
C++ FAQs
.
|
|
|
| User: "rhle.freak" |
|
| Title: Re: Good Book |
05 Jan 2007 01:22:29 AM |
|
|
On Jan 4, 10:32 pm, "Mari" <mari...@hotmail.com> wrote:
"Ian Collins" <ian-n...@hotmail.com> wrote in messagenews:503of3F1efannU1@mid.individual.net...
* Language C++Thinking in C++
C++ FAQs
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++?
.
|
|
|
| User: "osmium" |
|
| Title: Re: Good Book |
05 Jan 2007 08:33:24 AM |
|
|
"rhle.freak" wrote:
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?
.
|
|
|
|
|
|
| User: "Ian Collins" |
|
| Title: Re: Good Book |
04 Jan 2007 01:30:37 AM |
|
|
Ian Collins wrote:
WELCOME ### wrote:
* Windows Form (.Net)
* Language C++
Please who can tell me a good book dealing with the above elements ?
Why ask on a C group?
Oops, wrong group.... Crawl back under rock.
--
Ian Collins.
.
|
|
|
|
|

|
Related Articles |
|
|