Remove characters from stringNo! But thanks for trying. I resolved with: [code]boost::trim_if(str, is_any_of("\"")); [/code] o...
Remove characters from stringI want to remove the initial and final " character from my string: [code]string str("\"aaaa\""); /...
Overload operator !How can i overload the ! operator? Do you have an example or any references for operators overload?...
[MFC] Set size "main" windowI started to create a project based on CScrollView MFC class. Unfortunately I can not resize the mai...
Reverse the order of bytesThanks Duoas. Ps: interesting post.
This user does not accept Private Messages