Strings conversion-basic concepts

 stoi(//argument) function is used to convert string into int

to_string(//argument) function is used to convert int into string


Check Aman Dhattarwal's channel for strings

Comments

Popular posts from this blog

Hackerrank-Accessing Inherited Functions problem-Inheritance

Inheritance- Code with Harry-Lecture 41 solution (Multiple inheritance)