User: GliderKite

  • Public profile

User profile: GliderKite

User info
User name:GliderKite
History
Joined:
Number of posts:7
Latest posts:

Remove characters from string
No! But thanks for trying. I resolved with: [code]boost::trim_if(str, is_any_of("\"")); [/code] o...

Remove characters from string
I 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" window
I started to create a project based on CScrollView MFC class. Unfortunately I can not resize the mai...

Reverse the order of bytes
Thanks Duoas. Ps: interesting post.

This user does not accept Private Messages