[DiscordArchive] what is the compile error?
[DiscordArchive] what is the compile error?
Archived author: Kitzunu • Posted: 2020-05-11T19:33:29.230000+00:00
Original source
Now those are some complex words xD
What is a C++ Standard? (I am pretty new to c++ stuff)
Archived author: Kitzunu • Posted: 2020-05-11T19:35:26.178000+00:00
Original source
Just to try, what would happen if you add "bool" in line 19071
Archived author: Kitzunu • Posted: 2020-05-11T19:36:40.156000+00:00
Original source
actually scrap that
Archived author: Kitzunu • Posted: 2020-05-11T19:36:44.571000+00:00
Original source
it was me fucking up my file
Archived author: Kitzunu • Posted: 2020-05-11T19:36:44.914000+00:00
Original source
Archived author: MishaParem • Posted: 2020-05-11T19:38:11.965000+00:00
Original source
Every couple of years C++ masterminds amend the C++ standards/rules, then some other smart people add those standard to compilers, and when compiling with the new standards, stuff that used to work, starts throwing errors
Archived author: MishaParem • Posted: 2020-05-11T19:39:03.158000+00:00
Original source
it's easy to say "just compile with old standards", and then you'll build green
Archived author: MishaParem • Posted: 2020-05-11T19:39:29.491000+00:00
Original source
but the new warnings sometimes catch bugs
Archived author: Kitzunu • Posted: 2020-05-11T19:39:54.837000+00:00
Original source
I use VS 19 16.2 if that is of any help
Archived author: MishaParem • Posted: 2020-05-11T19:40:51.999000+00:00
Original source
ahaha nope, not really