User profile: Enoizat

User info
User name:Enoizat
History
Joined:
Number of posts:1342
Latest posts:

How to test if a container type holds unique_ptr as its elements?
> to [b]collections[/b] of unique_ptr<T> Hi, JLBorges. Sorry, but, assuming that ‘collections’ m...

Garbled Output
Hi, ChesterPlus. If I’m not misunderstanding your code, you’re using _top to represent the ‘si...

string handling
Right! I don’t know what I was thinking – I was probably already sleeping and I didn’t realize...

string handling
The same, but only for half word. I mean, e.g 'racecar': [code] -> -> -> | <- <- <- r a c e...

string handling
[quote][code]for ( int p = 0, q = str.size() - 1; p < q; p++, q-- )[/code][/quote] Hi, lastchance. D...