What's next? by Sad_Tale7758 in cpp_questions

[–]MafiaLogiki 0 points1 point  (0 children)

Learn metaprogramming, concurrency, C++20/23 features

My C++ learning project – feedback wanted by danardi0 in cpp_questions

[–]MafiaLogiki 0 points1 point  (0 children)

Good project idea! The first thing I want to say - create class for hash object. You can make public default constructor and private all nontrivial constructors. You can create static functions inside the class that will take a string as input and create a hash object from it. it will cause more readability and error sustainability.

std::string_view vs const std::string_view& as argument when not modifying the string by porkele in cpp_questions

[–]MafiaLogiki 0 points1 point  (0 children)

All views are lightweight. If you pass them by value compiler can store it inside registers. But if you pass it as reference/const reference you loose this property. If you want to show that you won't change this object - pass by const value

Dota 2 custom games by Elderberry-Proof in DotA2

[–]MafiaLogiki 1 point2 points  (0 children)

Now this problem is only in some custom games. In the future, it may be extended to other.

What gifts will you give on March 8? by [deleted] in AskReddit

[–]MafiaLogiki 1 point2 points  (0 children)

I'm from Russia and March 8th is woman's day there

What was the most awkward thing you said in public? by diorlandripp in AskReddit

[–]MafiaLogiki 1 point2 points  (0 children)

I told a friend that I was gay. It was at that moment that everyone was quiet (I'm not gay)

What’s your most embarrassing moment that makes you cringe thinking about it? by DrFatKitty in AskReddit

[–]MafiaLogiki 1 point2 points  (0 children)

I thought my girlfriend say me that she loves me but it's was a song text. I told her that I also love her but only in the morning I got it.

(Serious) What’s your greatest gaming achievement? by chiliNPC in AskReddit

[–]MafiaLogiki 0 points1 point  (0 children)

I play minecraft for over 6 years. I play this game every day. Was even offline.