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

Author Topic: programming lang  (Read 12103 times)

0 Members and 1 Guest are viewing this topic.

unlovedwarrior

    Topic Starter


    Guru

  • someday this name will be known
  • Thanked: 13
    programming lang
    « on: July 28, 2006, 04:22:30 PM »
    i dont know which lang to learn Java, Java 2, C, C++, C#

    i want to make programs for like linux os
    « Last Edit: August 02, 2006, 08:04:38 AM by unlovedwarrior »

    soybean



      Genius
    • The first soybean ever to learn the computer.
    • Thanked: 469
    • Computer: Specs
    • Experience: Experienced
    • OS: Windows 10
    Re: programming lang
    « Reply #1 on: August 02, 2006, 07:57:34 AM »
    "Java Java 2 C C++ C#".   Is that one language?  LOL   Ever user commas?

    unlovedwarrior

      Topic Starter


      Guru

    • someday this name will be known
    • Thanked: 13
      Re: programming lang
      « Reply #2 on: August 02, 2006, 08:03:06 AM »
      i barely swueezed through english.. but there different langs.

      Rob Pomeroy



        Prodigy

      • Systems Architect
      • Thanked: 124
        • Me
      • Experience: Expert
      • OS: Other
      Re: programming lang
      « Reply #3 on: August 03, 2006, 05:53:27 AM »
      For Linux, you should probably start with C.  Once you've got C sussed, you'd find the other procedural-based languages fairly easy to pick up.  C++ would be a bit more of a challenge - it is OO-based.
      Only able to visit the forums sporadically, sorry.

      Geek & Dummy - honest news, reviews and howtos

      Neil



        Expert
      • Fear me Track. Noone can escape my wrath.
      • Thanked: 3
        Re: programming lang
        « Reply #4 on: August 03, 2006, 06:45:20 AM »
        Depends if you want to program for fun, or profession.

        Blitz Basic is easier to learn and use than C, and Linux compatable.

        http://www.blitzbasic.com/Products/_index_.php

        unlovedwarrior

          Topic Starter


          Guru

        • someday this name will be known
        • Thanked: 13
          Re: programming lang
          « Reply #5 on: August 03, 2006, 08:09:10 AM »
          Quote
          C++ would be a bit more of a challenge - it is OO-based.

          what do you mean 00-based?? :-?

          Neil



            Expert
          • Fear me Track. Noone can escape my wrath.
          • Thanked: 3
            Re: programming lang
            « Reply #6 on: August 03, 2006, 09:22:28 AM »
            Object orrientated. Or whatever I can't spell.

            unlovedwarrior

              Topic Starter


              Guru

            • someday this name will be known
            • Thanked: 13
              Re: programming lang
              « Reply #7 on: August 03, 2006, 09:24:36 AM »
              oh ok.. i think im going to do programming for a hobby

              Neil



                Expert
              • Fear me Track. Noone can escape my wrath.
              • Thanked: 3
                Re: programming lang
                « Reply #8 on: August 03, 2006, 09:31:53 AM »
                Do you have any programming experiance? And what is your particular reason for wanting to program for Linux (is that your OS)?

                unlovedwarrior

                  Topic Starter


                  Guru

                • someday this name will be known
                • Thanked: 13
                  Re: programming lang
                  « Reply #9 on: August 03, 2006, 09:35:36 AM »
                  dont laugh but ive programmed in truebasic and thats pretty much it.. it is my os for my computer in my room and it will also be on my new macbook when i get it.. and couldnt i use c for in windows kinda?

                  Rob Pomeroy



                    Prodigy

                  • Systems Architect
                  • Thanked: 124
                    • Me
                  • Experience: Expert
                  • OS: Other
                  Re: programming lang
                  « Reply #10 on: August 03, 2006, 12:58:57 PM »
                  Any programming language is a good start.  I say C for Linux because it is the major programming language used for developing the operating system.  The great bulk of the kernel, drivers, libraries etc. are coded in C.  Some stuff is in C++.

                  I find object-oriented programming languages less intuitive than procedural languages, but that is very much a matter of training and personal preference.
                  Only able to visit the forums sporadically, sorry.

                  Geek & Dummy - honest news, reviews and howtos

                  Neil



                    Expert
                  • Fear me Track. Noone can escape my wrath.
                  • Thanked: 3
                    Re: programming lang
                    « Reply #11 on: August 03, 2006, 01:00:18 PM »
                    Quote
                    I find object-oriented programming languages less intuitive than procedural languages, but that is very much a matter of training and personal preference.

                    Does that mean you like it more or less? :P

                    unlovedwarrior

                      Topic Starter


                      Guru

                    • someday this name will be known
                    • Thanked: 13
                      Re: programming lang
                      « Reply #12 on: August 03, 2006, 01:01:17 PM »
                      whats the difference between the two?

                      Rob Pomeroy



                        Prodigy

                      • Systems Architect
                      • Thanked: 124
                        • Me
                      • Experience: Expert
                      • OS: Other
                      Re: programming lang
                      « Reply #13 on: August 03, 2006, 03:56:13 PM »
                      Quote
                      Does that mean you like it more or less? :P
                      Hah!  I'm too old, or dense, or both, to get on with OO.  Procedural languages harmonise better with the way I think - step by step, one thing at a time...

                      (No, I don't do parallelism and semaphores either...)
                      Only able to visit the forums sporadically, sorry.

                      Geek & Dummy - honest news, reviews and howtos

                      unlovedwarrior

                        Topic Starter


                        Guru

                      • someday this name will be known
                      • Thanked: 13
                        Re: programming lang
                        « Reply #14 on: August 03, 2006, 03:58:02 PM »
                        im still confused on the difference between the two  :-?