Can anyone tell me how to detect selected text or file? Do i have to install any library?
For example http://imgur.com/a/sVxf0
And how can i experiment with selected text or file in Codeblocks or VisualStudio?
I put -1 in line 15 to get just the selected text.
And why i get this error when i write cin in if statement->
error: no match for 'operator==' in 'std::operator>
I want to use cin in if statement sometimes, is it possible?