“Stoi” Kod odpowiedzi

Stoi

#include <iostream>
#include <string> 
using namespace std;

int main() {

  string a = "500";
 
  
  int x = stoi(a);

  cout  << x << endl;
}
Phani Simha

Stoi

int stoi (const string&  str, size_t* idx = 0, int base = 10);
int stoi (const wstring& str, size_t* idx = 0, int base = 10);
Yucky Yak

Odpowiedzi podobne do “Stoi”

Pytania podobne do “Stoi”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu