C++ Program to square a numberI've changed my input to ask a specific question and to show my new code that has the errors.
C++ Program to square a numberI need to write a program that reads in an integer and writes the square of the entered value. *Ge...
Command-line Arguments[code] int main(int argc, char **argv) { argv[0] argv[1] argv[2] { return 0; } [/code]
Command-line ArgumentsThe lab doesn't like that answer: CTest.cpp:7: error: expected unqualified-id before '{' token Mor...
Command-line ArgumentsNo, I'm confused...would it be like this: [code] int main(int argc, char **argv) { argv[0] argv[1] a...
This user does not accept Private Messages