473,395 Members | 1,608 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

book recommendation

First, a meta question: Is there a FAQ for this group?

Second, probably a FAQ: What's a good recommended book for someone who
knows C++, but isn't sure how to bridge between .Net and C++ (write Managed
C++)

Specifically, simple questions like:

How do I write this C# method:

void DoStuff(MyStruct [] somestructs);

in Managed C++.

(I figured out the answer I think...but a book that walks through some of
this basic stuff would be awfully helpful.)

--
Reginald Blue
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone."
- Bjarne Stroustrup (originator of C++) [quoted at the 2003
International Conference on Intelligent User Interfaces]
Nov 17 '05 #1
5 915
"Reginald Blue" <Re***********@hotmail.com> wrote in message
news:dh**********@trsvr.tr.unisys.com...
First, a meta question: Is there a FAQ for this group?
I don't believe so.
Second, probably a FAQ: What's a good recommended book for someone who
knows C++, but isn't sure how to bridge between .Net and C++ (write
Managed C++)
To answer your question I like "Essential Guide to Managed Extensions for
C++" (ISBN:1-893115-28-3) by Challa and Laksberg of the VC++ team. There is
also "Programming with Managed Extensions for MS Visual C++ .Net"
(ISBN:0-7356-1724-4) by Grimes.

That said, VS 2005 - due 7 Nov 2005 - introduces a new dialect (my word) of
C++ for .Net called C++/CLI. I don't know if there are C++/CLI books as
well.
Specifically, simple questions like:

How do I write this C# method:

void DoStuff(MyStruct [] somestructs);

in Managed C++.


Well, if you like you can always post what you tried and the erroe message
you got. Someone will usually be able to spot the error.

Regards,
Will
Nov 17 '05 #2
William DePalo [MVP VC++] wrote:
"Reginald Blue" <Re***********@hotmail.com> wrote in message
news:dh**********@trsvr.tr.unisys.com...
Second, probably a FAQ: What's a good recommended book for someone
who knows C++, but isn't sure how to bridge between .Net and C++
(write Managed C++)
To answer your question I like "Essential Guide to Managed Extensions
for C++" (ISBN:1-893115-28-3) by Challa and Laksberg of the VC++
team. There is also "Programming with Managed Extensions for MS
Visual C++ .Net" (ISBN:0-7356-1724-4) by Grimes.


Perfect. THANKS!!!
That said, VS 2005 - due 7 Nov 2005 - introduces a new dialect (my
word) of C++ for .Net called C++/CLI. I don't know if there are
C++/CLI books as well.


Yup, but I don't have a schedule yet as to when we're moving to VS2005, so,
it's anyone's guess.
Specifically, simple questions like:

How do I write this C# method:

void DoStuff(MyStruct [] somestructs);

in Managed C++.


Well, if you like you can always post what you tried and the erroe
message you got. Someone will usually be able to spot the error.


I hate asking stupid questions. :-)

--
Reginald Blue
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone."
- Bjarne Stroustrup (originator of C++) [quoted at the 2003
International Conference on Intelligent User Interfaces]
Nov 17 '05 #3
Reginald,
First, a meta question: Is there a FAQ for this group?


As Will said, no. I do have a few faqs on MC++ specifically on my site at
http://www.winterdom.com/mcppfaq/ which might be helpful!
--
Tomas Restrepo
to****@mvps.org
http://www.winterdom.com/
Nov 17 '05 #4
Tomas Restrepo (MVP) wrote:
Reginald,
First, a meta question: Is there a FAQ for this group?


As Will said, no. I do have a few faqs on MC++ specifically on my
site at http://www.winterdom.com/mcppfaq/ which might be helpful!


Excellent. Thanks!!!

--
Reginald Blue
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone."
- Bjarne Stroustrup (originator of C++) [quoted at the 2003
International Conference on Intelligent User Interfaces]
Nov 17 '05 #5
You might also want to check out The Code Project Managed C++ section :-

http://www.codeproject.com/managedcpp/

--
Regards,
Nish [VC++ MVP]
"Reginald Blue" <Re***********@hotmail.com> wrote in message
news:dh**********@trsvr.tr.unisys.com...
First, a meta question: Is there a FAQ for this group?

Second, probably a FAQ: What's a good recommended book for someone who
knows C++, but isn't sure how to bridge between .Net and C++ (write
Managed C++)

Specifically, simple questions like:

How do I write this C# method:

void DoStuff(MyStruct [] somestructs);

in Managed C++.

(I figured out the answer I think...but a book that walks through some of
this basic stuff would be awfully helpful.)

--
Reginald Blue
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone."
- Bjarne Stroustrup (originator of C++) [quoted at the 2003
International Conference on Intelligent User Interfaces]

Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: php newbie | last post by:
I have the Transact-SQL Programming book from O'Reilly. It was published in 1999. It states that "SELECT ... INTO" statements end up locking the entire database of the target table. Since the...
0
by: Phil Da Lick! | last post by:
Hi all, I am about to move into programming using an xml web services model. The first thing I need to know is whether you can use them privately within a corporate LAN, or whether you need to...
2
by: Bruce Dodds | last post by:
I will be doing an app for a nonprofit. It would be useful for them to have a good entry-level book on Access so that they don't have to pay someone to design all their queries and reports. I'm not...
3
by: Alan | last post by:
I got a book : C# Primer Plus, this is about the C#. I am going to learn Visual C#, another book recommendation about this specific topic ? I don't want a book repeat the C# stuffs already in my...
9
by: Reginald Blue | last post by:
I asked this before, although several months ago, and I want to make sure the recommendation hasn't changed. I'm a developer who is working on a Web application, but most of my work is at the...
16
by: Robert Zurer | last post by:
Can anyone suggest the best book or part of a book on this subject. I'm looking for an in-depth treatment with examples in C# TIA Robert Zurer robert@zurer.com
6
by: ted | last post by:
Hi, I have been programming for about 5 years mainly on client apps that are standalone and n-tier. I have very little experience with web development. I need a recommendation on a book that...
4
by: Huy | last post by:
I am in need of a book recommendation to pick up C++ properly and elegantly. I program extensively within the Python programming language and have a decent grasp of OOP (possibly could be better)...
3
by: Lauren Quantrell | last post by:
After a few years of Access VBA it's time to learn C#.Net. Can anyone recommend a book that is good for someone with no experience other than VBA?
14
by: At_sea_with_C | last post by:
Hello all, Im some way in C and i have to start on C++ to. I want your opinions on Teach yourself C++ in 21 days by Jessi Liberty. Can I go with it as my first book are are there better ones? ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.