User profile: Antares64

User info
User name:Antares64
Name:Antares
Location:Argentina
Statistical data
Birthdate:Feb 19, 1993
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:7
Latest posts:

How to center window title
How can I align the title of a window to the center using the Win32 API (Windows.h)?, not MFC.

game programming
as Stewbond says, you have to make sure you link to the allegro library (.lib) file. I'd strongly re...

Simple questions about how c++ works
1. I have written DLL files in C++, I don't know if it is possible with other languages. 2. I don't ...

Looking for multithreading method and tutorial
@EssGeEich: Sorry, that is a mistake I made, just change & to * . [code] time = *number; [/code]

Someone help me ! :(
shinkansen is right, try doing what he posted