• 0

Easy Programming Language


Question

Recommended Posts

  • 0

I suggest you get started with .NET. It't the way to go. There may be a little learning curve, but once you get started shouldn't be a problem!

Link to comment
Share on other sites

  • 0

Fre compiler? heh. good luck, i wasent able to find one, so i had to "aquier(spl?)" it from an online "store". And it was only the VB 5.0 Edition, they did not carry 6.0. As for a good tutorial? I had to "borrow" a book from the library. Good book to, its called "Step by Step". it even ahs pictures to lead you along.

Link to comment
Share on other sites

  • 0

Best way to find out is to try for yourself; each person will have a different opinion on what's easy and what's hard. When you try a language you won't lose anything either; time is never wasted if you're learning something. Also what seems to be confusing to many is that once you start to use a language, you should always stick to it. This is completely untrue; programming languages are only tools used in writing programs, nothing more, nothing less. Whichever language is appropriate for the task, you should be able to choose it selectively based on your experience and the strengths of the language. For example if you're looking to extract data from a website, or do heavy string manipulation, C++ wouldn't be the smartest choice compared to Perl.

That is my opinion anyway.

bwx

Link to comment
Share on other sites

  • 0

If you want to start with VB then get yourself a copy of VB 6.0 - may still be available under Microsoft's Student License (assuming you qualify). Other than that you'll have to acquire it elsewhere - I am sure there are plenty of people willing to sell licenses for VB 6.0 as they no longer need it since they have .NET

Parimal

Link to comment
Share on other sites

  • 0
Thanx people, some how the topic changed as Schmoove started chatting about some other stuff didnt answer my question, but i think visual basic and pascal get a lot of votes

Can't agree with you...I think pascal is kinda old and that's why it is not so popular as vb...

Link to comment
Share on other sites

  • 0

I'de say it depends what you want to do. If you want to move onto more advanced languages in the future I'de say Java (or C# if you're willing to shell out for VS.net) is a good start, they teach that at my uni to people who have no programming experience and while it's not easy it does allow for easy migration to C/C++ and even makes learning scripting languages like PHP easier as the syntax is the same (ASP on the other hand uses VB style syntax), plus the OO elements and automatic memory management make it a good choice for beginners with a will to learn. The fact that apps can be used on any platform also make it a good way to be sure your apps work for everyone, whether PC, Mac or Unix. VB is good if you just want to scratch the surface of programming, and aren't interested in taking it much further, as its syntax is very easy to understand, although learning anything more advanced is quite a step (although not impossible). Pascal is becomming less common, and in my experience isn't used much in commercial environments.

I'de recommend the Java and Netbeans combo (http://java.sun.com/j2se/1.4.2/download-netbeans.html) as this means you get a free IDE too.

Link to comment
Share on other sites

  • 0

vb, seems to be a hell of a lot tutorials and knowledge base (vbcode.com) to teach you to do anything, i've made 4 or 5 programs with it, with no prior training. only other language i've used is c++ but i only installed that because it came free with a cd and i wondered what it was :\

Link to comment
Share on other sites

  • 0

I concur with those who say BASIC is the easiest to learn, BUT...

It is true what they say about Basic being a spoiler for learning "stronger" languages later on. I speak from experience, having learned BASIC in grade school in the 80's, discovering Qbasic in the 90's and falling in love with it as a hobbyist programmer, and then getting so hooked on programming that I am now *trying* to master C++.

My "learning-curve" is now shaped like a 90-degree angle!

The thing I see clearly now, is that BASIC was never a real language, not like C++ is. In just scratching the surface of C++, I have already out-classed anything I ever wrote in QBasic, with about 3/4 of the language left to explore!

OK, I did acomplish a few cute little games in QB4.5 that I'm not quite ready to tackle in C++, but it's taken me this long just to get to where I'm confident that I'll eventually be able to "do it all". I can easily see where you could write a BASIC compiler in C++, no problem, but I could never imagine a C++ compiler written in BASIC! (Maybe Visual Basic....)

So, anyway, if you just want something to play with, Basic could work. But, take it from one who's been there, if you want to *really* program, it's much easier in the long run to learn the right language the first time!

JMHO...

Hosiah

Link to comment
Share on other sites

  • 0

Basic or VB, if you give it a quick go, will show you all the general concepts of syntax and programming that later languages like C++ will use in insanely more depth, not saying that one will transfer smoothly to the other, but that it'd not be a lost cause to check out the much recommended VB.

Link to comment
Share on other sites

  • 0

OK, just to add to my earlier Qbasic to C++ saga...

The one thing I miss the most about QBasic is, the graphics could be done:

screen 12

line(x1,y1)-(x2,y2),col

...just THAT easily! Instant raster graphics, and I used them so extansively that I even developed my own work-around for QB not using bitmaps...involving using an "etch-a-sketch"- type program I wrote which would save the pixels as numeric data in a text file, for later recall by other programs!

I really, REALLY miss raster graphics. The simple act of being able to turn the numeric data into pictures makes a programming language come alive for me, and it seems that this is the one thing that's going to be denied to me in C++...*sniff, whimper!* Though I have read ahead and compiled downloaded sample code enough to know that someday, I'll be able to do graphics in C++, too. From the looks of things, this appears to be the hardest thing to do in C++!

Yes, I know that old-style C has the "lineto" function, that's just the problem: old style, raster graphics seem to have become extinct in C (if I'm wrong about that, somebady, anybody tell me? Give a poor noob some hope?). Instead, I'm going to have to deal with graphics on a much more complex level with OpenGL or all that "device context class" stuff.

As <insert your favorite Diety> is my witness, if I do master C++ graphics, I'll write a function that translates all that complex stuff back into the simple "line" statement again, stuff it in a header file, and give it to the world!

Peace and Love and Granola,

Hosiah

Link to comment
Share on other sites

  • 0

Logo, though it's not too useful, and some consider it not really a language

you can do a lot with scripting too, but it's not programming

as far as undebated programming languages the basic family

qbasic is the easiest but not too powerful

as far as serious easy programing i suggest vb .net 2003

as far as ones with free compilers I suggest python, a lot of people like java but java sucks

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.