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

OOPS in C++

Inheritance-Multiple Inheritance example