Skip to main content
edited body
Source Link
Mawg
  • 9.4k
  • 6
  • 41
  • 94

Eclipse CDT is a free C/C++ IDE which has a key combination (Ctrl+Shift+O, IIRC) which will remove unused #include and add those which are missing.

Most modern compilers (such as GCC) will wantwarn you of unused parameters.

As a general topic, look at static code analysis tools, such as Lint .

See also (list of free static code analysis tools).

I recommend the free Splint, but there are many more

Eclipse CDT is a free C/C++ IDE which has a key combination (Ctrl+Shift+O, IIRC) which will remove unused #include and add those which are missing.

Most modern compilers (such as GCC) will want you of unused parameters.

As a general topic, look at static code analysis tools, such as Lint .

See also (list of free static code analysis tools).

I recommend the free Splint, but there are many more

Eclipse CDT is a free C/C++ IDE which has a key combination (Ctrl+Shift+O, IIRC) which will remove unused #include and add those which are missing.

Most modern compilers (such as GCC) will warn you of unused parameters.

As a general topic, look at static code analysis tools, such as Lint .

See also (list of free static code analysis tools).

I recommend the free Splint, but there are many more

added 46 characters in body
Source Link
Mawg
  • 9.4k
  • 6
  • 41
  • 94

Eclipse CDT is a free C/C++ IDE which has a key combination (Ctrl+Shift+O, IIRC) which will remove unused #include and add those which are missing.

Most modern compilers (such as GCC) will want you of unused parameters.

As a general topic, look at static code analysis tools, such as Lint .

See also (list of free static code analysis tools, such a Lint). 

I recommend the free Splint, but there are many more

Eclipse CDT is a free C/C++ IDE which has a key combination (Ctrl+Shift+O, IIRC) which will remove unused #include and add those which are missing.

Most modern compilers (such as GCC) will want you of unused parameters.

As a general topic, look at static code analysis (list of free tools, such a Lint). I recommend the free Splint, but there are many more

Eclipse CDT is a free C/C++ IDE which has a key combination (Ctrl+Shift+O, IIRC) which will remove unused #include and add those which are missing.

Most modern compilers (such as GCC) will want you of unused parameters.

As a general topic, look at static code analysis tools, such as Lint .

See also (list of free static code analysis tools). 

I recommend the free Splint, but there are many more

Source Link
Mawg
  • 9.4k
  • 6
  • 41
  • 94

Eclipse CDT is a free C/C++ IDE which has a key combination (Ctrl+Shift+O, IIRC) which will remove unused #include and add those which are missing.

Most modern compilers (such as GCC) will want you of unused parameters.

As a general topic, look at static code analysis (list of free tools, such a Lint). I recommend the free Splint, but there are many more