User profile: helios

User info
User name:helios
Email:helios.vmg@gmail.com
Name:Helios
Location:Argentina
Statistical data
Birthdate:Feb 29, 1988
Gender:Male
Occupation:Programmer
Skills:C
C++
Assembly
History
Joined:
Number of posts:17506
Latest posts:

What windows/gui library?
Control+Alt+Del is supposed to trigger a hardware interrupt on the IBM PC platform. At least since W...

What windows/gui library?
[quote]Both SDL & SFML are openGL under the hood.[/quote]No, that's not true. I believe the Windows ...

One thing I don't like about references in C++...
I think the best thing macros are good at is stringizing and concatenating identifiers. One of my fa...

UB in STL
IMO, I think standard data structures and algorithms should have by default more safety checks, and ...

One thing I don't like about references in C++...
The programmer can still mess with you in C: [code] #define SetParams(x, y) ReallySetParams((x), &(y...