Go Back   Forums > Community Chatterbox > Tech Corner > Programming
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

View Poll Results: What VS is better
Visual Studio 6.0 7 63.64%
Visual Studio .NET 4 36.36%
Voters: 11. You may not vote on this poll

Reply
 
Thread Tools Display Modes
Old 13-09-2005, 10:10 AM   #11
mik
Newbie

 
Join Date: Jan 2005
Location: ,
Posts: 7
Send a message via MSN to mik
Default

Quote:

that is what microsoft wants you to believe.

I think 6.0 is used a lot more then .net as nobody wants to pay the huge amount of money required to keep up with the latest and useless developments.

C++ standard is still the same. So for making code there is no need to switch.
However if you rely on the "handy" libraries for a gui of MS then you need to upgrade

If you use a different library for you gui then there is absolute no need to upgrade

First, VS is not only VC++. Second, .NET is platform independent. .NET is a strategy of creating big distributed systems (like J2EE or CORBA). For example, try to create Web-services (it is very important for companies today, you know) using VS 6.0. I think it'll take VERY much time. As I said, using VS 6.0 is only habit. Many companies and programmers don't know about advantages of VS .NET. Of course, it's very expensive. Is it worth it? Yes, of course, if you are a professional.
mik is offline                         Send a private message to mik
Reply With Quote
Old 13-09-2005, 10:38 AM   #12
chickenman
Hero Gamer

 
Join Date: Mar 2005
Location: Shella, Kenya
Posts: 417
Default

There is no advantages of using visual studio it's all rubbish and there is no point in paying money for rubbish.
chickenman is offline                         Send a private message to chickenman
Reply With Quote
Old 13-09-2005, 08:07 PM   #13
NrmMyth
Hero Gamer

 
Join Date: Jan 2005
Location: ,
Posts: 454
Default

Quote:
Originally posted by chickenman@Sep 13 2005, 12:38 PM
There is no advantages of using visual studio it's all rubbish and there is no point in paying money for rubbish.
:eeeeeh:
__________________
Never mess with me when I have a cougar, Never!
NrmMyth is offline                         Send a private message to NrmMyth
Reply With Quote
Old 13-09-2005, 08:25 PM   #14
Danny252
I have a custom title!

 
Join Date: Oct 2003
Location: Telford, England
Posts: 1,303
Default

dont worry. its only chickenman. he rants on about anything non-DevC++ or non-Linux (and then rants on about them)
__________________
I liked the old forum.. =/
Danny252 is offline                         Send a private message to Danny252
Reply With Quote
Old 13-09-2005, 08:26 PM   #15
Kon-Tiki
[BANNED]

 
Join Date: Sep 2004
Location: Dentergem, Belgium
Posts: 1,811
Default

Yarr, Chicken, what'd I tell you 'bout such posts?
Kon-Tiki is offline                         Send a private message to Kon-Tiki
Reply With Quote
Old 13-09-2005, 09:20 PM   #16
punch999
The true Shadow President
 
punch999's Avatar

 
Join Date: Sep 2004
Location: Celebration, United States
Posts: 1,195
Default

I use vbasic 6.0 but does anyone know I nice tutorial for that
punch999 is offline                         Send a private message to punch999
Reply With Quote
Old 21-09-2005, 07:02 PM   #17
Koen
Game Wizzard
 
Koen's Avatar

 
Join Date: Nov 2004
Location: Nootdorp, Netherlands
Posts: 226
Default

k, the biggest difference is the speed!!!
I did the following test with vb6 and vb.net 2003:

code in vb6:
Code:
Dim T As Long
Dim I As Long
Dim A As Double
A = Timer
For I = 1 To 100000000
 *T = T * 20
Next I
MsgBox(Timer - A)
To run this code, it took only 360 ms.

code in vb.net 2003:
Code:
Dim T As Long
Dim I As Long
Dim A As Double
A = Microsoft.VisualBasic.Timer
For I = 1 To 100000000
 *T = T * 20
Next I
MsgBox(Microsoft.VisualBasic.Timer - A)
To run this code, it took 5203 ms!

Like in this code, vb.net is 15 times SLOWER than vb6!!!

so... which one is better... :whistle:
Koen is offline                         Send a private message to Koen
Reply With Quote
Old 22-09-2005, 03:27 AM   #18
STFM
Abandonia nerd

 
Join Date: Sep 2005
Location: ,
Posts: 96
Default

.net is an enterprise IDE. Its like comparing the free Eclipse IDE to IBMs Rational Developer Enterprise. Enterprise = slower but more useful tools for creating applications.

It takes me about 2 minutes to create and deploy a simple EJB as a web service using Rational - if I had to hand code the deployment files with Eclipse it would take me hours.

If you are writing games... I havent seen many games lately that use web services!
STFM is offline                         Send a private message to STFM
Reply With Quote
Old 28-09-2005, 01:08 AM   #19
win98
In the loop on hardware.
 
win98's Avatar

 
Join Date: Apr 2005
Location: Wellington, New Zealand
Posts: 890
Default

vs 6.0 is my pick only one i used
win98 is offline                         Send a private message to win98
Reply With Quote
Old 28-09-2005, 01:09 AM   #20
win98
In the loop on hardware.
 
win98's Avatar

 
Join Date: Apr 2005
Location: Wellington, New Zealand
Posts: 890
Default

vs6 is my choice only one i used
EDIT:sorry for posting twice
win98 is offline                         Send a private message to win98
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Xna Game Studio Express Reup Programming 0 05-01-2007 07:26 AM
Sci Studio Vga Kon-Tiki Programming 15 20-04-2006 06:49 PM
Visual Basic tomf Programming 11 05-03-2006 10:35 PM
Agi Studio Bobbin Threadbare Programming 3 26-01-2006 11:19 AM
Visual Studio 2000 Express... Free! vipin Programming 1 05-01-2006 11:37 AM


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 10:19 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.