Kp Patel
- 2
- 0
How to involve system functions like notifications, alert, and somewhat like that in C program?
The discussion revolves around how to involve system features such as notifications and alerts in C programming, with a focus on accessing system functions specific to different platforms, particularly Windows.
Participants express a common interest in accessing system functions in C, but there is no consensus on the specific methods or APIs to use, particularly regarding the platform in question.
The discussion lacks specific details about the programming environment and the exact system functions desired, which may affect the applicability of suggested approaches.
Kp Patel said:I want to call system functions of windows in C.