So I’ve been working on networking for my C application and began to wonder if I could make cross platform connections. The reason I’ve been wondering this is because I BELIEVE I’ve seen cross platform connections before. Currently, I don’t want to write out code for windows and linux without knowing if it will work, I also don’t want to write out code for windows and linux and then realize it’s possible, but I have to do it in a different way.
I’ve been searching for a while but found no concrete answers on the subject.
Sorry if this question is stupid or poorly written, thanks for helping.
2