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

      News
      • visualbasic c++ infoworld • • mlnews
      3
      1
      Votes
      3
      Posts
      1.2k
      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.

      Developer Discussion
      • c++ arrays multi-demensional loops for • • lance
      2
      0
      Votes
      2
      Posts
      1.4k
      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

      Developer Discussion
      • c++ python • • lance
      1
      1
      Votes
      1
      Posts
      862
      Views

      No one has replied

    • lanceL

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

      Developer Discussion
      • ide c++ • • lance
      3
      1
      Votes
      3
      Posts
      1.6k
      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