I program mostly games, in c++, but I only use functions of c (printf,scanf,malloc,realloc,free...), I only use c++ instead of c because c++ has classes and the operators can be overloaded for classes. I don't use structures. I want to use the graphic card with assembly to make fast graphics by my own.