OK, I'm trying to make the long jump from Visual Basic to C++. Let's just say that VB made me familiar with the absolute basic fundamentals, but now that I'm getting serious about this I'm stuck.
OK, I want to be able to use functions in my C++ code. Specifically, I want to be able to get at the return value of a function. However, maybe I'm being too specific in my Google searches, because I'm not getting any useful results.
Can someone please tell me: How, in my int main section, can I access the return values of specific functions?
OK, I want to be able to use functions in my C++ code. Specifically, I want to be able to get at the return value of a function. However, maybe I'm being too specific in my Google searches, because I'm not getting any useful results.
Can someone please tell me: How, in my int main section, can I access the return values of specific functions?