Closed Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Where should I start?

  1. #1
    Join Date
    Nov 2008
    Location
    Indianapolis, Indiana
    Posts
    13
    Rep Power
    0

    Question Where should I start?

    I wish to learn programming but I am lost where to start, everyone says I should start somewhere else but I can't decide...
    I Mostly use Windows XP, I should be able to obtain a linux OS by January
    I took 6 months of web design last year
    I' leaning towards a C programming language be it C, C++, or C#
    I'd like to learn a language that is cross platform

    Thanks for any insight you all may have!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Where should I start?

    If you like C languages I would suggest you learn C++. C++ offers OOP that is lacking in C and if you know C++ you can learn C# fairly easy. You may want to start with a programming theory type book/tutorial first.

  4. #3
    Join Date
    Nov 2008
    Location
    Indianapolis, Indiana
    Posts
    13
    Rep Power
    0

    Re: Where should I start?

    Quote Originally Posted by Jordan View Post
    If you like C languages I would suggest you learn C++. C++ offers OOP that is lacking in C and if you know C++ you can learn C# fairly easy. You may want to start with a programming theory type book/tutorial first.
    Alight, where would I find one?

  5. #4
    Jordan Guest

    Re: Where should I start?

    Not sure about the tutorials but you can find several on Amazon - just search for programming theory.

  6. #5
    Join Date
    Nov 2008
    Location
    Indianapolis, Indiana
    Posts
    13
    Rep Power
    0

    Re: Where should I start?

    Does it matter which type, or is it all mostly the same?

  7. #6
    ooisootuck is offline Learning Programmer
    Join Date
    Oct 2008
    Location
    Malaysia
    Posts
    36
    Rep Power
    0

    Re: Where should I start?

    Whichever language you choose, it has to be object-oriented programming language.

  8. #7
    Join Date
    Oct 2008
    Posts
    4,060
    Blog Entries
    6
    Rep Power
    45

    Re: Where should I start?

    Thats just looking for a flame war ooisootuck you should at least explain your point of view Posted via CodeCall Mobile

  9. #8
    ooisootuck is offline Learning Programmer
    Join Date
    Oct 2008
    Location
    Malaysia
    Posts
    36
    Rep Power
    0

    Re: Where should I start?

    OOP has way too many features than languages that does not implement OOP, I think

  10. #9
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: Where should I start?

    C++ or Java would be my suggestion, as they are both more powerful than C and are natively cross-platform (C# requires Mono to be cross-platform). Bruce Eckell has Thinking in [language] books available for free for both C++ and Java. Regardless of which language you choose, I recommend taking time with the boring basics. There are some fantastic programs written in C++ and Java, but they are not always easy to write.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  11. #10
    Join Date
    Nov 2008
    Location
    Indianapolis, Indiana
    Posts
    13
    Rep Power
    0

    Re: Where should I start?

    Quote Originally Posted by WingedPanther View Post
    C++ or Java would be my suggestion, as they are both more powerful than C and are natively cross-platform (C# requires Mono to be cross-platform). Bruce Eckell has available for free for both C++ and Java. Regardless of which language you choose, I recommend taking time with the boring basics. There are some fantastic programs written in C++ and Java, but they are not always easy to write.
    Thank you!
    is there a way to make GUIs in C++?
    Doesn't really matter just curious

Closed Thread
Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 10-30-2010, 09:38 AM
  2. Replies: 2
    Last Post: 05-28-2010, 01:09 AM
  3. Where to start??
    By Yang in forum General Programming
    Replies: 1
    Last Post: 05-22-2010, 04:30 PM
  4. I'd like to start learning databases, where should I start?
    By roniy in forum Database & Database Programming
    Replies: 2
    Last Post: 05-13-2010, 08:29 AM
  5. How to start this?
    By Whitey in forum PHP Development
    Replies: 12
    Last Post: 06-16-2008, 08:20 AM

Tags for this Thread

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