Dariusz Makowski

- Total activity 122
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 37
-
Edited Clion debug/cout - RUN TAB - character limit - wrap settings?
AnsweredHey This is frustrating, but maybe someone can help. Whenever I run app and I debug/cout stuff. The length of the text is cut out at the same character limit for every line. How on earth can I ... -
Edited cLion GUI h & cpp ide editor auto helper, config - feature ?
AnsweredHey Bit of a feature request. It would be quite awesome if when I 2x on .h file it would open on left side of ide editing space, and if I right click in the .h to have an option to open correspondi... -
Created Clion - how to build cmake to support debug/release
AnsweredHey I'm trying to run this code in cmakelist file but no matter what mode I'm in it always says that I'm in debug. if (CMAKE_BUILD_TYPE MATCHES Debug) message(" ") message("CMAKE IN DEBUG... -
Created MSVC as compiler + debug / multi thread compile?
AnsweredHey I have 2 questions if I may. My project has grown to the point where I cant use cLion any more to compile because it takes a lot of time to do so due to lack of multithreading. So my questions.... -
Edited How to have a sub project within project and decide which one to run?
AnsweredHey I'm fairly new to this so I'm not sure if this is cmake question or cLion as cLion does some management of projects. In any case I have projectFolder testFolder testProjectAFolder... -
Created cLion VS 2015 support not working anymore?
CompletedHey I remember when vs2015 was introduced in EAP it was working. But lately I have a need to use the older VS and I can't get it to run - vs2017 works fine. I end up with this error : -- The C co... -
Created Diagram view?
AnsweredHey How can I view diagram of my program/classes in clion? I read that its possible but I don't see options for it. I'm using 30 day trial. Regards Dariusz -
Created cLion not printing error when crashing
AnsweredI have a weird issue that I just learned about. If I run this code in Visual Studio I get output that is NULL/error. But when I run in cLion I just get app crash and no feedback. VS err... -
Edited Qt5 + hello World > exit code -1073741515 (0xC0000135)
CompletedHey I recently decided to start learning C++, since I love pycharm I decided to use cLion for my C adventures as well. I tried today to set up QT system but so far I'm out of luck. I got to the... -
Created Cant get it to work... basics
HeyaSo I decided to give this program a go. As my normal coding environment was Maya now I need standalone python editor. Since its 30 days trial I should be able to make decision at the end if its...