Kp Patel Messages 2 Reaction score 0 Thread starter Dec 23, 2016 #1 How to involve system functions like notifications, alert, and somewhat like that in C program?
jedishrfu Mentor Insights Author Messages 15,775 Reaction score 10,652 Dec 24, 2016 #2 Welcome to PF! It would help if you described the environment of the program. Is this on a laptop, desktop or mobile platform. For android, there are apis that you can call to get access to system features. For normal java programs, programmers access the System class or the Runtime class to get access to OS features. https://www.tutorialspoint.com/java/lang/java_lang_system.htm and https://www.tutorialspoint.com/java/lang/java_lang_runtime.htm
Welcome to PF! It would help if you described the environment of the program. Is this on a laptop, desktop or mobile platform. For android, there are apis that you can call to get access to system features. For normal java programs, programmers access the System class or the Runtime class to get access to OS features. https://www.tutorialspoint.com/java/lang/java_lang_system.htm and https://www.tutorialspoint.com/java/lang/java_lang_runtime.htm
Kp Patel Messages 2 Reaction score 0 Dec 24, 2016 #3 I want to call system functions of windows in C.
anorlunda Staff Emeritus Science Advisor Homework Helper Insights Author Messages 11,326 Reaction score 8,756 Dec 24, 2016 #4 Kp Patel said: I want to call system functions of windows in C. Google "Windows API"