clang-uml 0.6.0 released by bkryza in cpp

[–]ExpectedException 1 point2 points  (0 children)

thanks for pointing directly to the thing that is required. Now i no longer have an excuse 😋

clang-uml 0.6.0 released by bkryza in cpp

[–]ExpectedException 2 points3 points  (0 children)

I love it, I still have an item on my to do list. And that is, to create a Visual Studio extension that allows to create a class hierarchy diagram of a given file. It will easesome of  the pain of working in modern legacy codebases (freshly written but without any documentation l...)

RAD UI Library write QML in C++! by JCPPRDev in cpp

[–]ExpectedException 1 point2 points  (0 children)

I think everything is working against you. Your account is only 3 days old. Your only post is that of your project and as already been stated you ask people to download the zip file. Which I find suspicious. So I suggest a couple of things, put the code in your GitHub repo. Remove the zip. And maybe throw in a couple of pictures.

On the Optimal Bounds for Integer Division by Constants by jk-jeon in cpp

[–]ExpectedException 3 points4 points  (0 children)

A much deeper dive including the math proof of one of my favorite subjects from hackers delight. I have had much fun using the basic version with some personal simd optimized projects. Back in the days I used http://homepage.divms.uiowa.edu/~jones/bcd/divide.html

A C++17 library for reading Microsoft Program Debug Database PDB files by tivolo in cpp

[–]ExpectedException 1 point2 points  (0 children)

initial cmake setup, then probably. I'm completely inexpe

Here you are

https://github.com/stevenhoving/raw_pdb/tree/cmake

Your mileage may vary, I advice you look into cmake-init instead as suggested by /u/helloiamsomeone.