How would I check if an executable is running in C
I want to verify that helper.exe
is running, and vise versa.
Can’t read several character from serial connection
I’m trying to setup a communication with an Arduino Nano. The arduino sends a single character every seconds.
Serial port overlapped operations returns code 87 (ERROR_INVALID_PARAMETER)
I’m trying to set the communication with an arduino nano.
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?