myclass.cc revision 2a2ba905b6980a59bbc26506a3a0c1a0ce2ba9fe
#include <iostream>
#include <string>
#include <header.h>
#include "myhead.hh"
class MyClass {
public:
MyClass() {
}
virtual ~MyClass() {
}
void print();
private:
};
/*
Multi line comment, with embedded strange characters: < > &,
email address: testuser@example.com and even an URL:
http://www.example.com/index.html and a file name and a path:
<example.cpp> and </usr/local/example.cpp>,
example2.cpp and /usr/local/example2.cpp.
Ending with an email address: username@example.com
*/
// C++ also supports single line comments
char c = '''';
int i = 123;
}