Hello.
I want to shutdown a code if some condition is met.
for example,Code:if(condition is true){ some command to end the exe }
Thanks.Code:#include <stdio.h> #include <math.h> int main() int a; scanf("%d",&a); if(a==5){ (command to shutdown application) } else{ ... } system("PAUSE"); }
D.



LinkBack URL
About LinkBacks



