User Profile
Collapse
-
my problem is "undefined symbol try" how can I handle this -
-
c++
...Code://Compile is turbo c++ #include<iostream.h> #include<stdio.h> #include<conio.h> void main() { clrscr(); int a,b; cout<<"Enter value of a and b\n"; cin>>a>>b; int x=a-b; try { if(x!=0) { cout<<"Result(a/x)="<<a/x<<endl; } elseLeave a comment:
-
exception handing: error message "undefined symbol try . . "
how to work with expection handing in which when i am using try block then the error message coming that "undefined symbol try" why it is so, please solve my problem.
No activity results to display
Show More
Leave a comment: