i have written a program in C for RPN calculator. In this i have made four function and a main ( ) and stored in same file. But now i have stored each function in a different C file and one header file and want to run it.
So i am getting some errors. My doubt is that whether i have to run each file before i run Main file OR whether i should make headre file more than one.
I have stored all file in the same folder. Help me !! or suggest me some reference!!!
Thankyou
cworld
So i am getting some errors. My doubt is that whether i have to run each file before i run Main file OR whether i should make headre file more than one.
I have stored all file in the same folder. Help me !! or suggest me some reference!!!
Thankyou
cworld
Comment