Bipul Mohanto
- 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?
AnsweredHi! 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... -
Edited What is the equivalent of $(ProjectDir) and $(TargetDir) in CLion and how to change?
AnsweredHi! 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... -
Edited ninja: build stopped: subcommand failed.
CompletedHi, 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...