I need your help guys with thisJust a heads up, for those replying in future: http://cboard.cprogramming.com/cplusplus-programming/...
Initializing an object using a stringThe 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 hiddenLike 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...