User: anonymous8

  • Public profile

User profile: anonymous8

User info
User name:anonymous8
History
Joined:
Number of posts:4
Latest posts:

std::string to int
stoi is a member of std. and it converts std::string to int. It works if i convert the whole std::st...

std::string to int
Why this code fails? I am converting a string to int by indexing. [code] #include <iostream> ...

for loop until 0
[code] for(int a=10;a>=0;a--) [/code]

Adding long numbers,(adding two strings which contain int)
I have two strings. For example, "1234567891011" and "11223232323232". I want to add them, so that i...

This user does not accept Private Messages