Ok, after learning a bit more C++, I've decided to take another shot at the stresser program.



But, I've got two basic questions abou functions...


When declaring a function with a data type, do all arguments with data types have to be the same type as the function decleration? Or can they vary?

And also, can I have multiple functions in a single program? If so, how would I set them up?