J
Jim Hubbard
Can you create C++ apps that do not require the .Net runtimes using C++
..Net?
..Net?
Jim said:Can you create C++ apps that do not require the .Net runtimes using
C++ .Net?
Jim Hubbard said:Would you recommend learning C++ .Net as opposed to learning C++ with MS C++
6.0?
Jim said:Would you recommend learning C++ .Net as opposed to learning C++ with
MS C++
6.0?
My only concern is the ability to learn and alter things like VNC or
other C++ code in the .Net editor without having to include the .Net
sstuff in the output.
Cerksees said:Thank you for taking the time to answer my questions.
Time to study now....
"Carl Daniel [VC++ MVP]"
AAA said:Thanks for replying. But study what? Too many products! 10 years ago I
had VB. I liked it. If I want a window, just drag it to what size you
want, and boom, it's coded. I'm hoping VC is like that. (Did almost no
programming)
Now I am retired I have the time sit down and play all day with
programming. I understand that VC++ is like the basic I saw several
years ago. Drag and drop a window (no fooling with pixels). I also know
that it is harder to learn, but I got all day. I am also leaning towards
games as a product. I believe that in order to get VC++, it is included
on MS Studio3000. But MS 5000 is coming out with VC7 on it.
I like to stick with MS products. If the up grade to VS5000 is only
around $50 I'll get VS3000 now, or I'll simply wait and read books till
VS5000 is finished.
A little guidance of what to do is needed, as I certainly don't know
what I'm doing and don't want buy a $2,000 toy now, to find out that I
need a new one in 6 months.
Thanks (again) for your time.
Cerksees said:Thank you for taking the time to answer my questions.
Time to study now....
"Carl Daniel [VC++ MVP]"wrote in message news:ecXQAB%[email protected]... concentrate
AAA said:Thanks for replying. But study what? Too many products! 10 years ago I
had VB. I liked it. If I want a window, just drag it to what size you
want, and boom, it's coded. I'm hoping VC is like that. (Did almost no
programming)
William DePalo said:VC++ has not been in the past, is not now, and will not be anytime soon, the
product which provides an "almost no code" solution to any development
problem. Most of us who cherish <BWG> the language and/or the product do so
because it doesn't ever get in our way but rather lets us do what we want
even if it means we have to write alot.
If you want easy, go for C# or VB.Net. If you want to use the most
powerful and performant and all-purpose of the modern programming languages
choose C++.
Regards,
Will
AAA said:Awhile ago I took a class in 'C'.
Comparing it VB the C code was
preferred. I have decided to go with Visual C++. I need someone to say
buy:
Product 1
product 2
product 3, etc.
Because I simply don't know what to buy.
Thanks again for your time.
AAA said:Thanks for replying. But study what? Too many products! 10 years ago I
had VB. I liked it. If I want a window, just drag it to what size you
want, and boom, it's coded. I'm hoping VC is like that. (Did almost no
programming)
Now I am retired I have the time sit down and play all day with
programming. I understand that VC++ is like the basic I saw several
years ago. Drag and drop a window (no fooling with pixels). I also know
that it is harder to learn, but I got all day. I am also leaning towards
games as a product. I believe that in order to get VC++, it is included
on MS Studio3000. But MS 5000 is coming out with VC7 on it.
I like to stick with MS products. If the up grade to VS5000 is only
around $50 I'll get VS3000 now, or I'll simply wait and read books till
VS5000 is finished.
A little guidance of what to do is needed, as I certainly don't know
what I'm doing and don't want buy a $2,000 toy now, to find out that I
need a new one in 6 months.
Thanks (again) for your time.
William said:VC++ has not been in the past, is not now, and will not be anytime soon, the
product which provides an "almost no code" solution to any development
problem. Most of us who cherish <BWG> the language and/or the product do so
because it doesn't ever get in our way but rather lets us do what we want
even if it means we have to write alot.
If you want easy, go for C# or VB.Net. If you want to use the most
powerful and performant and all-purpose of the modern programming languages
choose C++.
Ioannis Vranos said:I agree with your last part, but why C# and VB are more easy than C++?
In Visual Studio they share the same RAD.
Ioannis Vranos said:I agree with your last part, but why C# and VB are more easy than C++?
In Visual Studio they share the same RAD.
Steve said:The C++ language is totally different from C# and VB. It has a lot of
features that make it extremely powerful, but that also make it more
difficult to use without fully understanding what you're doing. Even using
managed extensions to create .NET applications, C# and VB are far easier to
use, since C++ contains (by necessity) not only the ability to use the .NET
framework but old school C++ as well. It's possible to write more powerful
and faster applications in C++ (not to mention the fact that they can be
compiled and run on multiple platforms if you stick to the C++ standard),
but it takes more time to learn how to do that. If I were beginning
programming as a hobby rather than a job, and didn't intend to write any
applications that would require lightning speed or platform independence, I
wouldn't pick up C++ as a first language.
William said:I guess that's a subjective estimation on my part but I've always thought
that my chosen language is just too damned hard with too many dark corners.
If you read this group or microsoft.public.vc.language you will see that the
regulars in those groups, whether they work inside and outside of the big
house, often sound like lawyers arguing over the meaning of a contract.
It is not like I am going to give it up anytime soon, but if I were just
starting out NOW I can't truthfully say that I would take the same path.
True, but if that were the case I would use C# where the syntax is easierSteve said:Well if your sole purpose was to write only .NET applications the only
thing you would have to do is to learn how to make classes and then
learn the .NET framework. No one forces you to learn more.
Steve said:True, but if that were the case I would use C# where the syntax is easier
and less confusing and you don't have the option of doing dangerous things.
Plus the majority of books and examples about .NET are written in C# or VB.
Just seems weird to learn a tougher language if you don't have to, that's
all.
Ioannis Vranos said:Talking about C++/CLI why is it more difficult to write ref class than
whatever you do in C#?
Also in C++ things are easier. Check this page I have been working on:
http://www23.brinkster.com/noicys/cppcli.htm