|
-
October 15th, 2012, 06:45 PM
#6
Re: Linear Interpolation C code for X and Y axis - compile errors
 Originally Posted by Paul McKenzie
If that's the case, then you can't use C++. Your attempt is making my point concerning confusion between the two languages.
Why are you using cout and cin, which are C++ concepts? You should be using printf() and scanf(), respectively. If you need to write this in 'C', then get 'C' books and tutorials, not C++ tutorials/books. You should forget that C++ even exists.
Regards,
Paul McKenzie
Thanks Paul. Will do.
I can't find any topics on the "<<" I am using. How do these normally work?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|