Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
prob w/the C prog. lang. book(ANSI C)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Malcolm, post: 1706711"] You don't say what is going wrong. The code you posted should produce a program with output. Remember that there are three stages to testing a C program. First you have to compile it. The compiler will complain about syntax errors, headers it can't find, and similar. Once you compile you have to link with libraries. This step will usually but not always be invoked automatically by the compiler. Finally you have to run the executable file you have created. If you are using a free compiler, usually this will have to be done by setting a shell/command prompt to the directory in which you created the executable, and running it by typing the name. At which stage do things go wrong? [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
prob w/the C prog. lang. book(ANSI C)
Top