Need help with Array Program[code]#include <cstdlib> #include <cstdio> #include <iostream> #include <ctime> using namespace std;...
how to change random numberDirect your attention to the comment below mine, Zhuge is right. Instead of having srand(time(0)) i...
Why do i use cout<< "a:"; in this program?Anything within the quotation marks is a [b]string[/b] when you are using it with cout. Without the...
Passing arguments to functions using pointers and referenceThank you, Framework, for taking the time to explain and for giving me those helpful examples as wel...
Passing arguments to functions using pointers and referenceHello, cpp forum members and community. I am a new member and this will be my first post, of many, h...
This user does not accept Private Messages