[DiscordArchive] If base size is declared as one there, won't it always return -1.0f times the rest of the operation?
[DiscordArchive] If base size is declared as one there, won't it always return -1.0f times the rest of the operation?
Archived author: Kavligula • Posted: 2018-06-03T20:27:34.512000+00:00
Original source
I'd argue templates and metaprogramming is an OOP concept
Archived author: Skarn • Posted: 2018-06-03T20:27:52.995000+00:00
Original source
you can template a function to take arbitrary types
Archived author: Skarn • Posted: 2018-06-03T20:28:23.504000+00:00
Original source
the compiler will just generate as many functions as you specified in templates
Archived author: Skarn • Posted: 2018-06-03T20:28:28.388000+00:00
Original source
so, there is no OOP here
Archived author: Skarn • Posted: 2018-06-03T20:28:31.108000+00:00
Original source
no objects at all
Archived author: Skarn • Posted: 2018-06-03T20:28:37.687000+00:00
Original source
function is not an object in C++ iirc
Archived author: Kavligula • Posted: 2018-06-03T20:28:42.293000+00:00
Original source
OOP is a paradigm not necessarily the use of objects