Quantcast
Channel: pseudorandom noise
Viewing all articles
Browse latest Browse all 21

Exploring Type Construction and Destruction

$
0
0
Overview I was recently asked the question, “How do I clean up primitive types?” The reference to primitive types refers to one of the built-in fundamental types in C/C++ (e.g., char, int, long, double) that are used to construct more elaborate compound types (e.g., arrays, structs, classes, unions). The C++ language also nicely allows this […]

Viewing all articles
Browse latest Browse all 21

Trending Articles