The Dink Network

Programming Tools

July 28th 2005, 04:45 AM
dragon.gif
Does anyone know of any decent free programming tools? Ones that include comprehensive help files. Failing that does anyone know of any web sites that have comprehensive programming tutorials?

EDIT: I mean a compiler and an editor in one package/program.
July 28th 2005, 05:49 AM
dragon.gif
depending on what you want to program, but i think HL (half life) has some modding tools for free, if you like making mods...
July 28th 2005, 08:47 AM
fairy.gif
Glennglenn
Peasant He/Him Norway
GlennGlenn doesn't want a custom title. 
www.bloodshed.net, go here adn downlaod the latest version og dev-c++.
if you want half life mod tools can u downlaod ti here: http://collective.valve-erc.com/data/docs/1039631978-44855700/files/hammer_v34.exe
July 28th 2005, 10:37 PM
girl.gif
joshriot
Peasant They/Them United States
keep it real 
i got microsoft visual studio.net professional for like $12 at the school bookstore. you have to "prove" that you are in a programming class at the school. i also got windows xp pro with service pack 2 for a mere $7

anyone know the name of that free visual basic compiler? i dont remember

also there is a free program called web matrix to do asp.net
July 29th 2005, 04:22 AM
dragon.gif
Well we don't have those sorts of offers in New Zealand.
July 29th 2005, 12:28 PM
girl.gif
joshriot
Peasant They/Them United States
keep it real 
yeah you do - http://www.asp.net/webmatrix/
August 31st 2005, 07:35 PM
dragon.gif
It's ok, I have found a good one now. Qt Designer. It uses an extended version of C++ and I found a good tutorial book for it. It even has Linux and Windows versions, which is good since I want to make versions of my software for both. At the moment I am using the free version which forces use of the GNU GPL or other compatible open source licenses for the software created. But as soon as I can afford it I will but the either the Commercial or Professional version, both of which let me choose or create my own license (I might use my own one that is inspired by the GNU GPL) and are more powerful.