SpiceQA
Questions
Tags
Users
Badges
Bill_Forster_3955
@Bill_Forster_3955
0
reputation
0
answers
4
questions
About Me
// Hello, World !
Top Answers
Easy way to use variables of enum types as string in C?
61 votes
Would you use num%2 or num&1 to check if a number is even?
7 votes
C Memory Management
6 votes
What is the performance implication of converting to bool in C++?
5 votes
Does malloc() allocate a contiguous block of memory?
5 votes
Top Questions
How do I make a fully statically linked .exe with Visual Studio Express 2005?
130 votes
4 answers
Are C++ recursive type definitions possible, in particular can I put a vector<T> within the definition of T?
37 votes
6 answers
Where can I find a 8080 to x86 assembler conversion tool?
19 votes
7 answers
Is it possible to use the standard C++17 <filesystem> facilities with Zig in C++ compiler mode?
1 votes
2 answers