Can I safely convert struct of floats into float array in C++? – stackoverflow.com 11:24 Posted by Unknown No Comments For example I have this struct struct A { float x; float y; float z; }; Can I do this? A a; float* array = (float*)a; And use a as float array? from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitWhy can't I inject expressions in Compile using (only) With – mathematica.stackexchange.comAppend int to std::string – stackoverflow.comCan I flank with an invisible ally? – rpg.stackexchange.comCalculate the n-th iterate of a polynomial for a specific value; fⁿ(x) – codegolf.stackexchange.comSquare root of 2 is irrational – math.stackexchange.comEPSG code for UTM zone – gis.stackexchange.com
0 Comment to "Can I safely convert struct of floats into float array in C++? – stackoverflow.com"
Post a Comment