|
|
|
|
|
by stevemk14ebr
3019 days ago
|
|
Neat/Funny i guess but not really technically impressive. They took normal C++ code and hid it behind a macro with some names. The actual implementation isn't even there, Hashtable::hash and the 'table' member for example. I was totally hoping for some fancy templates and macro tricks to compile time gen all the code for a working hashtable implementation. |
|