User profile: Cambalinho

User info
User name:Cambalinho
History
Joined:
Number of posts:1445
Latest posts:

why C\C++ don't have a standard Graphics, Sound or others libraries?
thanks for all to all

why C\C++ don't have a standard Graphics, Sound or others libraries?
why C\C++ don't have a standard Graphics, sound or others libraries? on Turbo C\C++ we have the Gra...

can i create my own array type?
i need create a especific array type: Matrix4X4. but is like: [code] float ProjectionMatrix[4][4];[/...

how use multithread inside a class?
i win more speed changing from(on DrawLine()): [code]float LineDistance =sqrt((DX * DX) + (DY * DY) ...

how use multithread inside a class?
honestly i can win much more speed. and i have an ideia: do i need calculate the perspective on all ...