ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. c++
    Log in to post
    • All categories
    • mlnewsM

      Microsoft Languages Picking Up Steam

      Watching Ignoring Scheduled Pinned Locked Moved News visualbasic c++ infoworld
      3
      1 Votes
      3 Posts
      1k Views
      scottalanmillerS

      .NET is great as a platform and C# is great as a language. F# is really sweet too. Microsoft has great language tools, in general. Since MS started off pretty much as a language company before anything else this is a bit of their wheelhouse.

    • lanceL

      C++ Creating a for loop to output a multiple multi-dimensional arrays.

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion c++ arrays multi-demensional loops for
      2
      0 Votes
      2 Posts
      1k Views
      lanceL

      I ended up finding that if I add another for statement and nested in the first for loop and then cout some blank spaces I was able to achieve what I was looking to do. Below is what I had to do.

      for(i = 0; i < num_rows; i++) { for(j = 0; j < num_cols_1; j++) { // print j'th element in i'th row of array 1 } // print some spaces for(j = 0; j < num_cols_2; j++) { // print j'th element in i'th row of array 2 } }
    • lanceL

      Microsoft makes older C++ compiler / headers available just for python

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion c++ python
      1
      1 Votes
      1 Posts
      869 Views
      No one has replied
    • lanceL

      CLion, the new C/C++ IDE from JetBrains

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion ide c++
      3
      1 Votes
      3 Posts
      2k Views
      Reid CooperR

      Looks like a great tool for C developers. Not a lot of really modern C IDEs being made these days.

    • 1 / 1