Thread: Another: "Should I learn a certain language as a beginner" thread.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    In my head happyclown's Avatar
    Join Date
    Dec 2008
    Location
    In my head
    Posts
    391
    I've been programming in C for about 8 months, but I've now ditched in in favour of VB, because I now want to program for Windows.

    I really enjoyed C, and did put it to good use by creating little file editing utilities.

    Before you wade too deeply in C, ask yourself what is it that you ultimately want to achieve, and then ask yourself what is the right language for the job.

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Odd. I've been writing Windows GUI applications in C for the last 10 years.
    I started out with VB 6 but had to move away from it due to its "mis-integration" with the Win32 API making me feel like I had to acquire a firearm and teach people on the street about what its inflexible typecasting meant to them.

    If you're just interested in the classes aspect of languages, I've found that in most cases people aren't serious about it and end up making classes that they don't reuse, so arguably they could've implemented the same in C with separate data/functions and zero performance difference.

    I know about the basics of C++ (although I do know Java better, thanks to university bias), but it is hard to shake the C habit once you've picked it up.

    I think I need to go to rehab.

    On the plus side though, my debugging skills are first rate.
    Last edited by SMurf; 08-09-2009 at 07:22 AM. Reason: Forgot about the debugging bit

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What language to learn
    By ajrillik in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 08-15-2005, 06:36 PM
  2. How to make a thread sleep or std::recv timeout?
    By BrianK in forum Linux Programming
    Replies: 3
    Last Post: 02-26-2003, 10:27 PM
  3. Multithreading
    By Cela in forum Windows Programming
    Replies: 13
    Last Post: 01-15-2003, 03:02 PM
  4. Your Best thread and your most stupid thread ??
    By jawwadalam in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 01-03-2003, 07:41 PM
  5. Multi-Thread Programming
    By drdroid in forum C++ Programming
    Replies: 6
    Last Post: 04-04-2002, 02:53 PM