programming in windows
#1
Posted 27 July 2003 - 10:14 PM
i'd like to start programming in a windows (xp..) environment.
can you recommend a language to start with ???
#3
Posted 28 July 2003 - 03:59 AM
#4
Posted 28 July 2003 - 04:20 AM
(it more a quwstion of where...)
#5
Posted 28 July 2003 - 04:39 AM
EDIT: Ah I see you want to know where, I suggest ringing up the local microsoft office in your area and asking if there are any stockists near you.
#6
Posted 28 July 2003 - 07:09 AM
http://msdn.microsoft.com/vstudio/productinfo/trial/default.aspx
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=140
Note, that's not my referral, that was imbedded on a Microsoft page, if you were curious.
$5.00 for CDs, $2.50 for a single DVD.
Also, you may wish to check out this site: http://www.gotdotnet.com
Hope that helps!
#7
Posted 28 July 2003 - 06:12 PM
what are the main differences ,and to whom it is designed to ?
can all languages provide the same output ?
my background includes programming in assembler and C (dos format).
thanks...!!
#8
Posted 28 July 2003 - 06:38 PM
what are the main differences ,and to whom it is designed to ?
can all languages provide the same output ?
my background includes programming in assembler and C (dos format).
thanks...!!
You would probably be more comfortable with visual c++ then. Visual basic is much less structured then C/C++. For instance, you don't have to declare variables or even the type of variable. Some people like this but i hate it. It seems to cause more problems then its worth. If you have MS Office, you can check out access's form builder or even words macro builder to see examples of visual basic code integrating with office.
I spent a very small amount of time (less then an hour) looking at borland's equivilant to visual c++. The window/form builder was very intuitive but the code behind the gui wasn't. Like I said I didn't spend much time on it though.
I believe visual studio is just a collection of languages put together but I am not sure about it.
Hope I helped
#9
Posted 28 July 2003 - 11:46 PM
another question....
how similar is the programming in c++ is compared to c (dos)..?
#10
Posted 29 July 2003 - 12:18 AM
Of course, if you want to make a gui, then that's a big bag-o-tricks. Best to read up on classes first, and then you can get into the gui stuff (forms, controls, etc.)...
#12
Posted 07 August 2003 - 07:36 PM
Anyway, I do a bit of Win32 programming in my spare time so I've been through a lot of the iffies.
My suggestion for you to start out with is MFC and C++, don't use the Win32 API as it's incredibly complex in comparison to MFC. MFC's the C++ implementation of writing code for Win32 platforms and Win32 API is the more precise C method. Also, C++ has much better structure than C. C lacks classes, initializers within structs, nasty indirections when passing as reference, and all around, it's just something that if Win32 platform programming is new to you, you don't want to do.
My stance with using Visual Basic has never been good, I've seen a lot of VB programs come and go and eat a lot of memory. They're not the best ways to implement anything relatively large. Of course the development time for something under VB is considerably less than in C/C++. That's a trade-off you have to make though, do you want rapid development or efficient code?
My question though is do you have any prior programming language and if so, would it be in C/C++? Jumping right into Win32 programming is a difficult feat at best. You might want to reconsider it and start with some basic C/C++ console programs.
#14
Posted 07 August 2003 - 11:04 PM
#15
Posted 16 December 2003 - 01:16 PM
(it more a quwstion of where...)
Actuially you CAN get free software to work with C# (providing its for personal non-commercial use).
Borland C# Builder Personal (free)
MAKE SURE YOU GET THE Personal download edition VERSION
Good Luck
#16
Posted 16 December 2003 - 10:17 PM
When i saw you wanted to try C# but don't want to spend thousands of dollars on VS.net, I just HAD to say something. LOL.
I hope you try Borland C# bUilder. I have not messed with it at all. In fact, the one borland tool i have used recently was JBuilder which did not impress me at all. LOL.
NBorland C++ Builder is paradise on earth (especially for the GUI stuff)

Help










