#include <iostream> #include <string> using namespace std; int main() { string str = "7"; int num; num = (int) str; }