Communicating with Ports in c++

I want to learn how to communicate with ports in c++ in a way that is platform independent.
in a way that is platform independent.


C++ has no knowledge at all of ports (or indeed, any hardware). If you want to interact with hardware, it will be platform-dependent.
Topic archived. No new replies allowed.