Курсы
ВойтиНачать изучение ИИ
Курсы
ВойтиНачать изучение ИИ
0

Iteration of int like string (Python -> C++)

How to do this on C++ ? number=5342 for a in str(number): my_function(int(a))

c++stringsiteratorspython3
2nd May 2020, 12:53 AM
Quarz
1 ответ
+ 1
#include <cstdlib> for (char c : itoa(number)) my_function (stoi(c));
2nd May 2020, 1:13 AM
Mustafa K.
Mustafa K. - avatar

Часто задают такие вопросы?

Учитесь эффективнее, бесплатно:

  • Введение в Python

    7.1M учащихся

  • Введение в Java

    4.7M учащихся

  • Введение в C

    1.5M учащихся

  • Введение в HTML

    7.5M учащихся

Смотреть все курсы
Актуальное сегодня
Ошибка в приложении Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Sololearn course
1 Votes
Best language?
0 Votes
solo learn program issue - iPhone?
1 Votes
How do I keep myself motivated in coding
0 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes
I am learning javascript intrmdt but when I play a code challenge. The app is givin me comlecated questions with less time.why?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes