Conversation

Notices

  1. C++

    Monday, 14-Jul-14 07:06:28 UTC from Choqok
    1. @broniebrown I prefer C. But for object oriented programming, C++ is okay.

      Monday, 14-Jul-14 07:08:53 UTC from web
      1. @caret7 I had to program with MPI that is written in C. The lack of overloading functions and namespaces and templates it makes programming more a chore than it needs to be.

        Monday, 14-Jul-14 07:12:43 UTC from Choqok
        1. @broniebrown I usually program with the goal that a program should be as simple as possible to work, but nothing more. What was the MPI for?

          Monday, 14-Jul-14 07:14:59 UTC from web
          1. @caret7 "Message Passing Interface". It is used for parallel programming on computing clusters.

            Monday, 14-Jul-14 07:17:27 UTC from Choqok