ioc.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
INDICATORS OF COMPROMISE (IOC) InfoSec Community within the Fediverse. Newbies, experts, gurus - Everyone is Welcome! Instance is supposed to be fast and secure.

Administered by:

Server stats:

1.3K
active users

#clion

1 post1 participant0 posts today

Laptop number three, installed without issue.

For fun, tried to make a simple c++ project (literally hello world) using CLion, and it doesn't compile. No idea why. Googling the error gives some random config advice that doesn't apply.

Like literally, I installed clang (and clang-tools) with apt. Installed CLion. Everything looks fine. Create a new c++ project. Hit build. Error.

I know I could get stuff working fine at command line, but I'd rather not.

blog.jetbrains.com/clion/2025/

You might've seen mentions of #CLion being free (for non-commercial use), but if you're like me it helps to know that this is #Jetbrain's their C/C++/Rust IDE.

..so if you want to try writing one of these languages, the above post might be worth checking out.

#Webstorm also appears to be free, which is their #Javascript / #Typescript IDE jetbrains.com/webstorm/

#code#coding#IDE

Hey, look at that. It only took 2 hours. I have successfully used a 3rd party C++ library (PoDoFo) and extracted some information from a PDF file.

#CLion seems to have made it possible. It is using CMake and Ninja underneath. But I didn't have to abandon the idea of writing C++ again :)

No, I am not a C++ programmer
😂

In a great piece of news, JetBrains has made #CLion free for non-commercial use. I wanted to give c++ a try a few months back and eventually gave up after trying to get the package management and build system to work.

Yes, I was trying to get it working in a weekend and didn’t want to use Qt and a few other lazy stuff.

Anyway, the point is, I am going to give it another try now with CLion (same lazy effort) and see if I can get going with something.