SpiceQA
Questions
Tags
Users
Badges
user_2963099
@user_2963099
0
reputation
0
answers
4
questions
About Me
// Hello, World !
Top Answers
C++ different using declarations for different concepts
1 votes
How do I convert between big-endian and little-endian values in C++?
0 votes
C job interview - casting and comparing
0 votes
C++ conditional execution depending on the type
0 votes
Type-pun uint64_t as two uint32_t in C++20
0 votes
Top Questions
C++ is it legal to take the address of 2 or more past the end of the array?
6 votes
3 answers
C++11 dynamic multidimensional array of any type using vector/initilizer list
5 votes
3 answers
Would it be sufficient for constexpr, consteval, and constinit to be definitions instead of keywords?
5 votes
1 answers
Can bit_cast do the same thing as memcpy to store a pointer into an array of shorts without undefined behaviour?
2 votes
1 answers