I have experience working with C++ and DirectX. I prefer working with C# and WPF. In my spare time I work with HTML, JS, CSS.
void RePositionWindow(int x, int y){ HWND windowHandle = GetConsoleWindow(); RECT rect; GetWindowRect(windowHandle, &rect); MoveWindow(windowHandle, x, y, rect.right - rect.left, rect.bottom - rect.top, true);}