Results 1 to 2 of 2

Thread: Moving to C++ from C

  1. #1
    At one with the weasels
    Join Date
    Jul 2003
    Location
    Location: Location:
    Posts
    264
    Thanks
    0
    Thanked
    0 times in 0 posts

    Moving to C++ from C

    How easy is it to migrate my knowledge of C to C++? I'm a proficent C programmer and have experience with BASIC as well, I am also well versed in pascal. When it comes to code layout and design I have no problems so I'm talking more about the physical differences between C and C++
    [WARNING] May contain trace levels of sarcasm

    [SIZE=2][FONT=Verdana]A[SIZE=2]mbition is a poor excuse for not having enough sense to be lazy

  2. #2
    Goat Boy
    Join Date
    Jul 2003
    Location
    Alexandra Park, London
    Posts
    2,428
    Thanks
    0
    Thanked
    0 times in 0 posts
    IMHO it's a LOT of work. If you have never programmed anything in an object oriented fashion it's quite a lot to get your head round. It's defintely worth it though, I would say.

    Is there a reason why you want to migrate to C++? Java is a lot cleaner, has the same C style syntax and a much larger, standardised API.

    I've written both in the past few years and can 100% say that it would be easier to learn Java than it would be to learn C++
    "All our beliefs are being challenged now, and rightfully so, they're stupid." - Bill Hicks

Thread Information

Users Browsing this Thread

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

Posting Permissions

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