Please PM me some code snipits accomplishing thies three things (they might see simple but they prove knollage of specific things to me).Quote:
Originally Posted by bronxbomber92
1) A function that returns a boolean if bit X is on or off in value Y. Please make the input be U32 (Unsigned int).
2) Make a function that accepts a string (which is the full path to a file) and will change it's file extension for a suplied one (example, will change BobCat.bmp for BobCat.tga). It must work in all cases
3) Write an optimised function that gives the dot product of 2 floating point vectors (x,y,z).