April 13th, 2012 10:15 AM
i'm using code::blocks and my every project, linking libraries like libole32 by right clicking project and properties, build options and linker, adding libraries everytime...
is there any way for...
November 6th, 2009 08:28 AM
so it benefits when someone wants to use your code, or you are using someone's code.
except that, i wonder if no performance benefit? if someone already know answer, i would convert some of my...
November 6th, 2009 07:58 AM
const int i=5;
int i=5;
is const have more performance over regular variable?
if we write function with const parameter, is it have more performance too?
what is the benefit of const, if we...
November 6th, 2009 04:25 AM
i understand concept of defining constant variables like
const int i = 5;
const char * tx = "hello";
but i don't understand when it comes to function parameters, what is the difference...
November 2nd, 2009 04:09 AM
when i want to draw 2d image, no locking, no update of image, which method is fastest, is there faster way that i don't yet know ?
when i use an image with format D3DFMT_A8R8G8B8, is it slower than...
November 2nd, 2009 03:13 AM
you can reach thousands of fps with directx