Bin to hex (and other similar conversions) were done already many times, in better quality (e.g this one); furthermore, they can be done with simple builtin functions; so there is nothing new here.
main.cpp:11:9: error: C++ requires a type specifier for all declarations
Assert::That(alien_logo(2, 3), Equals(
^
main.cpp:11:32: error: no matching function for call to 'Equals'
Assert::That(alien_logo(2, 3), Equals(
^~~~~~
The description needs to clear and concise, right now it is unnecessarily verbose, and despite of its verbosity it is not clear at all.
C
state is not explained anywhereDuplicate.
Bin to hex (and other similar conversions) were done already many times, in better quality (e.g this one); furthermore, they can be done with simple builtin functions; so there is nothing new here.
Input validation should be removed.
Could someone help me to fix test cases?
Sample tests: