Microsoft visual basic 2010 express

Post » Tue Dec 06, 2011 7:05 pm

Hello all.

I was wondering, what sort of programs do you use to make other programs, if you do.
What sort of programs do you make?
Personally, I use Microsoft visual basic 2010 express as it's free and does what I need.
I've lately gotten into doing beginner tutorials... Does anyone else do it as a hobby?
Or only when needed?

Thanks.
User avatar
Stacey Mason
 
Posts: 3350
Joined: Wed Nov 08, 2006 6:18 am

Post » Tue Dec 06, 2011 5:36 pm

used it last semester in a programming class.

its ok but from what ive heard from others who had more programming experience they liked java better. i had access to the full program so im not sure exactly what gets cut out in the free version though.
User avatar
Jaylene Brower
 
Posts: 3347
Joined: Tue Aug 15, 2006 12:24 pm

Post » Tue Dec 06, 2011 8:00 am

used it last semester in a programming class.

its ok but from what ive heard from others who had more programming experience they liked java better. i had access to the full program so im not sure exactly what gets cut out in the free version though.

Awesome, thanks. I'll have to have a look at that.
Just out of curiosity... What did you use it for in your class?
User avatar
Emily Graham
 
Posts: 3447
Joined: Sat Jul 22, 2006 11:34 am

Post » Tue Dec 06, 2011 9:29 am

just little silly programs like making UI for restaurants or car shops. you input or click certain things and its set up to show you prices and taxes and other stuff. it was only a half semester class and we only did the first part of the book so i imagine there is alot more you can do with it. the only thing ive ever done was game modding and making a couple of websites years ago so all this programming stuff is very new to me. its alot more like learning a foreign language then i expected. i was expecting it to be more like formulas and stuff for some reason.
User avatar
Oceavision
 
Posts: 3414
Joined: Thu May 03, 2007 10:52 am

Post » Tue Dec 06, 2011 9:53 pm

I use premium just now until I can upgrade it, I use it too make websites and windows form I feel like but I'm no that good at complex stuff.
I've made a working Address Book, Calculator that does sqrt and other stuff, a fully functioning website.
As part of my work though I need to use VS2005 and its terribly slow and plain compared to VS2010
I use C# and VB for my programs but I want to pick up XNA aswell
User avatar
Mackenzie
 
Posts: 3404
Joined: Tue Jan 23, 2007 9:18 pm

Post » Tue Dec 06, 2011 7:43 am

I have Visual Studio 2010 Professional I got from the Dreamspark program. Don't use it for VB coding though, only C#/XNA and I'm trying to learn C++
User avatar
Jennifer May
 
Posts: 3376
Joined: Thu Aug 16, 2007 3:51 pm

Post » Tue Dec 06, 2011 6:05 pm

Don't use VB. Seriously. It's a horribly broken language in so many ways it's not even funny. It'll make you a bad programmer by teaching you a ton of wrong things about how to solve problems.

C# (if you'd like to make some games with XNA) is a good choice for a start, and has a ton of documentation available online too. Try out Unity 3D too if you think about programming games; it has C# (via the Mono project) as one of the "scripting" languages.

Of the other languages available for MS's IDE, I can recommend two: C++ is good for more "serious" programming, but harder to learn properly. F# lets you do functional programming, which is good to know by itself since it leads itself to surprisingly easy solutions to problems which are "hard" in strictly object-oriented languages. You need to use the right tool for the job, but for that you need to know which tools are available first. :)
User avatar
ezra
 
Posts: 3510
Joined: Sun Aug 12, 2007 6:40 pm

Post » Tue Dec 06, 2011 9:00 am

I got Visual Studio 2010 Ultimate from the MSDNAA program at my school. I mainly use it for C# for small personal use programs, one is a program to change values in the middle of a huge text file for example. I do know some VB.NET but I prefer not to use it. I really wish I could come up with more ideas and have enough patience to work them out sometimes but I don't have enough time to sit and write anything big anymore.
User avatar
Steeeph
 
Posts: 3443
Joined: Wed Apr 04, 2007 8:28 am


Return to Othor Games