English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Is there any progamming software that can help you get started with progamming languages? Thank you

2006-11-24 12:55:28 · 8 answers · asked by Anonymous in Computers & Internet Programming & Design

anyways jake Cigar, I am a beginner and i want to know the basics for programming.

2006-11-24 13:06:26 · update #1

8 answers

Get C/C++. It's the standard for Computer Science Engineering students to learn how to program. You can get a free version at

http://www.bloodshed.net/devcpp.html

There are many tutorials that you can find online and there are many books which can teach you how to program. The book most CS majors use is "The C Programming Language" by Brian Kernighan and Dennis Ritchie. This is a barebones-style of programming though. It will teach you the fundamentals of computer programming.

If you do decide to go with C/C++ and download the C/C++ compiler at the link I provided, stick with the Console Applications which run from a command prompt while you are still learning. You'll see what I mean if you install the compiler, that option can be found at --> New >> Project >> [Console Application].

Once you learn the syntax and style, you can easily learn other object-oriented programming languages such as Javascript, Java, Perl, etc. If you have any other questions, feel free to email me.

2006-11-24 15:35:19 · answer #1 · answered by Kookiemon 6 · 0 0

That question is very open ended. Answer would depend on what you want to program... just writing "Programming Software to make Software" is not going to get you any answer. What do you want to code in? Java? Start with notepad and a good book - that is most people should start. Are you an advanced Java Programar - get Netbeans from Sun, or get Eclipse. Do you want to write shell scripts? Get Cygwin. Or type edit in Command prompt to work on DOS style batch files.

2016-05-22 23:27:01 · answer #2 · answered by Anonymous · 0 0

In the old days, we learned BASIC (not Visual BASIC) as the first language, but today, we don't have that choice.

The next easiest and most common perhaps is Java. However, Java is NOT easy for absolute beginners. If you are serious about programming, probably the best thing you can do for yourself is to take classes like "Basic computer concepts", "Flow charting", or "Algorythm" and learn how to think your way through the problem. In these courses, you'll learn not the language, but how to formulate your thoughts, so it will be easy to translate your thoughts into programming language when you learn it.

You *could* learn SHELL programming in Unix (or Linux). It has a fairly simple structure to learn and power behind it if you really get really good.

Good luck.

2006-11-24 14:22:17 · answer #3 · answered by tkquestion 7 · 0 0

Probably the easiest to get started with is Java. You can use notepad as an editor and run your programs in the browser. Any book on Java script will get you started. From there, you can go on to creating applications using something like Jcreator, from Xinox. The link below is the download page where you can download a free version.

Gnu Gcc is s free C compiler. You can use it to learn the C and C++ languages.

If you do a search for "free compiler" you'll get results for a variety of languages. With Java and C / ++, you've got a good start.

2006-11-24 13:18:08 · answer #4 · answered by Deirdre H 7 · 0 0

Check out Python at http://www.python.org/. All the software and documentation is free and it's a nice language for learning.

2006-11-24 15:02:20 · answer #5 · answered by fredwellfed 1 · 0 0

Start off with Visual Basic Express 2005 (Yahoo search it... or Google It... your choice). Use the tutorials that it comes with. Very easy to get started with.

2006-11-24 12:56:56 · answer #6 · answered by Anonymous · 0 0

way too many! what language? what do you want to do ?

are you new to all this or an old dog looking to learn new tricks?

PS
basic will rot your mind.

2006-11-24 12:57:35 · answer #7 · answered by jake cigar™ is retired 7 · 0 1

uh... broad question... and I am going to go out on a limb here, but if you want to do web design (build sites, etc.) then HTML is your best bet.

General programming, you may want to go C or C++

2006-11-24 14:30:42 · answer #8 · answered by Dirty Randy 6 · 0 1

fedest.com, questions and answers