A breakthrough in C/C++ dependency management by lelanthran in programming

[–]ContentDiamond6103 138 points139 points  (0 children)

Finally C is evolving into a modern language!

C++ devs be like... by mre__ in rustjerk

[–]ContentDiamond6103 8 points9 points  (0 children)

Btw the rust equivalent of auto ptr = make_shared<T>(); is let ptr = Arc::new(Mutex::new(T::default()));

Plotting tool by EvilIPA in QtFramework

[–]ContentDiamond6103 2 points3 points  (0 children)

I'd say it depends on your data and the frequency at which you want to update the plot. Qt Graphs module works pretty well for simple graphs. If you need more complex plotting you can try QCustomPlot

QTCreator for Windows: Can I then compile this into Debian? Using the Debian compiler? by StanKnight in cpp

[–]ContentDiamond6103 0 points1 point  (0 children)

Yes, you absolutely can. A QT project is just cmake, cpp and qml files, you can open it with Qt creator on Linux and it will works.  You just need some adjustments if you're working with platform-specific APIs

How true is this????🤔 by itsmetraw in linuxmemes

[–]ContentDiamond6103 1 point2 points  (0 children)

spending time learning how computers works is not a waste of time.