How to involve system features in C programming?

AI Thread Summary
To involve system functions like notifications and alerts in a C program, it's essential to specify the operating environment, such as whether the program runs on a laptop, desktop, or mobile platform. For Android applications, developers can utilize specific APIs to access system features. In standard Java programs, the System and Runtime classes provide access to operating system functions. For C programming on Windows, utilizing the Windows API is crucial for calling system functions effectively. Searching for "Windows API" will yield resources and documentation necessary for implementation.
Kp Patel
Messages
2
Reaction score
0
How to involve system functions like notifications, alert, and somewhat like that in C program?
 
Technology news on Phys.org
I want to call system functions of windows in C.
 
Kp Patel said:
I want to call system functions of windows in C.

Google "Windows API"
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top