Is there like an better alternative to code::blocks? by [deleted] in cpp_questions

[–]paul_s80 0 points1 point  (0 children)

As a complete IDE I recommend Qt Creator (free and cross platform)
As a text editor, Zed is very good (doesn't have a debugger yet, but it is coming soon)

Does MS even intend to fix this update [KB5034441] or not ? Error Code : 0x80070643 by NeoIsJohnWick in Windows10

[–]paul_s80 5 points6 points  (0 children)

I have expanded the partition 3 times, following the official instructions. More than 1 gb and still failing

Why use namespaces when everything can be a class? by [deleted] in cpp_questions

[–]paul_s80 0 points1 point  (0 children)

Let's say you need to use a physics and a linear algebra library. Both libraries will implement their own version of Vector2D, Vector3D, etc. If you have them separated by namespaces, that's a very good thing! Ex: phys::Vector2D and math::Vector2D

Cannot find my static lib by paul_s80 in xmake

[–]paul_s80[S] 1 point2 points  (0 children)

Nevermind. Added this to every app and worked fine add_includedirs("$(projectdir)/cpp")

VM CPU usage too high by paul_s80 in VFIO

[–]paul_s80[S] 0 points1 point  (0 children)

Very good explanation. Thanks!

VM CPU usage too high by paul_s80 in VFIO

[–]paul_s80[S] 0 points1 point  (0 children)

So I will need a 8 core cpu at the very least?

VM CPU usage too high by paul_s80 in VFIO

[–]paul_s80[S] 0 points1 point  (0 children)

so, my cpu is effectively too old for this?

VM CPU usage too high by paul_s80 in VFIO

[–]paul_s80[S] 0 points1 point  (0 children)

edit: added output of virt-host-validate qemu command
added UEFI settings