how can I make a character move in my game using c without the use of any game engine?
Im not sure how to do this because all the tutorials I have searched for implement game engines wich I can not. its a 2d game and the charecter will be moving up down left and right.
Why does my class object’s variable change only once?
I was trying to check how random numbers are actually random, but then I encountered a problem in which the line of code v.procs_counter++;
for some reason changes the object’s variable only once
On a Win10 PC, GetTickCount is said to be reset to 0 at 0x9FFFFFF after 776 days. Does timeGetTime() do that too?
On a Win10 PC, GetTickCount
is said to be reset to 0 at 0x9FFFFFF after 776 days. This is mentioned on Microsoft’s site:
On a Win10 PC, GetTickCount is said to be reset to 0 at 0x9FFFFFF after 776 days. Does timeGetTime() do that too?
On a Win10 PC, GetTickCount
is said to be reset to 0 at 0x9FFFFFF after 776 days. This is mentioned on Microsoft’s site:
Prevent Windows 11 Sleeping
I am struggling to prevent Windows 11 from sleeping.
How to have two windows open on top at the same time
I do not like the default windows start menu and want to change the windows key to open to open Powertoys Run and taskbar instead, whilst this can’t be done in Powertoys settings I can do it with hooks in C++ (or Autohotkey but I have no experience with this unlike C++).
Is there a Windows equivalent of strndup?
Is there a native Windows C API call that does the same job as the BSD strndup() call?
What to learn in order to compose an app for manage an equipment?
I have a x-ray equipment that consists of 3 parts.
Update USB WiFi device driver
Device is detected under Device Manager under Other devices
as 802.11ac NIC
device. I need to automate driver update in same way as it can be done with Device Manager ‘Update Driver Software – 802.11ac NIC’ -> ‘Browse my computer for driver software’ wizard. What API can be used?
Developing a windows application as a beginner
I am a beginner in software developing (like no knowledge at all) and I want to develop a windows application for managing a store. I want it to help tracking sales, managing stock, and other features that are used for managing a store in general.