User profile: manasij7479

User info
User name:manasij7479
Email:manasij7479@gmail.com
Name:Manasij Mukherjee
Location:Kolkata,India
History
Joined:
Number of posts:113
Latest posts:

I need your help guys with this
Just a heads up, for those replying in future: http://cboard.cprogramming.com/cplusplus-programming/...

Initializing an object using a string
The problem is probably with this: [code]name=name;[/code] Give the argument a different name. (And ...

Check if two strings S1 and S2 are anagram.
Just use standard algorithm (or implement your own sort, in matching signature with std::sort), here...

Make user-defined file hidden
Like this: [code] filename = "." + filename; [/code] Depending on your compiler, I think you may hav...

efficiency - private discussion
[quote]Then why is the discussion public? Without a topic, this thread is useless and should be clos...