|
Re: PROGRAMMING PROBLEM HELP!
The path length limit would probably create a whole mess of error messages.
The C programming language is quite free form. You can put anything you want after a semicolon, including another command or comments. It is quite common to see these type of comments.
I cannot see any problems with your code. So that means add each line one at a time and see which one produces the error. You can facilitate that by commenting them out.
/Jason
|