![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: May 2005
Posts: 2
Rep Power: 0
![]() |
visual c++ and .net
this is really a newbie question..
what's the difference between visual c++ and visual c++ .net ? Are they same ? i'm learning c++ write now but i want to switch to visual c++.. but i'm really confused. with the topics like mfc, win32, window programming.. and is window programming done in console or programs like visual basic.. and if it's so easy programming in vb then why learn the console way.. typing each code.. thx |
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4
![]() |
you need a book to answer that question
![]() I can tell you that Visual C++ .NET allows you create programs for the .NET framework. This kind of programs will only execute on machines with the .NET framework installed. BTW, there is no significant difference in syntax between c++ and c++.NET |
|
|
|
|
|
#3 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
You can also write regular C++ code with Visual C++ .net. The .net framework is only an option
|
|
|
|
|
|
#4 |
|
Programmer
Join Date: May 2005
Posts: 41
Rep Power: 0
![]() |
I prefer the C++ VS6 versus the VS .Net because a lot of the premade headers are modified a bit differently like fstream. Oh man did it really fuck up fstream. Anyways, that is my 2cents. VS6 works better with legacy.
|
|
|
|
|
|
#5 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
Yes, if you want to do straight C++ pick up VC6 for cheap. Managed extensions for C++ aren't my cup of tea. Such a mess. If you do want VC++ .net, see if you can get the 2003 edition. The 2005 edition is...a turn for the worst.
</2cents> |
|
|
|
|
|
#6 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5
![]() |
just pick a language or an IDE. you can do anything with C++. if you want to be a part of microsoft's virtually intertwining of technologies then .NET is the way to go. for platform independance just use VC6. (you can do either with the new one, just worry about portability on non-windows systems)
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
#7 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Please, don't use Visual C++ 6. If you don't want .NET, go with Dev-C++.
|
|
|
|
|
|
#8 |
|
Newbie
Join Date: May 2005
Posts: 2
Rep Power: 0
![]() |
ummm thanks guyz... well i'm interested in just doing straight c++ programs right now.. i understand the .net thing. but i'm still confused about the windows programming...
i wanna make some program in windows. And i see a lot of code written just to make a simple window but the thing is if i use Visual Basic then i don't even have to write anything. where else in win32 programming.. i have to write and memorize all those little things which just gets complicated line by line. so what is the thing about writing a good program.. use Vb. vc++ or straight win32 prog.. thanks |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|