User: kalgorithmist

  • Public profile

User profile: kalgorithmist

User info
User name:kalgorithmist
History
Joined:
Number of posts:14
Latest posts:

please help on urgent basis
Update this code segment:[code] if(largest<userinput){ largest=userinput; }[/code] to this: [code] ...

clearing stringstream
[b]To clear the string stream:[/b] [code]ss.str("");[/code]

Output English word from number
Your logic is correct. But first, you have to define the two chars [code]digit1[/code] and [code]dig...

show last digit of string/int
[b]dvader123[/b]'s way is correct, but takes longer time. Because you are looping with a loop size e...

Can i learn c++ on my own and get a job?
Good points by [b]Mohammed Abdul[/b] and [b]Ben Duncan[/b]. It's really really useful to start prog...

This user does not accept Private Messages