User: SusieMartin1

  • Public profile

User profile: SusieMartin1

User info
User name:SusieMartin1
History
Joined:
Number of posts:11
Latest posts:

C++ Program to square a number
I've changed my input to ask a specific question and to show my new code that has the errors.

C++ Program to square a number
I 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 Arguments
The lab doesn't like that answer: CTest.cpp:7: error: expected unqualified-id before '{' token Mor...

Command-line Arguments
No, 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