Image

Imagespicyasianguy wrote in Imagecpp

Listens: Straylight Run - It's for the Best

Quick Question

How do you convert a string of numbers to int?

For example:
std::string foo = "123456";
int number = 0;


I want to take what is in foo and put it into number.