User profile: leo2008

User info
User name:leo2008
History
Joined:
Number of posts:148
Latest posts:

anagram using vector
I am trying to solve this problem. Are there any other better approaches here? Implement a functio...

c++ indice 2 numbers
Maybe a better approach is this way? [code] #include <iostream> #include<vector> #include<algorithm...

c++ indice 2 numbers
I solved the below problem. Can anyone tell me the best way here? Given a list of integers and ...

c++ array negative numbers
I am trying to solve this problem, but got wrong output. Given an array of integers, write a functio...

smart pointer issue with file
File manager basically deals with files and perform various operations like listing, reading, writin...