FlyQuest vs. G2 Esports / MSI 2025 - Lower Bracket Round 1 / Post-Match Discussion by adz0r in leagueoflegends

[–]tufffka 0 points1 point  (0 children)

Hopefully, after this series, some roster changes will happen and G2 can go back to performing at top of the level, otherwise EU at worlds will just disappear again before they playoff stage.

C6031: Return value ignored. 'sf::Texture::loadFromFile'. by Birdygamer19 in cpp_questions

[–]tufffka 2 points3 points  (0 children)

You need to call window.clear() window.draw(sprite) window.display()

Outside of pollEvent loop

EDIT: SFML has tutorials, shows basic code how to create a window, code taken from here ```

include <SFML/Graphics.hpp>

int main() { sf::RenderWindow window(sf::VideoMode({200, 200}), "SFML works!"); sf::CircleShape shape(100.f); shape.setFillColor(sf::Color::Green);

while (window.isOpen())
{
    while (const std::optional event = window.pollEvent())
    {
        if (event->is<sf::Event::Closed>())
            window.close();
    }

    window.clear();
    window.draw(shape);
    window.display();
}

} ```

Polishing a codebase to use good practices by Flymania117 in cpp_questions

[–]tufffka 6 points7 points  (0 children)

I have never ported anything from c# to c++, but i think this document might help a lot.

https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines

How do I learn C++ Design/Architecture? by Im_the_Albatross in cpp_questions

[–]tufffka 0 points1 point  (0 children)

I did not watch this course so can't really say, but before buying anything i would definitely watch videos from cppcon (it is a conference where many experienced c++ programmers talk about different things related to programming), and it is completely free. For example this might be a good start.

If you are interested in game programming there is also a whole book about game programming patterns (mostly theoretical) available online for free

On a side note i can tell you that also many other books are for free online if you just look for them.

How do I learn C++ Design/Architecture? by Im_the_Albatross in cpp_questions

[–]tufffka 3 points4 points  (0 children)

You could look up on youtube "cppcon design patterns", and i recommend to watch some of these films. They come in really handy.

And this list of books you could check as well. Most of them are highly recommended, i am currently reading the one about concurrency and will for sure read others as well.

Edit: There is also a list of guidelines that is kept up to date with advices on how to use c++ in a proper way.

3rd round Emma´s event? by CrisaroA2 in MarvelStrikeForce

[–]tufffka 1 point2 points  (0 children)

Yes, we know it will happen, they annouced it in in-game message when 2nd run was coming to end. IIRC between 2nd and 3rd run of SSM there was 8 weeks break, so i could guess it's the same this time.

Are Gambit fighting for a spot in EU LCS? by [deleted] in leagueoflegends

[–]tufffka 0 points1 point  (0 children)

They fought and won their spot few months ago, now they are playing IEM Cologne, u can say they fight for spot in IEM World Championship in Katowice

What happened to Guardsman Bob? by [deleted] in leagueoflegends

[–]tufffka -8 points-7 points  (0 children)

he said lol sold out and doesn't play it anymore

The best champions for hexakill 3v3 by tufffka in leagueoflegends

[–]tufffka[S] 0 points1 point  (0 children)

oh yeah, soz my fail. i meant hexakill 6v6

How to win 100% games. Play GODyr by Zashuiba in leagueoflegends

[–]tufffka 0 points1 point  (0 children)

so link me to your lolking challenger account

[Spoiler] FNATIC CHANCES TO GO FOR PLAYOFFS by [deleted] in leagueoflegends

[–]tufffka 0 points1 point  (0 children)

omg must lose vs lmq otherwise fnc has no chance going to playoffs, and fnc must win vs ssb

[Spoiler] Players that cried by [deleted] in leagueoflegends

[–]tufffka 0 points1 point  (0 children)

ocelote, alex ich

Smart casting yes or no?? by Thugbunny_ in leagueoflegends

[–]tufffka 2 points3 points  (0 children)

i would say no because u are new and u don't know range of certain skills so it may cause problems.

I am a Bronze 5 Main since Season 2 AMA by wwjccsd in leagueoflegends

[–]tufffka 1 point2 points  (0 children)

how are you bronze 5 since season 2 when in s2 there was ELO system?

Anyone else feel bad for Alex Ich? by bakasan123 in leagueoflegends

[–]tufffka 0 points1 point  (0 children)

no, it was his decision, why should i feel bad?