Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: How To Code A Program?

  1. #1
    Poster
    Join Date
    Jun 2003
    Location
    Greenock, Scotland
    Posts
    2,646
    What's the best program to code a program? And what's a good site that can help me learn the best programming langauge?

  2. Software & Hardware   -   #2
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    I have no clue about programming - but i came across
    a prog called Neobook - makes programs for you in a simpler way
    dont be fooled by the outof date interface
    get the old version-its free and does the same

  3. Software & Hardware   -   #3
    BANNED
    Join Date
    Jul 2003
    Location
    Guatemala
    Posts
    4,044
    First off you need to know what programming language you want to learn. There are MANY to learn (Pascal, Basic, C, C++, Java, Scheme..... etc, etc, big ETC).

    So it comes down to WHAT programs you want to make, for what environment, etc.

    If you don't want to code, you can get MS Visual Basic and try some stuff there. It's entertaining

  4. Software & Hardware   -   #4
    Poster
    Join Date
    Jun 2003
    Location
    Greenock, Scotland
    Posts
    2,646
    I don't know I just want to learn something while im not at school. So what's the best langauge to learn? and is it hard?

  5. Software & Hardware   -   #5
    Keikan's Avatar ........
    Join Date
    Apr 2003
    Location
    Edmonton (Not Enfield)
    Age
    34
    Posts
    3,743
    http://msdn.microsoft.com/vbasic/

    and download Visual Basic
    Ohh noo!!! I make dribbles!!!

  6. Software & Hardware   -   #6
    Poster
    Join Date
    Jun 2003
    Location
    Greenock, Scotland
    Posts
    2,646
    Which one? All I can see are updates.

  7. Software & Hardware   -   #7
    Poster
    Join Date
    Dec 2003
    Age
    47
    Posts
    759
    I have Borland Delphi 6 Personal Edition, but I don't have a clue how to work with it.

    The only thing that have managed to make is a window with a "close" button and it woks

    I've tried some HTML and JAVA command lines , like:

    Code:
    window.close&#59;
    B)


  8. Software & Hardware   -   #8
    Poster
    Join Date
    Jun 2003
    Location
    Greenock, Scotland
    Posts
    2,646
    How about...

    window.maximize;
    window.minimize;

    are those real?

  9. Software & Hardware   -   #9
    Robert00000's Avatar Interweb Fantasist BT Rep: +1
    Join Date
    Dec 2003
    Age
    21
    Posts
    1,511
    Originally posted by DWk@30 January 2004 - 11:05
    First off you need to know what programming language you want to learn. There are MANY to learn (Pascal, Basic, C, C++, Java, Scheme..... etc, etc, big ETC).

    So it comes down to WHAT programs you want to make, for what environment, etc.

    If you don't want to code, you can get MS Visual Basic and try some stuff there. It's entertaining
    I've tried visual basic and it seems easy to learn. Unfortunately i don't have the time otherwise i would have tried creating my own application with it.
    Robert00000

  10. Software & Hardware   -   #10
    Poster
    Join Date
    Feb 2003
    Location
    Boston, MA
    Posts
    330
    I would say it all depends on how serious you are about programming. If you just want to make a quick application Visual Basic is the way to go. It eliminates the need to know GUI components and generally regarded by most people a very easy language.

    If you're more serious about things I suggest you learn something like Java or C++, or even C if you're even more adventurous. VB is going to be the easy to pick up however it won't give you great programming skills. It can't hurt to start simple though B)

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •