Skip to content

Commit

Permalink
improve documentation of converter
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Last-Cookie committed Jan 15, 2021
1 parent d55f9e9 commit c082a61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions converter.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ namespace StringCalc {
public:
Converter();
~Converter();

// Parse a number into the converter
void parse(std::string str, unsigned int base);

// Convert the given number into a specific base
std::string convertTo(unsigned int base);

private:
Expand Down

0 comments on commit c082a61

Please sign in to comment.