I'm using C Programming on Linux Redhat 7.3.
Does anyone know:
We're writing our html dynamically and it's very hard to check for escape sequences, missing end quotes, etc.
Is there a tool available to check for errors like this?
It's tough to use the debugger in C and we get "Internal Server Error" from time to time.
Thanks
John
Does anyone know:
We're writing our html dynamically and it's very hard to check for escape sequences, missing end quotes, etc.
Is there a tool available to check for errors like this?
It's tough to use the debugger in C and we get "Internal Server Error" from time to time.
Thanks
John