Hi, i'm new in this forum and i have some questions in C++...
1. I have main.cpp, which has int main()... I also have some.cpp which has int some(). How do i access/use some() from main() ?
2. Also, how can i use some other (I'm not sure i'm saying it correctly) "Functions" in one file ? I don't really understand that.
Please Help !