Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old January 4th, 2007, 07:15 AM
WELCOME ###
Guest
 
Posts: n/a
Default Good Book

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


  #2  
Old January 4th, 2007, 07:35 AM
Ian Collins
Guest
 
Posts: n/a
Default Re: Good Book

WELCOME ### wrote:
Quote:
* 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.
  #3  
Old January 4th, 2007, 07:35 AM
Ian Collins
Guest
 
Posts: n/a
Default Re: Good Book

Ian Collins wrote:
Quote:
WELCOME ### wrote:
>
Quote:
>>* 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.
  #4  
Old January 4th, 2007, 09:45 AM
=?ISO-8859-2?Q?Rafa=B3?=
Guest
 
Posts: n/a
Default Re: Good Book

WELCOME ### wrote:
Quote:
* Windows Form (.Net)
What's Windows? (happy who don't know/need :) )
Quote:
* Language C++
Thinking in C++?

--
Regards,
Rafa³
  #5  
Old January 4th, 2007, 09:45 AM
=?ISO-8859-1?Q?Erik_Wikstr=F6m?=
Guest
 
Posts: n/a
Default Re: Good Book

On 2007-01-04 08:03, WELCOME ### wrote:
Quote:
* 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
  #6  
Old January 4th, 2007, 12:35 PM
ralpe
Guest
 
Posts: n/a
Default Re: Good Book

WELCOME ### wrote:
Quote:
* 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

  #7  
Old January 4th, 2007, 01:05 PM
WELCOME ###
Guest
 
Posts: n/a
Default Re: Good Book

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.netwrote in message
news:1167913632.959527.96270@51g2000cwl.googlegrou ps.com...
Quote:
WELCOME ### wrote:
>
Quote:
>* 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
>

  #8  
Old January 4th, 2007, 02:05 PM
ralpe
Guest
 
Posts: n/a
Default Re: Good Book

WELCOME ### wrote:
Quote:
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

  #9  
Old January 4th, 2007, 03:55 PM
John Carson
Guest
 
Posts: n/a
Default Re: Good Book

"WELCOME ###" <fares@alphalink.com.auwrote in message
news:459ca6ac_4@news.chariot.net.au
Quote:
* 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/...=c%2B%2B%2Fcli

The place to ask about this stuff is

microsoft.public.dotnet.languages.vc


--
John Carson


  #10  
Old January 4th, 2007, 03:55 PM
mlimber
Guest
 
Posts: n/a
Default Re: Good Book

WELCOME ### wrote:
Quote:
* 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-lit....html#faq-28.4

and the myriad book reviews at accu.org.

Cheers! --M

  #11  
Old January 4th, 2007, 05:45 PM
Mari
Guest
 
Posts: n/a
Default Re: Good Book


"Ian Collins" <ian-news@hotmail.comwrote in message
news:503of3F1efannU1@mid.individual.net...
Quote:
WELCOME ### wrote:
Quote:
Quote:
>* Windows Form (.Net)
Addison Wesley - Windows Forms Programming in C#
Quote:
Quote:
>* Language C++
Thinking in C++
C++ FAQs



  #12  
Old January 5th, 2007, 07:25 AM
rhle.freak
Guest
 
Posts: n/a
Default Re: Good Book



On Jan 4, 10:32 pm, "Mari" <mari...@hotmail.comwrote:
Quote:
"Ian Collins" <ian-n...@hotmail.comwrote in messagenews:503of3F1efannU1@mid.individual.net...
Quote:
Quote:
Quote:
* 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++?

  #13  
Old January 5th, 2007, 02:45 PM
osmium
Guest
 
Posts: n/a
Default Re: Good Book

"rhle.freak" wrote:
Quote:
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?


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles