Post number #1088531, ID: a86c40
|
Eventually I'm gonna make a texting app in C. I've been learning C for a while now, so I feel ready to start poking at networking. I just have no idea where to start. Do I start with sockets? TCP? Something else? I have no idea! I'm gonna code everything from scratch, cause I dislike using non-base libraries, and it'll be good learning experience.
Post number #1088589, ID: 5c7dc8
|
for now you can stick to a tutorial and bypass the frustrations on the way. Surely you would want to stuff different from the tutorial guy. This has been my advice.
Post number #1088591, ID: 4d24f9
|
Linkedin :D
Post number #1088676, ID: 2b6f7e
|
wdym eventually, just make that texting app now. Just learn what you need as you make that.
I'm not familiar with C, though, sorry, can't help you there. Probably just use whatever method can send messages between computers.
Post number #1088706, ID: e2ccf6
|
here a c tutorial
http://usamimi.info/~suwa/top.html
Total number of posts: 5,
last modified on:
Mon Jan 1 00:00:00 1775229196
| Eventually I'm gonna make a texting app in C. I've been learning C for a while now, so I feel ready to start poking at networking. I just have no idea where to start. Do I start with sockets? TCP? Something else? I have no idea! I'm gonna code everything from scratch, cause I dislike using non-base libraries, and it'll be good learning experience.