#include "ccc.h" int main ( int argc, char* argv[] ) { fstream output; output.open("Hello.txt", ios::out); output << "Hello, World!" <