User profile: TheHardew

User info
User name:TheHardew
Name:Piotr Syrokomski
Location:Warsaw
Bio:So you're interested in my life, aren't you?

I learn in secondary school in my country. I like to program in C++, I started in june 2014. I like C++ for it's variety, oop, generic programming, metaprogramming. It's still updated with cool features, like constexpr and though it can be so easy to use, as java for example, it's still powerful like C! My birth date:
uint64_t arr[]{0675421007154135620111, 3833161891528601202, 0x303030322E35302E, 0};
Yes, it is kind of a cipher.
Statistical data
Gender:Male
Occupation:Student
Skills:C++
History
Joined:
Number of posts:161
Latest posts:

New, Delete and other memory allocation techniques
I know it doesn't allocate memory, what I meant is the following: [b]megatron 0[/b] wrote: [code]som...

New, Delete and other memory allocation techniques
Couldn't you just use placement new? You allocate buffer and then assign pieces of it to objects. It...

unzip
It's unix/linux [b]progamming[/b].

WinApi vs standard library?
Ok, sorry for that slang and thank you for replay, guys. So it's safe to use standard library as lon...

WinApi vs standard library?
Hello every one! If I wanted to do sth in winapi app, is it better to use standard library or win...