Closed Thread
Results 1 to 10 of 10

Thread: Can't decide on a language

  1. #1
    Join Date
    Oct 2008
    Location
    London
    Posts
    16
    Rep Power
    0

    Can't decide on a language

    Well I began learning VB.NET a few weeks ago, I've got a (pretty bad) Book which hasn't really taught me anything, but that doesn't matter.
    The thing is, is that even though I like Visual Basic because it's very easy to make Windows apps/programs, it doesn't even feel like a real language.

    If you've coded in VB before you should know what I mean... too much fancy GUI's and not much coding. I usually spend much more time changing my fonts/colors than coding. Which is not good.
    So I'm thinking of switching to another language, a easy and powerful language that won't let me down. I'll continue learning VB.NET, but not as much.

    I'd go for C++, but it's just a little too complicated for now.
    Maybe Python? It sounds like a good and easy language to start off with. Other than that I don't know what to do and need some advice.

    *I want to create all kinds of windows applications, whatever comes to my head, including Kernel stuff*

    What do you guys think?
    Thanks

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

     
  3. #2
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Re: Can't decide on a language

    Lol, I know.. C++ sounds good, but don't think it's easy.. Windows apps could be a bit tricky (using WinAPI etc) for a beginner, but you could get Qt, or a similar library, to help ya on that. You sure do real programming with it, though If you think it's too hard, download a "C++ for dummies" - book.. I'm serious, it always helps beginners Very basic spoonfeeding... Then move on to another C++ book and go wild. I bet you'll manage.

    Alternatives? Well, you got C, but that's perhaps not what you're looking for. They say Python is a good language, but I have never tried it and can't comment on that. Good luck
    Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  4. #3
    Join Date
    Oct 2008
    Location
    London
    Posts
    16
    Rep Power
    0

    Re: Can't decide on a language

    Quote Originally Posted by marwex89 View Post
    Lol, I know.. C++ sounds good, but don't think it's easy.. Windows apps could be a bit tricky (using WinAPI etc) for a beginner, but you could get Qt, or a similar library, to help ya on that. You sure do real programming with it, though If you think it's too hard, download a "C++ for dummies" - book.. I'm serious, it always helps beginners Very basic spoonfeeding... Then move on to another C++ book and go wild. I bet you'll manage.

    Alternatives? Well, you got C, but that's perhaps not what you're looking for. They say Python is a good language, but I have never tried it and can't comment on that. Good luck
    Ok thanks, well I guess it's C++ then. I keep seeing it EVERYWHERE I look on the Internet. C++ this, C++ that haha.
    It's also used for game development, which I'd definitely try some day.

  5. #4
    Join Date
    Jul 2008
    Location
    Somewhere that is shorter to write than "In the gloomy shadows of my personal namespace"
    Posts
    10,725
    Blog Entries
    2
    Rep Power
    90

    Re: Can't decide on a language

    It is a great language, for sure..
    Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

  6. #5
    Jordan Guest

    Re: Can't decide on a language

    You can also use C++.NET. You would have VS GUI/IDE that you are use to and learn C++.

  7. #6
    Join Date
    Oct 2008
    Location
    London
    Posts
    16
    Rep Power
    0

    Re: Can't decide on a language

    Quote Originally Posted by Jordan View Post
    You can also use C++.NET. You would have VS GUI/IDE that you are use to and learn C++.
    Hmm I didn't really know that's possible, thanks. I think I've got one of those Visual C++ on a CD that came with this VB book I have.

  8. #7
    Jordan Guest

    Re: Can't decide on a language

    You can download Visual Studio C++ Express edition free. Check the download section here: MS Downloads

  9. #8
    Join Date
    Oct 2008
    Location
    London
    Posts
    16
    Rep Power
    0

    Re: Can't decide on a language

    Thanks. I've already got all of them (Visual C, C++, Java, Basic etc) on that CD though, so it's ok. I'll get it tomorrow - have to go to sleep now.

  10. #9
    KeilanS's Avatar
    KeilanS is offline Programming Professional
    Join Date
    Oct 2008
    Location
    Canada
    Posts
    211
    Rep Power
    15

    Re: Can't decide on a language

    I started learning C++ with this series of tutorials:

    Cprogramming.com - Programming Tutorials: C++ Made Easy and C Made Easy

    They are very helpful, and better than many books I've read. C++ isn't THAT tricky so far, and I'm told once you tackle C++, you're set for everything else.

    Good luck, and don't give up! I started and quit learning C++ about 3 times before I started taking a course on it, and it's a blast.

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

    Re: Can't decide on a language

    C++ doesn't have to be absorbed all at once (no one does). You can learn the basics of data processing with little effort, then move on to classes, templates, and finally a GUI toolkit.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I can't decide.
    By TheLifelessOne in forum General Programming
    Replies: 5
    Last Post: 02-13-2010, 03:03 PM
  2. New Laptop, You Decide!
    By SterAllures in forum The Lounge
    Replies: 14
    Last Post: 06-01-2009, 09:55 AM
  3. Trying to decide how to do this...
    By Someonespecial in forum PHP Development
    Replies: 1
    Last Post: 04-01-2009, 01:40 PM
  4. Can't decide between C++ and VB.NET 9
    By Sniped Sniper in forum General Programming
    Replies: 6
    Last Post: 11-27-2008, 11:51 AM
  5. Decide what to do if a function succeed or not
    By Alhazred in forum Visual Basic Programming
    Replies: 1
    Last Post: 01-15-2008, 12:20 PM

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