Thread: a few questions

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    43

    a few questions

    i just wanted to know how did most of you get into programming?
    how did you learn?
    and what programming languages do you know?

  2. #2
    Registered User eam's Avatar
    Join Date
    Oct 2003
    Posts
    53
    I first started programming with mIRC because I wanted to make an IRC bot. Then I decided to start learn C++, I don't remeber why.

    Right now I know C/C++, mIRC, PHP, and HTML. I learned a few other along the way but never stuck with them.

    I learn by reading and asking questions. The best book I've read for starting with C++ is C++ How to Program.

  3. #3
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    As this isnt really a specific programming thread, I moved it to GD.

  4. #4
    Registered User
    Join Date
    Feb 2002
    Posts
    465
    i first started because i was working as a tech for a computer company and my boss was working on developing this software package for inventory and customer file maintinance for businesses. he wanted to get some of his techs into programming to help with the project and i was selected.

    i didnt have much programming experience before that, so i decided to start learning an all purpose language. i picked C++, and most of my learning was done here on these boards, asking stupid questions and getting confusing answers.
    I came up with a cool phrase to put down here, but i forgot it...

  5. #5
    Master of the Universe! velius's Avatar
    Join Date
    Sep 2003
    Posts
    219
    I started learning C++ more than five years ago to write games. I then found out how difficult a one man game making company is. So I also picked up the sub set to C++ C, and JavaScript. I also learned how to create web pages by hand. Now I'm working on learning Java only because the CS curiculum requires me to learn it. I learned everything I know from books and on my own. I never really cared for asking questions unless I absolutly could not figure out the problem.
    While you're breakin' down my back n'
    I been rackin' out my brain
    It don't matter how we make it
    'Cause it always ends the same
    You can push it for more mileage
    But your flaps r' wearin' thin
    And I could sleep on it 'til mornin'
    But this nightmare never ends
    Don't forget to call my lawyers
    With ridiculous demands
    An you can take the pity so far
    But it's more than I can stand
    'Cause this couchtrip's gettin' older
    Tell me how long has it been
    'Cause 5 years is forever
    An you haven't grown up yet
    -- You Could Be Mine - Guns N' Roses

  6. #6
    ___
    Join Date
    Jun 2003
    Posts
    806
    I learned programming at first because I wanted to be some uber hacker or some $$$$. Then I learned making programs is a thousand times more rewarding and fun. I learned by buying 5 different books on C and C++. One book on HTML, 3 on Java, 1 online about PHP. And some others. Then I spend all my time on places like this and reading about stuff I never learned yet on the forums. Then when I find someone posting source code, I pop it into my compiler and see what it does then try to break it down in my mind.

    I currently know or have a nice grasp of.

    C, C++, HTML, Java, Javascript, BASIC and I'm trying to learn how to code in FORTRAN for no particular reason.
    "When I die I want to pass peacefully in my sleep like my grandfather did, not screaming and yelling like the passengers in his car."

  7. #7
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949
    What eventually led me to C++ and other languages was a 3 hour class I took about HTML. After that, I spend about a year with HTML and Javascript. I read a book on C++, but it left no impression on me, and I hardly remembered anything. I picked up a book on Java, and read over it thoroughly. After I got quite a few more things into my head, I looked at C++ again and mastered it VERY quickly. Along the way, I learned PHP, Perl, QBasic, BASIC, Visual Basic, about XML and XSLT. I really don't know where, but I just checked and I have books on some of them. Huh.
    Do not make direct eye contact with me.

  8. #8
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    I started programming in 8th grade because me and my friends wanted to make games and be famous game developers. (Dont we all?). We all took the beginning computer course at our middle school which taught Logo and BASIC.

    I am now a freshman in college.

    I am fluent in C, C++, Java, BASIC, and Logo. I also know a good amount of Assembly. And there is some Pascal and Lisp mixed in there as well, but I do not know those languages very well.
    My Website

    "Circular logic is good because it is."

  9. #9
    Registered User
    Join Date
    Nov 2003
    Posts
    43
    cool i always wanted to make websites so i learnt html witch took about 2 weeks to master, i wanted to get into programming so i was told C++ is a good place to start so im trying to learn off the tutorials on this site on others

  10. #10
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    In my case, I was trying to figure out how did someone make the whole forum scroll across the screen in some game.

    I found out it was an "imaginative" use of the *chokes* marquee tag.
    I went on to learn more html, of course.

    Later I wondered how those people made their websites do funny things, and went on to learn javascript.

    After that, there was the problem of creating an online form.
    HTML wasnt enough (didnt want it to go through email), I couldnt figure out how to do it with JS, and so messed around with some Perl scripts.
    It didnt work out, then I chanced upon PHP.
    Naturally, I absorbed it, and learnt some SQL in the process to help me work with a mysql database.

    Eventually, I decided to take Computing as one of the subjects to offer for my GCE 'A' level exams, and in the process learnt C++.

    The programming languages (going by a loose definition) I know would then be C/C++, PHP, some Perl, and maybe javascript.

  11. #11
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    >QBasic, BASIC, Visual Basic

    I am sorry....but this is just one of my pet peeves...

    I hate it when people refer to these as seperate languages.

    They all use the same computer language. They are all BASIC interpreters/compilers.

    Visual Basic is not its own language. It is a compiler for the BASIC language. QBasic is the same way.


    That is like me saying: Now I know Borland C++ Builder, Turbo C++, Visual C++, and GCC.

    Good for me??? They are all C/C++ compilers. The interfaces might be different. The API's and standards used in each might be different. But they all use the C/C++ languages.

    The same goes for Visual Basic, Power Basic, QBasic, FirstBasic, GamesBasic, and DarkBasic, and any other Basic compiler you find out there.

    They all use the Basic language. They are all Basic compilers. Some of them are just equipped with more features, different API's, etc. Just like C++ compilers.
    My Website

    "Circular logic is good because it is."

  12. #12
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    I started programming when I discovered my university's mainframe produced nicely formatted scatter diagrams from statistical data with far less effort from me than the previous technique I was using, i.e. it was simple laziness.

    I program mostly with C/C++ now but have a high level of expertise with Fortran and Pascal, and reasonable experience with assemblers, Basics, Cobol, Coral etc...
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  13. #13
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    long time ago in a galaxy far far away. i fuond out everyday normal people like us can make websites. i did so on angelfire.com and learned HTML and all that. i never had a clue what kind of website to make. but i kept making websites! a new one everyweek. then im like HEY i wanna make games. and this guy i knew online who made games and got me into the idea pointed me towards C++, he said i should learn BASIC first so i did that. I also worked wiht macormedia flash too and learned that. i know now

    HTML
    C++
    BASIC
    Javascript
    Actionscript (flash)
    Java
    OpenGL
    some DirectX (if you consider OGL and DTX languages)
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. questions....so many questions about random numbers....
    By face_master in forum C++ Programming
    Replies: 2
    Last Post: 07-30-2009, 08:47 AM
  2. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  3. Several Questions, main one is about protected memory
    By Tron 9000 in forum C Programming
    Replies: 3
    Last Post: 06-02-2005, 07:42 AM
  4. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  5. questions questions questions.....
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-14-2001, 07:22 AM