• Kurse
  • Code Compiler
  • Diskutieren
  • Preise
  • Teams
Menu
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 Antwort
+ 1
#include <cstdlib> for (char c : itoa(number)) my_function (stoi(c));
2nd May 2020, 1:13 AM
Mustafa K.
Mustafa K. - avatar

Häufig solche Fragen?

Effizienter lernen, kostenlos:

  • Einführung in Python

    7.1M Lernende

  • Einführung in Java

    4.7M Lernende

  • Einführung in C

    1.5M Lernende

  • Einführung in HTML

    7.5M Lernende

Alle Kurse anzeigen
Heute heiß
Is anyone else experiencing this Sololearn issue?
0 Votes
Best language?
0 Votes
How do I keep myself motivated in coding
0 Votes
Bro can you fix yt error?
0 Votes
Anyone have song names? Comment your favorites here for a project im working on
1 Votes
I want to know how to make an Payment App like what I need to learn I need some guidance
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
Need suggestions to learn AI and ML
1 Votes
Bug in Completing AI Practice
0 Votes
Duration of heart refilling
0 Votes