Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: my first language  (Read 7613 times)

0 Members and 1 Guest are viewing this topic.

boo

    Topic Starter


    Apprentice
  • Thanked: 1
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 8
my first language
« on: June 10, 2007, 03:31:40 PM »
what is the easiest programming language to learn and how do i do it? (learn it i mean)

Dark Blade

  • Forum Gaming Master


  • Adviser

    Thanked: 24
    • Yes
  • Experience: Experienced
  • OS: Windows XP
Re: my first language
« Reply #1 on: June 10, 2007, 11:21:17 PM »
OK, there's Batch/Command Prompt programming (very basic), or Visual Basic (more complicated, but still easier than most).

Below are a few links for each:

COMMAND PROMPT
Batch File Help
MS-DOS Help and Commands
MS-DOS Tutorial (recommended)
MS-DOS Help: Command Reference

VISUAL BASIC
Introduction to Visual Basic (recommended)
Visual Basic/C#/C++/others Downloads (offical site)
Google Results (sift through and you'll find some stuff)
« Last Edit: June 10, 2007, 11:32:35 PM by Dark Blade »

Carbon Dudeoxide

  • Global Moderator

  • Mastermind
  • Thanked: 169
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Experience: Guru
  • OS: Mac OS
Re: my first language
« Reply #2 on: June 10, 2007, 11:31:46 PM »
Hey Dark Blade, it may be your third time writing it but this is the first time i've seen it.

Dark Blade

  • Forum Gaming Master


  • Adviser

    Thanked: 24
    • Yes
  • Experience: Experienced
  • OS: Windows XP
Re: my first language
« Reply #3 on: June 10, 2007, 11:34:06 PM »
I was angry in the real world, and that was probably why I kept stuffing things up. But I think that the above is pretty sufficient.

boo

    Topic Starter


    Apprentice
  • Thanked: 1
    • Yes
    • Yes
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 8
Re: my first language
« Reply #4 on: June 11, 2007, 09:39:33 AM »
thanks
ill look it up

ghostdog74



    Specialist

    Thanked: 27
    Re: my first language
    « Reply #5 on: June 12, 2007, 08:32:34 AM »
    batch and visual basic doesn't teach you good programming concepts.I would recommend Python to you as a first language to learn.

    Neil



      Expert
    • Fear me Track. Noone can escape my wrath.
    • Thanked: 3
      Re: my first language
      « Reply #6 on: June 12, 2007, 09:10:45 AM »
      Stay away from anything DOS related. This is the 21st century afterall, so you should learn something relevent.

      boo

        Topic Starter


        Apprentice
      • Thanked: 1
        • Yes
        • Yes
      • Computer: Specs
      • Experience: Experienced
      • OS: Windows 8
      Re: my first language
      « Reply #7 on: June 12, 2007, 03:44:44 PM »
      lol
      umm is python not like DOS?
      i want to use visual basic a bit as i want to make a program with a visual basis.
      what do you think?

      Dark Blade

      • Forum Gaming Master


      • Adviser

        Thanked: 24
        • Yes
      • Experience: Experienced
      • OS: Windows XP
      Re: my first language
      « Reply #8 on: June 12, 2007, 03:46:50 PM »
      You should at least learn some DOS programming. Not so that you can make programs, but just so you can get some practice with basic programming before you move on.

      ghostdog74



        Specialist

        Thanked: 27
        Re: my first language
        « Reply #9 on: June 12, 2007, 09:56:36 PM »
        lol
        umm is python not like DOS?
        you should read up more. Python is definitely not like DOS. Python is much more.

        boo

          Topic Starter


          Apprentice
        • Thanked: 1
          • Yes
          • Yes
        • Computer: Specs
        • Experience: Experienced
        • OS: Windows 8
        Re: my first language
        « Reply #10 on: June 13, 2007, 11:29:41 AM »
        thanx guys

        Neil



          Expert
        • Fear me Track. Noone can escape my wrath.
        • Thanked: 3
          Re: my first language
          « Reply #11 on: June 13, 2007, 12:25:41 PM »
          You should at least learn some DOS programming. Not so that you can make programs, but just so you can get some practice with basic programming before you move on.

          So what would be wrong with basic programming in a modern language?

          Sidewinder



            Guru

            Thanked: 139
          • Experience: Familiar
          • OS: Windows 10
          Re: my first language
          « Reply #12 on: June 13, 2007, 06:06:07 PM »
          batch and visual basic doesn't teach you good programming concepts.

          How so?

          Just curious.  8)
          The true sign of intelligence is not knowledge but imagination.

          -- Albert Einstein

          ghostdog74



            Specialist

            Thanked: 27
            Re: my first language
            « Reply #13 on: June 13, 2007, 08:54:45 PM »
            batch and visual basic doesn't teach you good programming concepts.

            How so?

            Just curious.  8)
            well, just my $0.02. you have been with DOS for a long time ( i believe) , so i think you know why DOS is not a good tool to teach programming ( think spaghetti codes etc and you know what i mean). So am not going to talk about it. As for VB, IMO, is also not a good tool to teach programming. Little pieces of code lies here and there , hidden behind drag and drop buttons. Its doesn't really show the new learner how the whole thing is glued together and how it works(how those buttons come about, etc etc). not good with words, hope you can catch.

            ilikemycomputer



              Rookie

            • http://halescomputerservice.com/phpBB/index.php
              Re: my first language
              « Reply #14 on: June 18, 2007, 04:06:24 PM »
              I would advise VB to start off with. I started off with Batch, and can't use most of the commands with any NT based operating system >:(  like Windows 2000 or XP. Also, it may help to buy a book that goes along with the language that you pick, so you can read and learn, and also program at the same time. After you get to understand 1 language, other complex languages such as C++ should come easier to you :)

              cout << "Good luck learning a programming language  ;) "<<endl;