User profile: ayhanakbulut

User info
User name:ayhanakbulut
Email:ayhan.akbulut.89@hotmail.com
Name:Ayhan Akbulut
Location:Turkey
Statistical data
Birthdate:Mar 30, 1989
Gender:Male
Occupation:Student
Skills:C
C++
C++/MFC
Assembly
Windows Programming
OpenGL
History
Joined:
Number of posts:3
Latest posts:

Eclipse vs MS Visual Studio - which do you use and why?
Code::Blocks is best and cross-platform IDE.

dynamic allocation of multidimensional array
hi, why do i get the error this code or how do i allocate a multidimensional array with new? [co...

Screen w&h
you can use [i]GetSystemMetrics(SM_CXSCREEN)[/i] and [i]GetSystemMetrics(SM_CYSCREEN).[/i]Good works...