Where to start Programming ?

free web hosting
Free Web Hosting > Computers & Tech > How-To's and Tutorials > How to's and Tutorial Request Section (No Credits/Posting Points)

Where to start Programming ?

Lightning2000
I want to learn how to crate new programs but i dont know where to begin. Please tell me the best or easy to use program that will help me create new programs. biggrin.gif
Thanks

Reply

mastercomputers
QUOTE(Lightning2000 @ Feb 27 2006, 10:46 AM) *

I want to learn how to crate new programs but i dont know where to begin. Please tell me the best or easy to use program that will help me create new programs. biggrin.gif
Thanks


It's good that you want to learn how to create programs, that's a start. We just need to know what types of programs you'd be interested and the direction you'd take e.g is this for a career or just a hobby.

If it's for a career you must see what employers are looking for, which limits your choice of languages although these languages are still good to use.

When I started out programming, I tried a myriad of languages before settling on something I felt had a lot of potential. That was C.

If I were to choose a language now though without programming knowledge, it would probably be along the lines of learning Python fully. I think this language has potential to be bigger than what it's at now.


Cheers,


MC

 

 

 


Reply

saga
for beginners you should try to learn C first before any other language since its like the foundation of modern programming. Some other programming languages are based on C syntax, like for example Javascript and PHP. So its a good starting point to study C. Then after you learn a lot in C move to C++ for your introduction to object programming. Don't go directly to Java since it will not let you understand thouroughly about object programming. C is a very powerful language that it is used and still being use today in developing the WINDOWS operating system even the Windows XP OS.

Reply

rogeruk
VB / Pascal is a very easy language to start off with. If you cant get a grip of that then i doubt your going to learn C or C++.

PHP is quite a easy language too. .

Reply

shadow-x
I started all the way back with javascript. I think its a good way to start with something like Javascript because it will easilly let you learn the absoulte basics of programming like variables, timing, logic gates etc. Then id suggest PHP because thats the way I went and i found that php is a really fun language to learn because with languages like visual basic and C etc.. you have to think of something to program like a calculator and youll soon get bored of that, where as with php you can make things like guestbooks, logins, maybe forums if you stick with it and then use them on your websites. Then I guess step up to languages like VB and C. I think i did it wrong by using VB before learning C because im having huge difficulties learning C. Although VB is also good for understanding the fundamentals especially events in programs.

Reply

kgd2006
I remember the easiest language that I started with was "Q-BASIC" its probably the easiest lanauage out there to start with. I learned it back in highschool, which I created a little cool ping pong game with. You might consider that as your first language for motivation in writing programs, because from there it just get more difficult and more complex, well good luck to you and your journey to the land of stressful programming...haha

Reply

Vyoma
QUOTE(kgd2006 @ Apr 6 2006, 04:52 AM) *

I remember the easiest language that I started with was "Q-BASIC" its probably the easiest lanauage out there to start with. I learned it back in highschool, which I created a little cool ping pong game with. You might consider that as your first language for motivation in writing programs, because from there it just get more difficult and more complex, well good luck to you and your journey to the land of stressful programming...haha



BASIC! I remember that. I learnt it when I was a 6th or 7th grader. Yes, that gave me the basics of programming. I could code a program from a flow chart back then. It gave me a lot to think about, as I went about experimenting and creating graphical demos(4 coloured CGA graphics).

Then I moved on to C and soon I learned C++. That was where I grew my programming skills stronger, and I could do programs at intermediate to advanced levels.

Then, as a professional, I am honing my skills and I must say that there is nothing like real experience. As a job requirement, I learned Perl, ProC and PL/SQL. Starting to learn Java these days.

On a side note, I learned HTML, a bit of VBScript and JScript, and then now starting of with PHP.

Now that was me. I would say you learn C first and then you can move on to Java. On the web-development front, go for PHP after learning basics of HTML.

Reply

