Jump to content

Recommended Posts

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 !

  • Like 1
Link to comment
https://royalhack.net/forums/topic/11201-networking-in-c/#findComment-25524
Share on other sites

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!

Link to comment
https://royalhack.net/forums/topic/11201-networking-in-c/#findComment-25529
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Read Terms of Use to continue