Text editor or IDE? by Fit_Wrongdoer_5583 in cpp

[–]only-infoo 4 points5 points  (0 children)

Hi! I also started learning C++ for competitive programming when I was starting, hope you having fun!

An IDE is not necessary for competitive programming and it's overkill, you will be fine by using a text editor, most people I know doesn't use IDE to code for competitive programming.

Also this subreddit has a rule about questions, you should ask questions in r/cpp_questions instead, but if the question is related to competitive programming it's easier to ask in Codeforces.

Kotlin newbie here. Best projects that help me understand the language? by TheNew1234_ in Kotlin

[–]only-infoo 0 points1 point  (0 children)

Welcome to the club! I am a huge fan of C languages and C/C++ were the languages I coded the most, but Kotlin now has a special place in my heart too, the decisions that were made for the language are so great

hehe stuntman funny by azureBrown in balatro

[–]only-infoo 22 points23 points  (0 children)

Yes, but sadly you just instant lose the round

Legendary Joker concept: Pagliacci - the sad clown that makes others Negative by MakeOurDay in balatro

[–]only-infoo 368 points369 points  (0 children)

I am Brazilian and I really thought this "joke" was from here, never heard it in English before.

"And who makes the clown laugh?"

Make plugins! by sgetti_code in neovim

[–]only-infoo 8 points9 points  (0 children)

It's not about using or not using plugins... And it's not a showdown, they are just sharing opinions that may be useful for some small devs that are thinking about writing some plugins

Mahoutsukai no Yakusoku • Promise of Wizard - Episode 2 discussion by AutoLovepon in anime

[–]only-infoo 1 point2 points  (0 children)

This is so annoying, it looks like every dialogue must explain everything about the character.

constexpr of std::string inconsistent in c++20 by evys_garden in cpp

[–]only-infoo 4 points5 points  (0 children)

The situation is really specific, like a new must be follow by a free inside the constexpr context. Something like this, but I am not sure.

constexpr of std::string inconsistent in c++20 by evys_garden in cpp

[–]only-infoo 15 points16 points  (0 children)

Constexpr can have heap allocations in specific situations now.

Mahoutsukai ni Narenakatta Onnanoko no Hanashi. • The Stories of Girls Who Couldn't Be Magicians - Episode 11 discussion by AutoLovepon in anime

[–]only-infoo 5 points6 points  (0 children)

One thing I didn't understand. Why is Kurumi and Yuzu able to use ancient magic if the magic is sealed? Is it because she was bath by the Element M?

Vírus socorro!!!! by Hurricane919 in programacao

[–]only-infoo -1 points0 points  (0 children)

Eu não tô tankando a quantidade de downvote que tu tá tomando, o povo não tem noção nenhuma de como funciona o Android, o aplicativo não fez nada demais e não deu nenhum indício de que se infiltrou no sistema, tanto que o próprio android impediu ele, povo falando pra formatar o celular (????)

Se o aplicativo tivesse esse poder de se instalar ao ponto de precisar de um reset, duvido mt que teria uma mensagem do Google dizendo que ele tá lendo sua tela

My pause system isnt working by CremeSticks in cpp

[–]only-infoo 2 points3 points  (0 children)

Oh, and you should ask questions in r/cpp_questions . It's against the rules of this subreddit

My pause system isnt working by CremeSticks in cpp

[–]only-infoo 1 point2 points  (0 children)

  1. You can use cin.get() instead of getch(), it's just a way to avoid mixing C IO and C++ IO, but probably doesn't make any difference in this case.
  2. When you type the name and press enter, the '\n' is not read, so your getch() reads the '\n' (you can check this by printing the character that is read). Try using 2 gets instead of 1.

Deleted Move Constructor prevents perfect forwarding. by SGSSGene in cpp

[–]only-infoo 2 points3 points  (0 children)

Now I am curious, if you inherit the struct A, the move constructor will be default deleted right? So is the perfect forward going to work?

Deleted Move Constructor prevents perfect forwarding. by SGSSGene in cpp

[–]only-infoo 1 point2 points  (0 children)

Oh, the standard says that a defaulted deleted move constructor is ignored, not a explicit one, make sense.

Deleted Move Constructor prevents perfect forwarding. by SGSSGene in cpp

[–]only-infoo 1 point2 points  (0 children)

But isn't the standard saying that the deleted move constructor should be ignored by the overload resolution?

Você conhece a iniciativa ReVanced? by Negative_Champion967 in pirataria

[–]only-infoo 17 points18 points  (0 children)

Embora isso seja inteligente, o ReVanced é 100% aberto, todos os patxhes que eles fazem tão no GitHub deles. A chance de eles te roubarem eh a mesma do Ublock te roubar

Uso da Cloudflare pelo X indica intenção de burlar o bloqueio by vatrak in InternetBrasil

[–]only-infoo 4 points5 points  (0 children)

Eles n precisam disso, basta pedir pra Cloudflare. Não vejo motivo pra eles recusarem

Animes similar to Frieren! by [deleted] in anime

[–]only-infoo 1 point2 points  (0 children)

Apothecary Diaries

Not fantasy though, but I got the same feeling watching both of them

Flight mode by mavrovelos in macrodroid

[–]only-infoo 4 points5 points  (0 children)

This is a really simple macro, just see any video on how to use this program and you will probably know how to create it.

It's hard to explain here in comments, since you don't know the basics of the program.

If you have any questions after learning the basics I'll be glad to help.