Are there strategies or methods to identify whether a particular piece of code or program will generate a link error or a compile error.
Are there strategies or methods to identify whether a particular piece of code or
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mention in your comments “if you don’t have access to a compiler”. Well if you have access to the web you have access to a compiler:
Comeau’s “try it out” web-based compiler
(thanks commenters for the updates)
This will just help you with compiling what’s in the web form though, linking and producing an executable is another story…