// matriz_req is a vector of pairs that contains a number and another vector // do you think this might generate a runtime error in any moment...? for(const auto& proc: matriz_req) { std::printf("%d#", std::get(proc)); for(const int rec: std::get(proc)) // worried about this part std::printf("%d ", rec); std::printf(" "); }
You’re safe….. for now……
🙏🦀
Did someone say... Rust!? 🦀
😂😂oh no I have oppened pandora's box
@@lowlevelgamedev9330 made the same mistake last year, now I can't get out of it anymore :P
Even though i don't use C++, Rust does look pretty appetizing rn ngl 👀
😂😂 I hope people will still watch my videos
Why would you use a rusty language?
nah bro I would switch to zig if I had to change my language
Dang it! I thought JavaScript was the weirdest programming language, but that title might actually belong to C++
😂😂 Yeah and that is probably because cpp is very old tries to do everything and it is also backwords compatible so yeah
Another banger 🔥🔥🔥
Thanks 💪💪I'm glad you like it
C++ needs to be put out of it's misery. It's only getting worse.
😂😂 It is ok if you know how to use it (that means not using all the bad features :)))
@@lowlevelgamedev9330 Which basically means coding in C lol.
my favourite is if you do a #define fn auto
you can write your functions using rust syntax!!!
fn example() -> bool
💀
C++ is rust confirmed!1!1!1!1!1!1!
// matriz_req is a vector of pairs that contains a number and another vector
// do you think this might generate a runtime error in any moment...?
for(const auto& proc: matriz_req)
{
std::printf("%d#", std::get(proc));
for(const int rec: std::get(proc)) // worried about this part
std::printf("%d ", rec);
std::printf("
");
}
hm I would cast that to an int in the printf but other than that it seems ok to me
Quality📝
thanks 💪👍
Please add subtitle or speak slower, can't really understand anything...