WotD
If your into making basic games like Mario or something, you could try Turing, its a basic programming language and is used in most highschools in grade 10.

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. start programing - 48.18 hr back. (1)
  2. where - 165.91 hr back. (1)
  3. start programming career - 190.90 hr back. (1)
  4. programming joomla - 223.47 hr back. (1)
  5. where to start programming - 66.83 hr back. (2)
Similar Topics

Keywords : programming, start

  1. Who's Logged In?
    I know how to start.. but not how to end.. (4)
  2. Introduction To Programming
    (1)
    I reently started learning programmming. I decided to start with web programming. I covered XHTML
    and CSS, and am learning PHP and MySQL along with JavaScript. I plan to move on to more advanced
    stuff like AJAX and Ruby on Rails. But I wish to start learning desktop programming as well and
    I'll either C++, Java, or Ruby. Which one is the best one to start learning? And I am also
    looking for a book that can give me a theoretical introduction to programming that is not limited to
    a single language. Something that explains how programming languages work and what high ....
  3. Friends Can't Start The Exe Files I Send :(
    (5)
    I am using visual c++ 2008. and when I send the .exe file that I created to my friend, (from the
    debug folder) he gets an error message when trying to execute it /sad.gif"
    style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> any ideas? when my friend
    tried, he said that he got the following error message: cannot execute .... And lots of PC info.
    When I create these files, I choose win32 console application (something that looks like the cmd
    when executed) please.. I really need to get this thing working Thanks //Feelay....
  4. A Few Thoughts On Freelance Programming
    Some things I've learned along the way. (9)
    I've been freelancing my PHP / Web skills for about 8 months now. It seems like every job I
    have taken is always much larger than I planned on. About 4 months ago, I answered an ad for Joomla
    Tutoring! I get to the website, take a look around and realize that something is very wrong...
    The individual that hired me to be a tutor had hired another developer to set up the new Joomla
    based site and create a new template for it. Generally speaking, if you are really good at HTML and
    CSS, you can create a Joomla template with very little PHP knowledge. At first I....
  5. Programming Games With C/c++ And Sdl
    Great tutorials (1)
    Hello, I post a link to some great tutorials at C/C++ programming with SDL. You can easily learn
    how to make a 2D cross-platform game. They're really easy-to-comprehend and well-explained.
    Link PS: I'm not an author of those! kaziorvb....
  6. Crt Monitor Puzzler. Help Appreciated
    CRT monitor keeps clicking does not start (12)
    I have NEC multisync FP912SB monitor that exhibits strange behavior. I wanted to get feedback if
    it is worth repairing/fixing it.I already have a new monitor and I was planning on giving this old
    one to charity if it can be fixed easily. Thanks 1. Few minutes after the computer goes into
    sleep mode, the monitor starts making clicking sounds. The screen still stays blank. 2. When I
    start my computer, it doesn't turn on, but keeps making the clicking sound. 3. However, it
    works if I follow the following steps: a. disconnect VGA connector, keep monitor p....
  7. A Quick Start Guide Anyone?
    (6)
    Hey, I really want to learn how to write my own scripts in PHP, but i just cant learn it properly.
    Ive looked at tutorials and such but just cant seem to grasp it:( I know the basic jist of it but
    most of the time i just dont know what to put. So basically what im asking is do any of you guys
    know any sort of tips or tricks or anywhere i could go to learn it? Btw i first want to make a
    Download system thing if you know what i mean? Thanks in advance:)....
  8. Programming C In Windows
    2 questions (8)
    Ok I usually would use Linux to program because there is a compiler (gcc), but I need to use Windows
    to program for now because of a few unexplained reasons. I need to find a compiler for Windows that
    will compile the C language. I have tried Microsoft Visual C++ Express 2008 but I find it to be way
    too bulky and hard to use. The command-line compiler is similar to gcc I guess, and it creates
    executable files for Windows, but the compiler in the actual program compiles C++ but not C for some
    reason. And it will only compile files in projects, not standalone files. In my....
  9. Poll / Debate: Is Php A Programming Language Or A Scripting Language?
    (12)
    There is an ongoing discussion about the nature of PHP that is taking place in the shoutbox, and I
    think it should be moved into a topic in its own right. People seem to be divided into 3 camps.
    Some people are saying things like: "but php is a programming language..." "it is a full-fledged
    programming language; it's actually quite similar to c++, and also offers classes, which I
    consider a powerful feature" Then again others are saying: "by official definition I would imagine,
    I don't like thinking of it as one" "someone i know is making a php bnc, but in all....
  10. C# Tutorial : Lesson 4 - Object Oriented Programming
    (2)
    Object Oriented Programming Object Oriented Programming is a methodology modeled on real
    life. It comprises of the basic unit, an object, being used in implementing a program. Think of all
    the objects around you - cars, buses, birds, trees, etc. You will find countless ones of them,
    everywhere you go. In order to tackle this huge number, we started classifying them, thus came the
    term Class. Class A class is a composition of the theoretic characteristics (attributes and
    properties) of an object and the things it can do - behaviors, methods and features. Tak....
  11. C# Tutorial : Lesson 3 - Programming Constructs
    (1)
    Conditional Branching By branching we imply, having different paths for execution.
    Conditions are used to determine which statements need to be executed. Suppose, you have a program
    to store the details of employees. Depending upon the post of the employee, there would be various
    fields associated with it. A department head, for example, would have a property denoting the
    department he heads, etc. We use conditional branching in such a scenario. C# provides the
    following conditional constructs:- if .. else Syntax:- if ( ) { statements } else { statement....
  12. Programming In Glut (lesson 6)
    Texture filters and lighting (1)
    This tutorial demonstrates how to use texture filters and will let you see the differences of each
    filter. I will also be introducing lighting into this tutorial. We first have to create our
    "bitmap.h" header file with the functions we use to load our bitmaps, this is changed from the last
    tutorial to fit the needs of this one. The first thing to do is to link all of our OpenGL libraries
    and include our needed headers for the functions we will call. CODE #pragma comment(lib,
    "opengl32.lib")//Link to the OpenGL libraries #pragma comment(lib, ....
  13. Programming In Glut (lesson 4)
    Making 3D objects (7)
    Hello, in this tutorial we will be creating a 3D pyramid. We are building this tutorial from Lesson
    3, but I took out the 2D objects and placed a 3D pyramid in there instead. The 3rd axis for drawing
    can be a litle confusing, but after you get the hand of it you'll do fine. Now when you are
    setting a 3D vertex just remember that the camera is on the positive end of the z axis. So things
    that have a more positive z axis value are closer than verteces with a more negative value. Well
    let's get started We always start by including the glut library CODE #i....
  14. Programming In Glut (lesson 1)
    The first of a series of tutorials on how to use the OpenGL Utility To (3)
    Hello, I'm starting a series on how to program in OpenGL using the OpenGL Utility Toolkit,
    a.k.a. GLUT. I chose GLUT because it is quick and easy to write, and very easy to learn. In this
    tutorial I am going to teach you how to create a basic window which we will build off of in later
    tutorials. Throughout the tutorial I will leave notes to let you know what each command does, and
    how you can modify it to fit your needs. Everything in the code section can be copied and pasted
    into your compiler and it should compile proporly, if it does not, please let me know, a....
  15. Need Help Programming With Databases (VB.NET)
    Need some help please! (9)
    Hi all, I have decided to do a major IT project on Visual Basic .Net 2005. I know some of the basics
    and know what i'm doing. But i have come asking for some help in how to program with databases.
    I was wondering if there was anyone out there that knows what they are doing and if they can help.
    All I really need to do is to make the program read several different fields and open the as one
    entry to be edited. and also to find a value in one of the entry's (like a search) and use other
    entry's in that field to input into the program. Even if you could point....
  16. How To Start A Program On Startup With Options
    (11)
    Well as I;ve said before I'm new to linux, but am learning fast, I'm trying to figure out
    how to add a program to start at fedora bootup, I need '/opt/lampp/lampp start' to start at
    bootup, I beleive I need to do something in the init.d folder but I am unsure of what should be done....
  17. Rpg Maker Xp Rgss - Ruby Discursions
    Talk about programming techniques used in the RGSS (1)
    What are the methods from the "Time" class in the RPG Maker XP. Is it native from Ruby? Since
    it's not open for editing, I don't now what are the methods I can use with it. What are the
    options I have for "comparing dates" there? ....
  18. Screensaver Problems
    It wont start (11)
    Hi I just re installed windows on my computer (I know i can hear people saying "Why Windows", but i
    need it to run certain programs) and i have encountered a problem with my screensaver. I have it
    set to load the "My Pictures" screensaver after 3 minutes. But after 3 minutes the screen saver wont
    appear!! I have also set my monitor to turn off (standby) after 5 minutes. The only thing
    that i find strange is that when i have locked the computer (e.g switch user) and it is sitting on
    the login screen, the monitor will go into standby after 5 minutes, but before th....
  19. [tutorial] Basics Of C Programming - Part 1
    (11)
    Well, I was going through a few posts on C / C++ on asta .. and found a very less C related
    subjects. I went through the entire tutorial of mastercomputers >>HERE .. It was a nice
    tutorial for guys who have a little knowledge of programming basics and want to go into hardcore
    programming. Since there was no Basic overview of what C was, i thought of writing one /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />. I wil make shure that what i
    write will be 100% accurate, but its human to error so please correct me if i am wrong. Let....
  20. Help: Adding My Videos Folder To Start Menu
    Windows XP Only (10)
    Okay, I am halfway to being able to add the My Videos Folder (the only of the special My folder I
    really use) to the start panel. For those of you who don't know what I am talking about, make
    sure you have the new XP start menu not classic, then open your start menu. The right side is the
    start panel, and it should have links to things like My Documents, My Music, My Computer, etc. The
    only one you can't add to it (you add features to it from the properties page) is the My Videos
    File. No, my method: 1) Knowing Windows as well as I do, first thing after ex....
  21. Choosing A Different Joomla Start Page
    How do I start somewhere other than Home? (5)
    I am trying to set up Joomla on this site and woud like new visitors to start at the "What We
    Sell" page rather than the Homepage. The What We Sell page is less busy and has some nice photos; I
    want them to be able to click on Home to view news and other things. I tried a 301 redirect from
    the .htaccess file to redirect index.html to
    http://mistymanor.astahost.com/index.php?o...id=19&Itemid=36 but this did not work. Visits simply
    went to index.php as normal. Any ideas?....
  22. Starting Programming
    Where to begin? (15)
    I am new to programing and I am confused about where to start. I would like to learn how to make
    programs but i hav no clue how to. Thanx....
  23. What Shall I Learn First In Programming ?
    How to begin programming ? (11)
    Hey guys i'm posting here because i've a doubt, about 1 year ago i started to develop a
    certain taste for programming, at first i tryed code Websites using Html ,then with php, then Mysql,
    and at last all together. Now i alreday finished my hardware Reparation course, but that old taste
    for programming is calling me to do other thing else besides repair hardware. Meanwhile i've
    develop taste for other several kinds of languages and i'm a bit confused because i dont know
    whitch programming language bring me future. So i wonder what programming language sha....
  24. Renaming The Start Button In Windows XP
    (9)
    To rename the start button, you will need a hex editor. My preference is UltraEdit 1. Copy the
    \windows\explore.exe file to a new name (e.g. explorer_1.exe) 2. With the hex editor,
    open that file and go to offset 412b6 3. You will see the word start with blanks between each
    letter 4. Edit it be any 5 characters or less 5. Save the file 6. Boot to DOS 7. Copy
    the existing c:\windows\explorer.exe to explorer.org 8. Copy explorer_1.exe to
    explorer.exe 9. You will also need to replace the explorer.exe in the c:\windows ....
  25. Help A Beginner Start On With Game Programming
    (8)
    I would like to make some game- no matter what but I have NO idea about programming. I only know php
    a bit, html, java script and css, but I'd like to have game not in the internet but let's
    say a real one... any idea, or progamm which might help?....
  26. Where To Start Learning Programming
    Please advise me on which language to (16)
    I am a beginer to programming i wish to know from which language should i start programming C, C++
    Is there any problem if i jump directly to vb or like please respond where can i find good beginer
    tutorials Thank you....
  27. Want To Make Your Oun PC Games Then Read This
    Come on you can start making games today (6)
    Hello, i just want to tell every one here about this game maker that i have been using for a year or
    so well it is free but you can also reg'it. you can make just about anything rpg's
    orpg's mmorpg's maze games anything and the best thing is even your grandmother could make
    games thats how easy things can be. click here for site with download of and examples that you can
    edit and change stuff the Community click here with people that will help you wit your games and
    stuff and examples and there are forum where you can request music and graphics rep....
  28. Does Anyone Code Using Turing
    A student programming language (2)
    Does anyone use Turing here? It's a Delphi/Pascal based programming language developed by
    University of Toronto and is now owned by Holt Software in Toronto. Sample: var name:string var
    input:string put "Please enter your name" get name:* cls put "Please enter your message: " ..,
    input cls put "Your name is: ", name put "Your message : ", input It should accept your name and
    show your name and message. xboxrulz....
  29. Runuo Programming
    (4)
    there is someone that know programming on runuo and ultima online? I was trying to make so that he
    could himself be created account through web but the script that I have for the game server (that he
    update the account stored in database and synchronize them with the database) gives an error to me:
    ( if someone is even than it helps me, it says to me that it does not find the data origin (i think
    the database that i specified) given that I have specified: ( perhaps mistake driver -. -....
  30. How To Save A Image In Pdf File And Download It?
    Programming script need hepl. (10)
    Can anyone tell how to save an image into a PDF file and download it without need to save it on the
    server? Thanks. All sugesstions are welcome! Wrong section. Topic moved to Software >
    Graphics & Web Design. ....

    1. Looking for programming, start

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for programming, start
Similar
Who's Logged In? - I know how to start.. but not how to end..
Introduction To Programming
Friends Can't Start The Exe Files I Send :(
A Few Thoughts On Freelance Programming - Some things I've learned along the way.
Programming Games With C/c++ And Sdl - Great tutorials
Crt Monitor Puzzler. Help Appreciated - CRT monitor keeps clicking does not start
A Quick Start Guide Anyone?
Programming C In Windows - 2 questions
Poll / Debate: Is Php A Programming Language Or A Scripting Language?
C# Tutorial : Lesson 4 - Object Oriented Programming
C# Tutorial : Lesson 3 - Programming Constructs
Programming In Glut (lesson 6) - Texture filters and lighting
Programming In Glut (lesson 4) - Making 3D objects
Programming In Glut (lesson 1) - The first of a series of tutorials on how to use the OpenGL Utility To
Need Help Programming With Databases (VB.NET) - Need some help please!
How To Start A Program On Startup With Options
Rpg Maker Xp Rgss - Ruby Discursions - Talk about programming techniques used in the RGSS
Screensaver Problems - It wont start
[tutorial] Basics Of C Programming - Part 1
Help: Adding My Videos Folder To Start Menu - Windows XP Only
Choosing A Different Joomla Start Page - How do I start somewhere other than Home?
Starting Programming - Where to begin?
What Shall I Learn First In Programming ? - How to begin programming ?
Renaming The Start Button In Windows XP
Help A Beginner Start On With Game Programming
Where To Start Learning Programming - Please advise me on which language to
Want To Make Your Oun PC Games Then Read This - Come on you can start making games today
Does Anyone Code Using Turing - A student programming language
Runuo Programming
How To Save A Image In Pdf File And Download It? - Programming script need hepl.
advertisement




Where to start Programming ?



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE