Welcome, Guest. Please login or register.

Author Topic: C vs C++ ... or whatever language  (Read 21881 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline bbond007

  • Hero Member
  • *****
  • Join Date: Mar 2009
  • Posts: 1517
    • Show all replies
Re: C vs C++ ... or whatever language
« on: February 07, 2018, 07:26:48 AM »
Quote from: CodePoet;835858
What was the learning curve like going from C to C++? OO scares me and I haven't really given myself enough of a chance to migrate.

Sometimes in c you are using a bunch of functions that all operate on the same struct and in c++ you can refactor that into a single object with methods.

I think its  how you approach c++

You don't have to use all of it at once.
« Last Edit: February 07, 2018, 07:32:01 AM by bbond007 »