Where do I get started? Seriously......

Discussion in 'Web Programming' started by Dakaa, Apr 7, 2007.

Where do I get started? Seriously......
  1. Unread #1 - Apr 7, 2007 at 6:06 AM
  2. Dakaa
    Joined:
    Feb 15, 2007
    Posts:
    22
    Referrals:
    0
    Sythe Gold:
    0

    Dakaa Newcomer

    Where do I get started? Seriously......

    I wanna be a programmer when I grow up, seriously, and I know nothing about programming, so where do I get started? Is it a good idea to start with writing SCAR scripts? if it is, teach me how to write SCAR scripts. I heard everybody saying C++ is the strongest program language, where and how I learn it, I'm pretty good at using computer, I just wanna start to learn something about programming. Advices please......
     
  3. Unread #2 - Apr 7, 2007 at 7:38 AM
  4. WoW Sucks
    Joined:
    Jan 21, 2007
    Posts:
    3,708
    Referrals:
    3
    Sythe Gold:
    0

    WoW Sucks Global Moderator
    Banned

    Where do I get started? Seriously......

    Start with SCAR because its the easiest, but anyhow, Moved to --> Other programming (or whatever its called) :)
     
  5. Unread #3 - Apr 7, 2007 at 8:22 AM
  6. Gofez0r
    Joined:
    Jan 21, 2007
    Posts:
    1,820
    Referrals:
    1
    Sythe Gold:
    0

    Gofez0r Guru

    Where do I get started? Seriously......

    Yea.. C++ is kinda hard for a beginner.. I suggest reading tuts about delphi to learn the basics about making SCAR scripts.. Then read around SRL manual to see about the procedures and functions it has and then start making some scripts.
     
  7. Unread #4 - Apr 7, 2007 at 11:28 AM
  8. r0b0t1
    Joined:
    Jan 23, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0

    r0b0t1 Active Member

    Where do I get started? Seriously......

    Try python if you don't want a boring beggining. Python is kinda tricky in the beggining, but is pretty fun


    Download Python
     
  9. Unread #5 - Apr 7, 2007 at 11:50 AM
  10. speljohan
    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0

    speljohan Guru
    Visual Basic Programmers

    Where do I get started? Seriously......

    do NOT pick SCAR. It's not a programming language, it's just a simplified version of Delphi. Go for something Object-Oriented like C# or Java.
     
  11. Unread #6 - Apr 15, 2007 at 5:57 PM
  12. Ratwacker
    Referrals:
    0

    Ratwacker Guest

    Where do I get started? Seriously......

    pick Batch. Its about the easiest to learn. You cant do much with it though. And with most of the other languages you can mess up your computer but with batch you can only mess it up if you put Del C:\ (deleats the c drive)
     
  13. Unread #7 - Apr 15, 2007 at 11:52 PM
  14. speljohan
    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0

    speljohan Guru
    Visual Basic Programmers

    Where do I get started? Seriously......

    but then, Batch isn't a real language. The best start is always an object-oriented language because that's what you will find useful for the rest of your life (if you choose to become a programmer).
     
  15. Unread #8 - Apr 16, 2007 at 4:43 PM
  16. night
    Joined:
    Apr 21, 2005
    Posts:
    60
    Referrals:
    1
    Sythe Gold:
    5

    night Member
    Banned

    Where do I get started? Seriously......

    Do NOT learn scar... like mentioned above it lacks many purposes and flexiblities. There are plenty of books on object oriented programming. A good beginners book is blue J, which is a visual Java object oriented prog, etc. You might wanna google it, and think about buying/or checking out if your library has it.

    If you're into webdevelopment, and writing scripts.
    http://w3schools.com/ Vey good site, (start with html)
     
  17. Unread #9 - Apr 16, 2007 at 5:00 PM
  18. speljohan
    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0

    speljohan Guru
    Visual Basic Programmers

    Where do I get started? Seriously......

    or you can find e-books on torrent sites (illegal but still). A good torrent network to search is www.torrents.to (lets you look through many websites.)
     
  19. Unread #10 - Apr 16, 2007 at 6:02 PM
  20. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Where do I get started? Seriously......

    Ratwacker, please stop posting about your del C:, it won't work.
    Sheesh.
     
  21. Unread #11 - Apr 17, 2007 at 8:33 AM
  22. Michael3455
    Joined:
    Sep 11, 2005
    Posts:
    134
    Referrals:
    0
    Sythe Gold:
    0

    Michael3455 Active Member

    Where do I get started? Seriously......

    Object Orientated code might be a bit complex to start off with, but is good to learn. Instead of learning a language where the language pretty much forces you to use OOP techniques, choose a language that supports other programming styles. Python does this well.

    It's very easy to learn (Helluva lot easier to learn then VB) and really is quite powerful.

    Whilst it's an interpreted language, and that used to mean slow as hell, speed isn't much of an issue with Python. However, when you do really need to get the best preformance possible, you can always find 5% of your code that;s taking 80% of the time (The bottleneck) and reimplement that as a c module. That way you pretty much the the ease of use, readability and Rapid design time of Python, and the quickness of C. Hell, you could probably write some ASM and chuck it in with Python if you really wanted too.

    Anyway, don't go for Batch whatever you do.
     
  23. Unread #12 - Apr 17, 2007 at 3:16 PM
  24. speljohan
    Joined:
    Apr 24, 2005
    Posts:
    1,450
    Referrals:
    3
    Sythe Gold:
    0

    speljohan Guru
    Visual Basic Programmers

    Where do I get started? Seriously......

    the basics of object oriented programming isn't very hard to understand at all.
     
< [PHP help] Direct upload | New to a Weblanguage (HTML, javascript...)? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site