This is the command rmccmt that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
rmccmt - remove comments from C and C++ programs
SYNOPSIS
rmccmt [-n] [-c] [file ...]
DESCRIPTION
This program removes comments from C source code, both traditional and C++ style comments.
Each traditional comment is replaced with one space, and C++ style comment is replaced
with a newline. With the `-n' option, newlines inside traditional C comments are kept.
With the '-c' option, code is removed and comments kept.
Use rmccmt online using onworks.net services