• 0

Easy Programming Language


Question

Recommended Posts

  • 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.

  • 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

  • 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

  • 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...

  • 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.

  • 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 :\

  • 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

  • 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.

  • 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

  • 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

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

    • No registered users viewing this page.
  • Posts

    • Is it still super slow or has it improved on that area?
    • There's this from last year https://gist.github.com/threat...364659a8887841aa43deca4efd9 but nothing about a buffer overflow that MS somehow can't code against. No matter what, it makes sense to take a "protected by default" approach.
    • Popular Windows 11 file manager Files gets improved tags, layouts, and new OneDrive icon by Taras Buria Files, one of the best third-party file managers for Windows 11 out there, has received a minor update to version 4.1.3. The latest release brings a few quality-of-life improvements and new features, including an easier way to calculate folder sizes, improved tags, a new OneDrive icon, and more. Starting with folder size, File now has a dedicated "View size" button for each folder if you have the "Calculate folder sizes" option turned off in settings. This improves performance and allows you to see each folder's size only when needed. Note that folder size calculation could take some time depending on the number of files and their "weight." Next, Files can now retain file selection when switching layouts. While this change is rather minor, it lets you keep selected objects highlighted whenever you need to switch, say, from a list to a thumbnail layout. If you use tags, you will be glad to know that Files 4.1.3 makes it easier to remove all tags. You can do that with one of the following methods: From the context menu — right-click an item, open the Tags submenu, and choose Remove tags. From the toolbar — when the Edit Tags button is pinned to the toolbar, the same option appears in its menu. From the Command Palette — open the Command Palette and search for Remove tags. You can also assign your own keyboard shortcut to it from Settings. The final visible change is the new OneDrive icon. Files now pulls the icon directly from the OneDrive executable, which means the app always has the up-to-date version. As for the fixes, developers resolved the following bugs: Fixed an issue with extracting tar archives. Fixed an issue where the Signatures page would occasionally cause a crash. Fixed an issue where the Play action wasn’t available when a single media file was selected. Fixed an issue where Smart Extract would extract archives to the wrong location when switching tabs. Fixed an issue where tag search excluded folders when grouping by type. Fixed an issue where thumbnails would sometimes fail to refresh after a file was modified. Fixed an issue where a BitLocker-locked drive wasn’t displayed. Developers also revealed what is coming in future updates. Soon, Files Preview will get a new Tree View sidebar, allowing you to display folders in an expandable hierarchy, which is a popular way to browse deeply nested folders. Expect the feature to arrive in the preview channel in upcoming updates. You can download Files from the Microsoft Store (paid version) or its official website (free).
    • AI programs are riddled with bugs, and it's often surprising to see how little this is acknowledged. I guess it's all the rabid enthusiasm spurred by the blind investments in it because of the word "intelligence" in the nomenclature. AI has no intelligence at all, in and of itself, and it's just like any other program as it does what its programmers have told it to do, whether they like it or not, whether they realize it or not...
  • Recent Achievements

    • First Post
      DragonOfMercy earned a badge
      First Post
    • First Post
      bella52 earned a badge
      First Post
    • Reacting Well
      Techinmay earned a badge
      Reacting Well
    • Collaborator
      WndSks went up a rank
      Collaborator
    • One Month Later
      Sopa flores earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      499
    2. 2
      PsYcHoKiLLa
      209
    3. 3
      +Edouard
      156
    4. 4
      Steven P.
      84
    5. 5
      FloatingFatMan
      72
  • Tell a friend

    Love Neowin? Tell a friend!