you are viewing a single comment's thread.

view the rest of the comments →

[–]Antarchomachus 2 insightful - 1 fun2 insightful - 0 fun3 insightful - 1 fun -  (0 children)

Ok then this is fine for writing a socket server. You will actually get a great idea of how this works behind the scenes, because C forces you to do everything manually. My first socket server was in Python, which gets interpreted to C, but the interface hid a lot of the complexities.

I am not a huge fan of the dot net environment, but C# in general is pretty easy to get used to if you know C already.