Bipul Mohanto
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Bipul Mohanto created a post, AnsweredWhich C++ compiler I am using?
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... -
Bipul Mohanto commented, -
Bipul Mohanto created a post, AnsweredWhat is the equivalent of $(ProjectDir) and $(TargetDir) in CLion and how to change?
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... -
Bipul Mohanto created a post, Completedninja: build stopped: subcommand failed.
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...