cpp
cpp copied to clipboard
Exercism exercises in C++.
Hey, I added the book-store exercise with the unified pragma mark. (Had whole lot of time today) Kind regards, Marcel
Hey, I added the connect exercise. Kind regards, Marcel
Hey, I added the bottle-song exercise as mentioned in #978 Kind regards, Marcel
Hey, I am now working on adding the book-store exercise to the C++ track. This is just an information to prevent duplicate work! Kind regards, Marcel
Using... ` namespace sublis { enum List_comparison { equal, sublist, superlist, unequal };` `List_comparison sublist(const std::vector& list_a, const std::vector& list_b); } ` ... I get the following: error: ‘sublist::List_comparison sublist::sublist(const...