Bipul Mohanto

Avatar
  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 3
  • Created

    Which C++ compiler I am using?

    Answered
    Hi! I am using CLion on Ubuntu 22.04 LTS. I googled to find out which C++ compiler is being used as default in CLion. I know, my machine has installed GCC compiler, so is CLion by default using thi...
    • 2 followers
    • 1 comment
    • 0 votes
  • Edited

    What is the equivalent of $(ProjectDir) and $(TargetDir) in CLion and how to change?

    Answered
    Hi! I need to set my working directory points to the folder with the executable because files are searched relative to that. In Visual Studio that is the same as $(TargetDir). The default is $(Proj...
    • 2 followers
    • 3 comments
    • 0 votes
  • Edited

    ninja: build stopped: subcommand failed.

    Completed
    Hi, I cloned a public github repository that contains 10 individual projects (C++ and CMake project). each of these projects working fine. But I want to create my own project under the same configu...
    • 2 followers
    • 1 comment
    • 0 votes