vc for windows programming

A

Asim Ahmed

I have done some vc.net programming as part of a college course. However,
all of it was based on console based apps.
Could someone recommend a good book or site that focuses on vc++.net prog.
for windows.
Also, from your experience, how much tougher is windows prog. using vc
compared to c#. Is it more feasible to just use vc for classes and c# for
the frontend. The question is for developement for database intensive
applications.

Thanks.
Asim.
 
B

Bruno van Dooren

i use C# for developing applications for windows.
i use C++.NET only for porting native c++ code to the .NET platform by
compiling it into a class library.

at this moment C++ .NET is -excuse my language - butt ugly.
this will change with the next VS release, but for now it is IMHO a
syntactic mess.

and since you compile to the .NET platform there is almost no speed gain to
be had by using C++.
C# is an elegant language that was tailor made for the .NET platform, so it
is the most obvious choise.

kind regards,
Bruno.
 

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

Top