Software Alternatives & Reviews

Back into C++ in 2021: First Week

Vcpkg Google Test
  1. 1
    C++ Library Manager for Windows, Linux, and macOS
    Pricing:
    • Open Source
    VCPKG is the package manager that Microsoft is working on, and they have some cool tools in the pipeline, like a manifest file, like what packages.json does for node/javascript. At the moment though they suggest to use gitsubmodules like so.

    #Package Manager #Front End Package Manager #Windows Tools 24 social mentions

  2. Google Test is a unit testing for C++ programming language that is based on xUnit architecture.
    Unit tests are weird It seems also really weird that the unit test lib, how to add them, how to work with them is not too well documented for newbies. I tried GTest and Catch2, but so far I have spent most of the time configuring the tools rather than actually writing tests, which is annoying.

    #HR #Attendance Management Software #Unit Testing Frameworks 21 social mentions

Discuss: Back into C++ in 2021: First Week

Log in or Post with