How to debug for sytax in C++

Asked By 0 points N/A Posted on -
qa-featured

I have a C++ decoder that I have recently acquired, Im have not used it much but I have been trying to compile a programs and it keeps on giving me a syntax error. Could this be the version of the compiler because the original programmer says he had no issues with the commands but my machine seems not to work with this.

SHARE
Answered By 0 points N/A #192970

How to debug for sytax in C++

qa-featured

I don't know what kind of decoder you are using to debug the code. Some times decoder creates problems in C++ codes. You can use code blocks. Though its latest version is 13.12 but in my point of view 10.05 version of code blocks is better. After installing code blocks, debug the code. You'll find the error.

Related Questions