Can I make this a constexpr?The code below compiles OK with MS VS2022: [code] typedef float real; struct Vector3 { real x; r...
ChatGPT is too smartHave you seen Dave Plummer's new video re AI writing c code? He uses AI to produce a Notepad applica...
sorting an integer arrayI use VS 2022 (not code). If you're getting an error with std::size then you're using an old versio...
sorting an integer arraySo for the C++ version if the number of values to be sorted changes, you have to change the number i...
sorting an integer arrayI can't comment on Python as I don't use it. However if you're learning C++ then I suggest you work ...