I am wondering if there is a good website to reference for C++ for beginners..I am completely new to this and have been having a veryy difficult time understanding, I am one of two girls in my class and it has not been the greatest time. I am finding the book assigned to not be much help, I have been working through all the exercises in the book but still having problems.
Right now i am working on Function and Parameter Declarations.
4a. Write a function called mult() that accepts two double-[recision numbers as parameters, multiplies these two numbers, and displays the result.
4b. Include the function written in Exercise 4a in a working program. Make sure your function is called from main(). Test the function by passing various data into it.