Skip to content

Some Interesting C++ Caveats

Posted on:June 25, 2024 at 08:13 AM

What if I say I can just compile a hehe.meow file as a cpp file?

The following runs just fine.

g++ -x c++ hehe.meow -o hehe
./hehe
Hello, World!