Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

how to start with

hello friends, sorry if iam posting this in wrong forum...serached for COM/DCOM forum its not there...my question is

i hav gud experience in c++ in unix environment . now i want to start with COM and DCOM components..plz guide me how to start with those .i will be waiting for ur advice. thanks in advance
[316 byte] By [rao_soft27] at [2007-11-11 11:57:57]
# 1 Re: how to start with
COM/DCOM is available to a variety of development platforms. Which one are you interested in? Do you plan on staying with C++?
Hack at 2007-11-11 20:55:38 >
# 2 Re: how to start with
iam looking for windows platform...and i want to learn ATL,VC++ also..suggest me how to start with...thank u
rao_soft27 at 2007-11-11 20:56:38 >
# 3 Re: how to start with
Since you know C++, I would suggest moving to Visual C++.

Do you have that installedo on your machine?
Hack at 2007-11-11 20:57:36 >
# 4 Re: how to start with
I would suggest this ebook for VC++ :

Programming with Microsoft Visual C++ .NET 6th Ed

it has some small ATL examples too but as start they will help you I hope.
Amahdy at 2007-11-11 20:58:37 >
# 5 Re: how to start with
@hack

yes it was installed on my machine.

@amahdy

i dont know .net is it still ok to read visual c++ .net ??

thanks for all who suggested me
rao_soft27 at 2007-11-11 20:59:41 >
# 6 Re: how to start with
.net is just meaningless microsoft babble, really. Its visual studio 7 8 9 versions, which can be made to link against the .net mess if you want your program to force people to use the passport or other meaningless "features". But the compiler & IDE are extremely good and yes you should use it if you have it esp for the tools you wanted to learn.
jonnin at 2007-11-11 21:00:40 >