Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. how can i start ???

how can i start ???

Scheduled Pinned Locked Moved The Lounge
question
18 Posts 12 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z zidan911

    how can i start in programming ??????????

    zidan

    M Offline
    M Offline
    Maximilien
    wrote on last edited by
    #3

    by going to school, reading books, web sites, ... Start with simple "hello world" programs, then learn from that, try to focus on simple things before, like how to structure your thoughts and how to structure your small programs to make them easy to understand and make them easier to update and increase their complexity.

    Maximilien Lincourt Your Head A Splode - Strong Bad

    T 1 Reply Last reply
    0
    • Z zidan911

      how can i start in programming ??????????

      zidan

      S Offline
      S Offline
      snorkie
      wrote on last edited by
      #4

      You can't, all the current positions have been filled. Hogan

      1 Reply Last reply
      0
      • Z zidan911

        how can i start in programming ??????????

        zidan

        T Offline
        T Offline
        TheGeneral69
        wrote on last edited by
        #5

        the same way we all did. buy a vic-20, and start typing in programs from compute! magazine.

        A 1 Reply Last reply
        0
        • T TheGeneral69

          the same way we all did. buy a vic-20, and start typing in programs from compute! magazine.

          A Offline
          A Offline
          Aaron VanWieren
          wrote on last edited by
          #6

          Or a commodore!! I loved that magazine till it became PC Home Comuputing! :laugh: Geez, the old days. Even worse, get yourself a copy of vb6 and several books for a buck at any used store and go to town!

          _____________________________________________________________________ Our developers never release code. Rather, it tends to escape, pillaging the countryside all around. The Enlightenment Project (paraphrased comment) Visit Me at GISDevCafe

          T 1 Reply Last reply
          0
          • M Maximilien

            by going to school, reading books, web sites, ... Start with simple "hello world" programs, then learn from that, try to focus on simple things before, like how to structure your thoughts and how to structure your small programs to make them easy to understand and make them easier to update and increase their complexity.

            Maximilien Lincourt Your Head A Splode - Strong Bad

            T Offline
            T Offline
            Thunderbox666
            wrote on last edited by
            #7

            Maximilien wrote:

            Start with simple "hello world" programs

            Just out of curiosity, does anyone know where the "Hello World" program came from, and why it is so popular? You could just as easily say "Hello Bob" or something completly different. Why "Hello World"?


            "There are three sides to every story. Yours, mine and the truth" ~ unknown

            M 1 Reply Last reply
            0
            • Z zidan911

              how can i start in programming ??????????

              zidan

              P Offline
              P Offline
              Pete OHanlon
              wrote on last edited by
              #8

              I'll let you into a secret. All programming breaks down ultimately into 3 things. Programs have: Direction - i.e. they have a start, middle and end. Iteration - they can loop around and do things again and again. Decision - all but the most trivial program will make decisions at some point, i.e. if this is true then do this else do that. Everything else is just learning how to apply this. Now, read as much as you can about programming - don't limit yourself. Download a programming language or two to learn, there are numerous freely available ones; even the more popular ones such as C# or VB.NET. Then get some tutorials and follow them through. Congratulations and welcome to the weird and wonderful world of development.

              Deja View - the feeling that you've seen this post before.

              My blog | My articles

              A 1 Reply Last reply
              0
              • P Pete OHanlon

                I'll let you into a secret. All programming breaks down ultimately into 3 things. Programs have: Direction - i.e. they have a start, middle and end. Iteration - they can loop around and do things again and again. Decision - all but the most trivial program will make decisions at some point, i.e. if this is true then do this else do that. Everything else is just learning how to apply this. Now, read as much as you can about programming - don't limit yourself. Download a programming language or two to learn, there are numerous freely available ones; even the more popular ones such as C# or VB.NET. Then get some tutorials and follow them through. Congratulations and welcome to the weird and wonderful world of development.

                Deja View - the feeling that you've seen this post before.

                My blog | My articles

                A Offline
                A Offline
                Aaron VanWieren
                wrote on last edited by
                #9

                You forgot Google on the list!

                _____________________________________________________________________ Our developers never release code. Rather, it tends to escape, pillaging the countryside all around. The Enlightenment Project (paraphrased comment) Visit Me at GISDevCafe

                P 1 Reply Last reply
                0
                • A Aaron VanWieren

                  You forgot Google on the list!

                  _____________________________________________________________________ Our developers never release code. Rather, it tends to escape, pillaging the countryside all around. The Enlightenment Project (paraphrased comment) Visit Me at GISDevCafe

                  P Offline
                  P Offline
                  Pete OHanlon
                  wrote on last edited by
                  #10

                  I also didn't put Don't Post Programming Questions In The Lounge; I'll save those flames for later on.

                  Deja View - the feeling that you've seen this post before.

                  My blog | My articles

                  1 Reply Last reply
                  0
                  • A Aaron VanWieren

                    Or a commodore!! I loved that magazine till it became PC Home Comuputing! :laugh: Geez, the old days. Even worse, get yourself a copy of vb6 and several books for a buck at any used store and go to town!

                    _____________________________________________________________________ Our developers never release code. Rather, it tends to escape, pillaging the countryside all around. The Enlightenment Project (paraphrased comment) Visit Me at GISDevCafe

                    T Offline
                    T Offline
                    TheGeneral69
                    wrote on last edited by
                    #11

                    the commodore vic-20 was the predecessor to the commodore 64 (which i believe is what you are referring too). all that power in a c-64, with all that memory and 9 hardware sprites, would be too much for a newbie.

                    A 1 Reply Last reply
                    0
                    • Z zidan911

                      how can i start in programming ??????????

                      zidan

                      J Offline
                      J Offline
                      Josh Smith
                      wrote on last edited by
                      #12

                      If you really love it, just have fun learning a language and writing code. It will all flow from there. If you do not really love it, why bother?

                      :josh: My WPF Blog[^] All of life is just a big rambling blog post.

                      P 1 Reply Last reply
                      0
                      • J Josh Smith

                        If you really love it, just have fun learning a language and writing code. It will all flow from there. If you do not really love it, why bother?

                        :josh: My WPF Blog[^] All of life is just a big rambling blog post.

                        P Offline
                        P Offline
                        Pete OHanlon
                        wrote on last edited by
                        #13

                        Josh Smith wrote:

                        If you do not really love it, why bother?

                        I do it for the chicks and the machismo. Why do you do it?

                        Deja View - the feeling that you've seen this post before.

                        My blog | My articles

                        1 Reply Last reply
                        0
                        • T Thunderbox666

                          Maximilien wrote:

                          Start with simple "hello world" programs

                          Just out of curiosity, does anyone know where the "Hello World" program came from, and why it is so popular? You could just as easily say "Hello Bob" or something completly different. Why "Hello World"?


                          "There are three sides to every story. Yours, mine and the truth" ~ unknown

                          M Offline
                          M Offline
                          Mustafa Ismail Mustafa
                          wrote on last edited by
                          #14

                          Kernighan started it. http://en.wikipedia.org/wiki/Hello_world[^]

                          "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

                          T 1 Reply Last reply
                          0
                          • T TheGeneral69

                            the commodore vic-20 was the predecessor to the commodore 64 (which i believe is what you are referring too). all that power in a c-64, with all that memory and 9 hardware sprites, would be too much for a newbie.

                            A Offline
                            A Offline
                            Aaron VanWieren
                            wrote on last edited by
                            #15

                            Ah, but if they got the standard floppy drive, they would learn the joys of constantly opening up the drive and putting the belt back on the spinner! Or better yet, they would continuously try to use a tape drive and go mad from the experience! ;P I wonder how many people on here came from this similar back ground? Aaron

                            _____________________________________________________________________ Our developers never release code. Rather, it tends to escape, pillaging the countryside all around. The Enlightenment Project (paraphrased comment) Visit Me at GISDevCafe

                            1 Reply Last reply
                            0
                            • M Mustafa Ismail Mustafa

                              Kernighan started it. http://en.wikipedia.org/wiki/Hello_world[^]

                              "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook "There is no wealth like knowledge, no poverty like ignorance." Ali ibn Abi Talib "Animadvertistine, ubicumque stes, fumum recta in faciem ferri?"

                              T Offline
                              T Offline
                              Thunderbox666
                              wrote on last edited by
                              #16

                              I was hoping for something more... um... worthwhile lol... i mean that was boring lol


                              "There are three sides to every story. Yours, mine and the truth" ~ unknown

                              1 Reply Last reply
                              0
                              • Z zidan911

                                how can i start in programming ??????????

                                zidan

                                L Offline
                                L Offline
                                leppie
                                wrote on last edited by
                                #17

                                zidan911 wrote:

                                how can i start

                                At the beginning :)

                                xacc.ide - now with IronScheme support
                                IronScheme - 1.0 alpha 1 out now

                                1 Reply Last reply
                                0
                                • Z zidan911

                                  how can i start in programming ??????????

                                  zidan

                                  N Offline
                                  N Offline
                                  NormDroid
                                  wrote on last edited by
                                  #18

                                  don't

                                  WPF - Imagineers Wanted Follow your nose using DoubleAnimationUsingPath

                                  1 Reply Last reply
                                  0
                                  Reply
                                  • Reply as topic
                                  Log in to reply
                                  • Oldest to Newest
                                  • Newest to Oldest
                                  • Most Votes


                                  • Login

                                  • Don't have an account? Register

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • World
                                  • Users
                                  • Groups