User profile: Brackets

User info
User name:Brackets
History
Joined:
Number of posts:5
Latest posts:

is Array == Array condition allowed?
Thanks everyone

is Array == Array condition allowed?
Damn, I suspected, but didn't know there were unicode streams. That's what I needed. Thanks, but the...

is Array == Array condition allowed?
C++. I would use std::wstring but I can't because I doesn't let me to write to files with it, like t...

is Array == Array condition allowed?
Can I treat, say char[100] like a std::string? For example, can I do this: [code]char text[100] = "...

Creating executable - folder
Is there a way of creating self-exetractor by already created program? I found a great method of ma...