thesstraight 2 Posted January 15 Report Share Posted January 15 Hey I want to get into networking in C++ making severs and clients as such. Any good material like learncpp.com does? 1 Quote Link to comment https://royalhack.net/forums/topic/11201-networking-in-c/ Share on other sites More sharing options...
UnstucK 1475 Posted January 15 Report Share Posted January 15 9 hours ago, thesstraight said: Hey I want to get into networking in C++ making severs and clients as such. Any good material like learncpp.com does? If I were you, i would first start learning the basics, how a computer works, what's an operating system, then go on with C programming. Think of a software you would like to implement, a basic one (most developers starts by coding a calculator, it's a classic), and just read C/C++ tutorials, then try to implement yourself. The most important part is: experiment, do not be scared to crash your program, who cares, as long as you understand every single line of code, you'll make progress As for materials, i have no clue to be honest, i learned programming a while ago, there are probably hundreds of very good websites/books to grab now, just pick one and focus ! 1 Quote Link to comment https://royalhack.net/forums/topic/11201-networking-in-c/#findComment-25524 Share on other sites More sharing options...
thesstraight 2 Posted January 16 Author Report Share Posted January 16 I have been making programs in C++ for some time. I am starting chapter 8 on learncpp.com going thru to learn more and I can say my coding has improved, I have watched YT courses for C and went thru whole learn-c.org website. Made game hacks recently d3d9 wallhack but now I find my interest in networking. Thanks for your response! Quote Link to comment https://royalhack.net/forums/topic/11201-networking-in-c/#findComment-25529 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.