How C++ looks with C highlighting

C code posted by J. Wedekind
created at 14 Sep 22:40

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
template< typename T >
T plus( const &T x )
{
  return -x;
}

template< typename T >
class image
{
public:
  image( const image< T > &_image ) {}
};
161 Bytes in 2 ms with coderay