#include <stdlib.h>
#include <vector>
#include <string>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <fstream>
#include "kakuro.h"
Go to the source code of this file.
Functions | |
unsigned int | string2uint (std::string str) |
Transforms a C++ string into an unsigned int using stream buffers. |
Definition in file kakuro.cpp.
unsigned int string2uint | ( | std::string | str | ) |
Transforms a C++ string into an unsigned int using stream buffers.
str | The string to turn into a number. |
Definition at line 25 of file kakuro.cpp.