yo guys whats wrong w/ this shit template<typename T> struct SP { SP() : t{ new T{} } { } std::enable_if_t< std::is_class_v<T>, T > * ...
yo guys whats the deal w/ this error? libtag.a(tbytevector.cpp.o): relocation R_X86_64_32S against symbol `_ZTV96TagLib10ByteVectorE` can not be used when making a shared obj...
yo guys can we destruct an array ? like std::array<double, 3> foo {...}; auto [r1, r2, r3] = foo; sorry i cant try it on my own rn cus im out and i really wanted to know.
yo guys how does this work template<size_t Num> struct Foo<Num> { const static auto value = Num * Foo<Num - 1>::value }; i mean value is const so how the compil...
it reminded me is anybody workin with D or its dead already?
im a noob w/ java so is it 32 bit on all the machines or different on different machines?
yo guys androids palette api is open source or nah?
yo homies how do i set this -fPIC flag in qmake?
hey just wondering does 03 even have RAII?
yo guys how many bytes is int in java?
what u talkin bout mate?
forward declare it maybe?
yeah default is copy eh?