I'm a passionate developer primarily using C++ and ATL with a keen interest in the Win32 API, DirectX, and video processing. Currently, I'm focused on video processing using FFmpeg.
- 🌱 I’m currently learning computer graphics with DirectX, CUDA, and FFmpeg for video processing.
- 👯 I’m looking to collaborate on open source projects
- 💬 Ask me about anything related to C, C++, C#, Win32 API, DirectX, and Socket programming
- 📫 How to reach me: Contact me
#include <stdio.h>
int main()
{
unsigned long long dx = 0x1FE14B110;
while (dx)
putchar(0x736F6D6949482720 >> (((dx >>= 3) & 7) << 3) & 0xFF);
putchar('\n');
return 0;
}