Porting even a simple socket application to work on both linux and windows that just sends bunch of data to some port requires lots of #ifdef's and writing the same functions twice just so they'd work on both OS, you could only imagine how much effort would it take to make a whole project that would work on both OSs let alone others. Basically writing the whole code twice, unless you make a genius plan to isolate segments of code that should work on both OS

But what about OS specific functions? What if you can't find an alternative function, I wouldn't get my hands on such project.
Recent comments
2 days 14 hours ago
2 days 23 hours ago
3 days 2 hours ago
3 days 3 hours ago
3 days 4 hours ago
3 days 6 hours ago
3 days 7 hours ago
3 days 8 hours ago
4 days 55 min ago
4 days 1 hour ago