Previous - Next
Why Perl?
- The application was written in C++
- It used our company's standard class library
- This included a class for TCP connections
- So writing the simulator in C++ as well seemed natural at first
- The socket implementation on both sides would be the same
- So why didn't I write the simulator in C++?
Previous - Next