Networking in C++

  Рет қаралды 233,857

The Cherno

The Cherno

Күн бұрын

Check out Hostinger for all your web hosting needs! Use coupon code CHERNO for a bigger discount ► hostinger.com/cherno
Patreon ► / thecherno
Instagram ► / thecherno
Twitter ► / thecherno
Discord ► / discord
Game Networking Sockets ► github.com/ValveSoftware/Game...
Walnut Chat Download ► github.com/TheCherno/Walnut-C...
Walnut Chat code ► github.com/TheCherno/Walnut-Chat
Walnut-Networking ► github.com/StudioCherno/Walnu...
Walnut ► github.com/StudioCherno/Walnut
Hazel ► hazelengine.com
🕹️ Play our latest game FREE (made in Hazel!) ► studiocherno.itch.io/saving-c...
CHAPTERS
0:00 - Networking in Cpp
8:16 - Overview of this video
9:58 - Networking library and project architecture
14:27 - Game Networking Sockets API overview
17:52 - Headless build configuration
21:26 - Building on Linux
23:42 - Deploying onto server and running the project
💰 Links to stuff I use:
⌨ Keyboard ► geni.us/T2J7
🐭 Mouse ► geni.us/BuY7
💻 Monitors ► geni.us/wZFSwSK
This video is sponsored by Hostinger.

Пікірлер: 377
@TheCherno
@TheCherno 11 ай бұрын
Thanks for watching! Links to everything in the description, give Walnut Chat a go (if the server hasn’t crashed yet…)! Also don’t forget to check out Hostinger for all your server and hosting needs - go to hostinger.com/cherno and use coupon code CHERNO at checkout! ❤
@matthewissa
@matthewissa 11 ай бұрын
Hell yeah! This is awesome!
@CodeParticles
@CodeParticles 11 ай бұрын
@TheCherno, With all due respect and time constraints and all. I feel slightly disappointed that you had to use a 3rd party to construct your networking protocols. You can easily go from Linux to Windows by creating a client and server program and vice versa with using winsocks2 for windows and cygwin network drivers to run native Linux apps on windows. I feel only a handful of us who are insane & hardcore enough to write our own game & physics engines from scratch should also have this same belief in networking as well. Just my 2 cents =)
@cyberchef8344
@cyberchef8344 11 ай бұрын
@@CodeParticles Why? How is what you're doing any better than using a 3rd party that handles the OS specifics for you? If anything, your solution would probably result in less efficient code, because you're reinventing the wheel. And, if it is truly about the idea of being "insane and hardcore", as you put forth, then why use cygwin network drivers? (That sentence doesn't make that much sense btw, but I'm interpreting it as you're using it as a method of portability between Linux and Windows). Wouldn't a truly "insane and hardcore" thing be to simply build your own network layer that creates an abstracted socket implementation built on top of each individual OS API you wish to support? He mentioned that he doesn't have a lot of experience in networking, and his channel caters to game developers - I would argue his choice of using the steam library is actually a very good one. It's generally not advisable to teach the intricacies of a subject you are not intimately familiar with, and a 3rd party library allows him to cover "how to do it" without really understanding how it works.
@josealejandrovaroncarreno1692
@josealejandrovaroncarreno1692 11 ай бұрын
@TheCherno is possible to create raw sockets in c++ windows ?
@navcodetech
@navcodetech 11 ай бұрын
@TheCherno hey great video again. I have learned more about C++ from your tutorials than any other ones. Just a suggestion would mind creating a video on C++ Software interview prep? I'm sure a lot of people would be interested. Thank you.
@anafro_ru
@anafro_ru 11 ай бұрын
I think that the lack of networking built-in in C++ is a deep joke about C++ programmers finding making friends difficult :)
@notuxnobux
@notuxnobux 11 ай бұрын
In C++ your friends can touch your private parts
@anafro_ru
@anafro_ru 11 ай бұрын
@@notuxnobux 💀⚰
@CPSPD
@CPSPD 11 ай бұрын
@@notuxnobux lmfao
@ronaldweasly561
@ronaldweasly561 11 ай бұрын
Type enemy instead
@nishithkumar2634
@nishithkumar2634 11 ай бұрын
Java devs dying at this joke
@beterax
@beterax 2 ай бұрын
I love this channel for actually going balls deep into these kinda topics. A typical internet article would leave me with questions and abstract explanations without allowing me to actually write some decent code.
@davisdjosh
@davisdjosh 11 ай бұрын
Side note, I don't think you need crossover cables anymore. I think NIC's can auto negotiate direct connections now. Some kind of update to the Ethernet Standard.
@thewhitefalcon8539
@thewhitefalcon8539 11 ай бұрын
since gigabit it's mandatory. Some 100 NICs also support it as a bonus
@kurt7020
@kurt7020 11 ай бұрын
I think the standard was MDI or MDI-X or whatever - but yes.
@RaffaeleSansone
@RaffaeleSansone 11 ай бұрын
I can confirm modern computers don't require crossover cables to communicate when connected directly to each other. I used rtp midi just fine
@TheCherno
@TheCherno 11 ай бұрын
Ah cool. I’m still living in the 2000s 😆
@datarioniboii3986
@datarioniboii3986 11 ай бұрын
@@kurt7020 yup Auto-MDIX.
@weirddan455
@weirddan455 11 ай бұрын
Hey Cherno remembered that Linux exists. +1 for more Linux videos please :)
@friedrichmyers
@friedrichmyers 2 ай бұрын
Linux is good but it is hard to develop games on it. And for a Unix/Unix-like system it is better to use BSD anyways.
@joshnjoshgaming
@joshnjoshgaming Ай бұрын
@@friedrichmyershow is it hard to develop games on linux
@friedrichmyers
@friedrichmyers Ай бұрын
@@joshnjoshgaming Ok, here we go. It seems like you're a fanboy. Let me break it down: 1. Fuck Nvidia. With that out of the way 2. No major engine support. Although, I don't use engine and go low level most of the time, there are times where I use an engine for quick implementations. 3. No debugger. "Oh but that's an IDE thing". No. Linux just particularly sucks at providing an IDE. I use Emacs, even on Windows but I still use Visual Studio for its debugger and LSP. There's nothing like it in the market. No. Jetbrains doesn't come close 4. Collaboration. You know, when you have a job, you don't work on your own. Developers work with you. To make the best of your time, remove the OS barrier. 5. Why would I bother about Windows? Because everyone plays games on Windows so why would I develop on some platform and fix errors on something else? One tool doesn't fit all. I've been a hardcore linux user for like 5 years. Loved it. But the support isn't there.
@joshnjoshgaming
@joshnjoshgaming Ай бұрын
@@friedrichmyers i asked a simple question, douche, way to make assumptions and be rude for no reason. also, its clear you go "low level" (xD) cuz I don't know what engines arent supported, unreal godot and unity all have full linux support.
@sheepcommander_
@sheepcommander_ 14 күн бұрын
Godot!
@RobCanadian1
@RobCanadian1 11 ай бұрын
Just wanted to say I've just discovered you're channel, and this is such fantastic content. Really appreciate the hard work you put into these videos, I look forward to following you!
@irrelevantdev
@irrelevantdev 11 ай бұрын
Seeing you upload a video makes me really excited to watch. Keep it up! I love your content.
@colinmaharaj
@colinmaharaj 11 ай бұрын
I use c++ builder, and they usually bundle a networking library called Indy v10. It really has a lot of client and server networking components with support for SSL. You can do very low level programming for both tcp clients and servers, or add your own web server. I have actually use this to create an email client to aid in automating some email tasks via command line .
@DrShwynx
@DrShwynx 11 ай бұрын
awesome video. I'm not sure if you were aware, but Visual Studio has a remote debugging feature. You can edit on Windows, and compile and debug on another machine via ssh. This would save you the trouble of copying the code, compiling the code figuring out how to debug in linux (in case something doesn't work). Hope this helps in the future.
@stephen686
@stephen686 11 ай бұрын
Thank you for bringing back the cool colours in the background in your videos.
@TechnicJelle
@TechnicJelle 11 ай бұрын
Yesss please more Linux videos! I'm especially interested in how to make proper cross-platform software, that is easy to build on both Linux and Windows.
@hawks3109
@hawks3109 11 ай бұрын
That's pretty easy conceptually :) I write c++ code on windows that compiles for linux and windows. I am at the network level so a ton of my code is low level and OS dependent. All you do is make a platform specific layer at the very base where you wrap all platform specific code under the same functions. Then you just configure your compilation params to only compile the files for the target platform. You can do this via cmake config params, in visual studio you can make different build targets. etc. An example is this: Windows_Platform.h int platformIndependentCode() { do something windows specific; return value; } Linux_Platform.h int platformIndependentCode() { do something linux specific; return value; } main.cpp int main() { platformIndependentCode(); return 0; } then compiling for linux would be: g++ main.cpp Linux_Platform.h this clearly wouldn't work and is a loose example, but that's how most do it. They wrap it all up in the same function redefined for each system. You can do the same thing using defines. Something like this: Platform_Secific.h #ifdef WINDOWS int platformIndependentCode() { do something windows specific; return value; } #else ifdef LINUX int platformIndependentCode() { do something linux specific; return value; } #endif for this method, you can define one or the other. Obviously this needs cleaned up because you could end up defining both and blah blah blah errors errors bugs right? But you get the basic idea I hope. Let me know if you have questions!
@ycombinator765
@ycombinator765 11 ай бұрын
@hawks3109 bro your discord? I want to have some discussion over this you
@Ozzymand
@Ozzymand 11 ай бұрын
Finally! I've been waiting for this exact video for YEARS now
@KyleGobel
@KyleGobel 11 ай бұрын
The HTT protocol, the UD protocol, and the TC protocol
@ipizza9941
@ipizza9941 11 ай бұрын
My goal is to become so well - versed with C++ and networking that I can comprehend this video.
@yuplucas4023
@yuplucas4023 11 ай бұрын
About the executable not finding the shared library when you execute it, you could either: 1. set the LD_LIBRARY_PATH to point to where your executable is ( export LD_LIBRARY_PATH=/path/to/shared/lib:$LD_LIBRARY_PATH ). This way the dynamic linker will find the library. 2. ELF files have an entry called rpath. This is used by the dynamic linker to load the shared libraries. When you link the executable with the shared library, you can tell the linker to set rpath to '$ORIGIN' to load libraries in the same directory as the executable. Tbh I have no idea why 2 is not the default :P
@decky1990
@decky1990 11 ай бұрын
Mannn you brought back so many memories of LAN parties with the crossover cable mention - good times
@friedrichhayek4862
@friedrichhayek4862 11 ай бұрын
27:31 You have to tell the linker to load the libraries in the local directory.
@mrshodz
@mrshodz 11 ай бұрын
Neat video. I like how you show how things are setup on Windows. I come from a non-Windows environment, it makes the video easier to follow.
@rahulyavvari
@rahulyavvari 11 ай бұрын
Hey Cherno, can you do a video on "Serialization in C++" for the C++ series....
@AleksandrStrizhevskiy
@AleksandrStrizhevskiy 11 ай бұрын
Thanks so much for making this video. I am new to C++ and bought some Udemy courses. I was surprised when going through them that I did not see lessons on Networking.
@MarcinKwiatkowski
@MarcinKwiatkowski 11 ай бұрын
I'm solutions architect, and software engineer in field of networking for around quarter of century and I'm surprised how developers lacks in networking programming knowledge in 21st century, where we live in connected world since decades. I saw such deficiencies even among programmers who were developing 5G. Anyway you're doing excellent job making your videos! Good luck and please keep going. It's a pleasure to watch your videos.
@jordansprojects
@jordansprojects 10 ай бұрын
I recently graduated with my bachelors in Computer Science. At my school they did not cover it well. There was very little programming. We mostly learned about the OSI Layers and protocols. Which I think is valuable and it is worth knowing, but we certainly did not learn what we needed to learn to be good engineers. Luckily great resources like Cherno exist- so here I am! TL;DR: I believe you. I do not think my CS education covered networking very well.
@shishirjais
@shishirjais 6 ай бұрын
You're right, Marcin. Meanwhile, could you please suggest a learning path (preferably with a few online tutorials) that traverses from fundamentals to expert level knowledge?
@codinablack
@codinablack 7 ай бұрын
I'm so glad you decided to "treat this video like a tv show"! Best laugh I had in a long time! >Anyways, great video as usual, love the way you explain things, and congrats on the upgraded camera, your video is definitely HighDef now :D
@cubedude76
@cubedude76 11 ай бұрын
I would love to learn more about networking basics so I can understand what the high level process is for making a connection to a server, how to handle basic errors, etc.
@sorry-randomvids4553
@sorry-randomvids4553 11 ай бұрын
Great Stuff, I love these type of videos where you teach more on things that are not really apart of c++ and where you need outside libraries, and learning those are exetremly confusing e.g learning encryption in c++ took ages and only installing the libraries where a whole process in it of itself
@yanickpoirier8094
@yanickpoirier8094 7 ай бұрын
FYI: There is 2 RJ45 termination standard: 568A and 568B. A straight Ethernet cable is a cable that has both ends terminated with 568A or 568B. A crossover cable has one end terminated 568A and the other one is 568B. There is no 568B crossover: it's a 568A. Hooking 2 PCs back-to-back (i.e. without a switch in between) with an Ethernet cable no longer required a crossover cable IF both interface card are set to 1Gbit or higher. The network cards will do the crossover "internally". It's in the specs of Gigabit network. 10Mbit and 100Mbits connections do require crossover cables even if the card is capable of Gigabit. The same goes when connecting 2 switches (or hubs) using regular network ports.
@IshanChaudharii
@IshanChaudharii 11 ай бұрын
I remember seeing a fork of the library on cherno's GitHub and kinda guessed a video might come up.. well here it is!
@granite657
@granite657 11 ай бұрын
I was literally meddling in this subject very recently, I am fortunate that this video would now teach me the more finer points of this very prospect.
@sirsneakybeaky
@sirsneakybeaky 11 ай бұрын
I tried to get into c++ networking to early in my learning and it about made me have an aneurysm. It baffles me how c++ is so far behind here
@granite657
@granite657 11 ай бұрын
​@@sirsneakybeaky Honestly it helps to be compelled into using lower level functions to provide a service. You learn a lot more about the system under the hood and are more able to anticipate problems or possible complications later on. I made a webserver in C before and I learned a metric ton about networking that I wouldn't be able to had I not ventured out of my comfort zone. (The entire outside world of which happens to be anything that has to do with networks haha)
@jefferson5884
@jefferson5884 10 ай бұрын
Thanks, that's a great video! I'll definitely follow every single step. :)
@HiImKyle
@HiImKyle 11 ай бұрын
Any video on the UI? I know you did a video a while ago but from what I remember the project in the description for it was just left for dead
@LetuscontinueBlending
@LetuscontinueBlending 11 ай бұрын
I think the "TV show" aspect is good, its a lot more fun to watch and it doesn't take any information away from the video. In fact I think its a better learning experience as a whole
@ParthaSutradhar
@ParthaSutradhar 11 ай бұрын
What theme you are using for c++ syntax in VS?
@quadric_
@quadric_ 11 ай бұрын
27:30 I believe you should use the (already existing) /usr/local/lib directory
@emty5526
@emty5526 11 ай бұрын
then the `export LD_LIBRARY_PATH...` step also wouldn't be necessary
@HamzaHajeir
@HamzaHajeir 11 ай бұрын
My brain compiler is looking for the declaration/definition of Buffer class. Is that available as open source?
@speyck
@speyck 11 ай бұрын
could you make a video about all the make stuff. on linux u used like make, premake and gmake but also mentioned cmake thoughout the video. it‘s kinda confusing for me to choose which of these I should use for my projects
@fa-pm5dr
@fa-pm5dr 11 ай бұрын
it's like the cherno wants me to procrastinate work on monday
@uzoochogu
@uzoochogu 11 ай бұрын
Coool, I'm definitely trying this.
@MatanSpada
@MatanSpada 11 ай бұрын
Hi, side question, Could you please write what photography and recording equipment you use?
@l_or_enzociotola8298
@l_or_enzociotola8298 11 ай бұрын
even on vacation imma watch your videos!
@jonforhan9196
@jonforhan9196 11 ай бұрын
you have taught me so much I love your videos
@davidbow2743
@davidbow2743 11 ай бұрын
would love a video detailing how to statically link this library. tried following your tutorial (for static lib linking) with this which just fails, or requires i reference the .exp file, and then libcrypto and protobuff dll's still have to link dynmically.. I just want to embed the networking code in my dll... 😢
@parlor3115
@parlor3115 11 ай бұрын
Great video as usual, but can you point me to the exact code that sends all my data to the steam server?
@_matte
@_matte 11 ай бұрын
Just curious, why do you "dislike" vcpkg? Or is it just a personal preference managing your own libraries?
@ashu-NO1
@ashu-NO1 11 ай бұрын
does Hazel use GNS library? i am also working on a hobby game engine project , wondering if I can use this for a serious project
@manofacertainrage856
@manofacertainrage856 11 ай бұрын
Game programmers do it differently - why not the networking TS which is almost part of C++ (and has been for a while) or the full-fledged ASIO?
@aresaurelian
@aresaurelian 11 ай бұрын
Good work. This is quite useful.
@garri_gueta
@garri_gueta 6 ай бұрын
you make it more interesting than what it is :D, thanks
@LightBlazeMC
@LightBlazeMC 11 ай бұрын
The best C++ teacher out there
@IlyesCodes
@IlyesCodes 11 ай бұрын
I can only agree with you
@sharkdavid
@sharkdavid 29 күн бұрын
Agreed. I got a job at Tesla because of this man.
@markuskluever4059
@markuskluever4059 11 ай бұрын
I'm looking forward to that state machine vid
@elakstein
@elakstein 11 ай бұрын
+1
@kplays_6000
@kplays_6000 11 ай бұрын
+1
@arimil.
@arimil. 11 ай бұрын
Can't wait to see Cherno do Linux dev, but I have a feeling he's going to avoid it and do some cross compile thing with mingw or something.
@motbus3
@motbus3 11 ай бұрын
I'm happy to have C++ series back
@kanskejonasidag1
@kanskejonasidag1 11 ай бұрын
I've been looking forward to this! 🎉
@Fokziu
@Fokziu 11 ай бұрын
asio has standalone mode that can be used without boost
@AmmarH413
@AmmarH413 11 ай бұрын
thank you for existing
@Bagginsess
@Bagginsess 11 ай бұрын
Is there a book or website that provides in depth guides, possibly college level, on networking for games? Specifically unreal engine.
@Asdayasman
@Asdayasman 11 ай бұрын
12:20 what a time to be alive, where Australian Yugi Moto can teach us about programming. Seriously how did you do that with your hair?
@StevenMartinGuitar
@StevenMartinGuitar 11 ай бұрын
Every CPP dev: "I didn't like all the existing solutions because I didn't want to rely on third party libraries, so I made my own which can can download in the description to rely on in your own code" 😂
@StevenMartinGuitar
@StevenMartinGuitar 11 ай бұрын
(Joking clearly.... glad to see some awesome networking vids on this channel)
@PistachoGirasol
@PistachoGirasol 11 ай бұрын
just what I needed
@linminsu3443
@linminsu3443 11 ай бұрын
Would it be possible for you to cover more intermediate networking topics like protobuf?
@sloth6765
@sloth6765 11 ай бұрын
Isnt RPC/remote procedure calls built in?
@speyck
@speyck 11 ай бұрын
what‘s the difference between headless and cli?
@user-ih1ms7ml1b
@user-ih1ms7ml1b 8 ай бұрын
Im using ENet, also an easy to use lightweight UDP based library for typical game networking.
@brakpseudonimu236
@brakpseudonimu236 11 ай бұрын
I think with modern network adapters you can just use straight cable and it will be fine.
@phee3D
@phee3D 11 ай бұрын
I remember writing a c# networking system based on tom weiland's original c# networking tutorials and realizing later how much a waste of time it was to write it because the end result ifor all these libraries is the same: send message, send message reliably over udp, receive message. Everything else, you should be doing at the application level anyways so it doesn't make sense to write the actual sockets library unless you're curious to understand it, or if you think you have some ground breaking ideas that will revolutionize how the underlying transport works. So I agree, many times you don't need to understand how something works as long as you can effectively use it, better to concentrate on your own application.
@Kazyek
@Kazyek 11 ай бұрын
You don't want to just "reliably send mover udp" though. Sometimes you need reliability and ordering, sometime you just need reliability without necessarily ordering, but most of the time for any real-time application like a game, what you want the most is just the latest one reliably, not caring about lost messages when a newer have been sent. Then, there are various strategies to archieve that to various trade-off of latency and bandwidth, depending on your bandwidth needs. (the most efficient trick for low-latency game networking is a lot of redundancy, because you want the lowest latency possible and the bandwidth usage is usually pretty minimal).
@phee3D
@phee3D 11 ай бұрын
@@Kazyek i understand that, i do that at the application level using a tick system, each packet is associated with a tick and I can decide how to handle out of order packets. My point was you can find libraries thay implement the low level transports already and writing them yourself is usually a waste of time unless you have some particular requirements on how the messaging works.
@Bozebo
@Bozebo 11 ай бұрын
@@phee3D Your point is wrong though. That particular requirement of wanting a mix of reliable communication and minimum-latency communication comes up in any fast action game. I would say though, there could easily be a networking library specific for games that could expose the right interface, I haven't investigated that. It's also really simple to develop, it's barely an afterthought compared to how you actually architect a game when networked: everything needs to eventually be unified on an event stream regardless if caused by network, user input, game script, response to detected events, "ai" input, etc. then you have to build the game logic underneath that layer. That's without considering the tick rates of concurrent threads, or if you're lock stepped, what your interpolation/extrapolation method is, how the actual architecture works (p2p, single server, or more like an mmo), if the server has complete authority over all actions or if there is some client event triggering with heuristic checks, or so many other strategies. Writing some boiler plate standard code to move bytes is not an issue or difficulty whatsoever.
@phee3D
@phee3D 11 ай бұрын
@@Bozebo you didn't understand what I said. I never said you don't need a mix of reliable communication as well as fastest possible communication. I said these libraries should perform the following functions: send message, send reliable message over udp, receive message. By "send message", the first one in this list, I meant just sending messages as fast as possible, without considering any reliability. I myself am currently making a game where I use unreliable message sending for things such as player position and I also use reliable messages for events such as player death.
@cyberchef8344
@cyberchef8344 11 ай бұрын
Honestly I've never had any issue with cpp not having a socket interface. I use cpp all the time at work for windows based applications. When I use it at home, it's always for something OS specific. There aren't many projects where I would choose cpp as the go to language if it needed to be OS agnostic. Obviously it makes sense for a game engine, but I don't build game engines :)
@yassinetaya7193
@yassinetaya7193 11 ай бұрын
c++ is powerfull languge when it comes to performonce i remember when i built a webserver using c++ i has so much fun learing how the socket works and serving full static website , great video btw
@vivekkoul4428
@vivekkoul4428 11 ай бұрын
Yesterday only I learned how to build a simple server using javascript with the help of nodejs. How different will be building a simple server in C++?
@LSI87
@LSI87 11 ай бұрын
Wow .... in this video a lot of info... super vlogs .... C++ power
@cglike
@cglike 11 ай бұрын
Why you do not use WSL/Docker for Linux environment in Windows ? They are really convenient
@rajatmond
@rajatmond 11 ай бұрын
ASIO is the better part of boost. And it is independent of boost actually and you can have a standalone installation. For a rigorous use of any I/O (not just networking) what I came to understand over 3-4 years is that you absolutely need to have a reactor or proactor design in palce anyway (maybe also with an event loop). That's exactly what ASIO is. Nothing more, nothing less. That's why I even use it on my embedded projects (esp32 with only 512 kb of ram has ported ASIO). It just makes I/O in general more robust and failsafe. The very concept of I/O is very complicated. These designs not only make life easier, they will at the same time help you understand the true nature of the problem and how to solve it.
@mohammadvaldianandatauhid3125
@mohammadvaldianandatauhid3125 11 ай бұрын
FINALLY!
@HumanGamer
@HumanGamer 11 ай бұрын
I Love C++, it's my favourite programming language. C is also cool. But I love the syntax of C++, I love how it works on basically everything, I love how you can access it from other languages like C#. I also love the performance. Who's with me? :D
@OneMeanDragon
@OneMeanDragon 11 ай бұрын
there is ASIO if its still being updated for the stl EDIT:(There is an option in it to not use boost aswell just an fyi lol or wouldent even say)
@sir.niklas2090
@sir.niklas2090 2 ай бұрын
CC on: "Hey guys my name is China welcome back to" :'D
@SpencerP96
@SpencerP96 3 ай бұрын
Can you not just use a message queue and make the key it connects to the others ip?
@user-zi6me9mw5e
@user-zi6me9mw5e 11 ай бұрын
Problems with "error while loading shared libraries" is common on linux when not using any sort of build systems that automates it. This can be simply fixed by providing paths for run-time linker where to look for libraries when building app (example from stackoverflow): gcc -L/path/to/lib -Wl,-rpath,/path/to/lib -lxmlrpc_client++ ... ./run-my-program Here, "-Wl,-rpath,/path/to/lib" is exactly the thing that fixes this kind of issue and /path/to/lib is path where run-time linker will look while searching for .so library
@koniply
@koniply 7 ай бұрын
visual studio extensions?
@homomorphic
@homomorphic 11 ай бұрын
I use asio. It is very good and yes, I won't touch anything that requires boost either, but as you note asio has a stand alone project and that's what I use.
@RAHULTMNT100
@RAHULTMNT100 5 ай бұрын
why dont you like boost
@homomorphic
@homomorphic 5 ай бұрын
@@RAHULTMNT100 I don't want a dependency on a rapidly evolving library. Asio library is pretty stable.
@apivovarov2
@apivovarov2 11 ай бұрын
@16:00 spinning in loop with 10ms sleep? Controversial design. Can we use wait/notify approach instead?
@sinom
@sinom 11 ай бұрын
Surely networking TS will be merged with c++26. Surely.
@btiwari-games5279
@btiwari-games5279 9 ай бұрын
I remember watching your old video on networking on java we are getting older very fast👀
@Erarnitox
@Erarnitox 11 ай бұрын
There will be Networking in the C++26 standard most likely. You can search for Networking TS. And the library that is closest to that and will give you the easiest time migrating would be asio. There is a standalone version of asio you can get from ThinkAsync also, no need for the entire boost library. Honestly I think even for Games asio is a really good fit. But as you said: everyone has their preferences for sure and you are not forced to use that at all also. Yours seems to be going against the mainstream a little bit. That also shows in your build system choice :p
@not_ever
@not_ever 11 ай бұрын
I searched for Networking TS and it seems that no one is currently working making the changes necessary to get it into C++26. Is It still being worked on?
@abhinavk0929
@abhinavk0929 11 ай бұрын
​@@not_everthat happens in C++ committee quite a lot, you can never be fully sure that you'll get that feature in c++26
@pajeetsingh
@pajeetsingh 11 ай бұрын
Best subtitles: "Hey guys my name is China welcome back.."
@DeathAtYourDoorStep
@DeathAtYourDoorStep 11 ай бұрын
good video this is something i like to see from u!
@Asdayasman
@Asdayasman 11 ай бұрын
26:30 you for sure want your executables to be _owned_ by root:root though, so an unprivileged user can't change them. Generally a "good enough" pattern is to have files chowned to root:root, a nologin user called something like "app-server-headless" that runs your program(s) (usually under systemd nowadays), and then some accounts for your server administrators that have sudo access. You can restrict the sudo access or start messing with groups or even SELinux if you want to go hard on hardening, but "good enough" works aight.
@pizzaprime2k260
@pizzaprime2k260 11 ай бұрын
waiting for this video for a while
@josephreynolds7395
@josephreynolds7395 11 ай бұрын
This came in a timely manner lol
@Skulltroxx
@Skulltroxx 11 ай бұрын
Could it be that Valve made GNS to support their games? Or, is there no connection?
@Rajeshsingh-ws5th
@Rajeshsingh-ws5th 11 ай бұрын
as you said in start of this vid, the it uses OS libs like winSock, but I believe that is also written in C++.
@jwadaow
@jwadaow 11 ай бұрын
Bjarne was talking about the C++ standard networking being based on ASIO.
@akashpatikkaljnanesh
@akashpatikkaljnanesh 11 ай бұрын
Woohoo I made the 2 second cut! :D
@memoally
@memoally 11 ай бұрын
Can you also cover boost asio & boost beast in some video?
@delanomartin
@delanomartin 11 ай бұрын
Who else watches these videos not understanding a thing cause you are new to programming but still enjoying it so much. Thanks TheCherno!
@ABDTalk1
@ABDTalk1 11 ай бұрын
me
@cyberchef8344
@cyberchef8344 11 ай бұрын
If you're watching for pure enjoyment that is perfectly fine, but just make sure you don't get overwhelmed. There are many years between a new programmer and all of the advanced topics he covers in his videos. Definitely cool to see the "endgame" but make sure you focus on the basics as well! Good luck with the journey :)
@delanomartin
@delanomartin 11 ай бұрын
@@cyberchef8344 Thanks for the encouraging words! I will indeed take things step by step :)
@woolyLinks8072
@woolyLinks8072 11 ай бұрын
im legit doing this for work right now for the first time lmfao
@huyvole9724
@huyvole9724 11 ай бұрын
Can you deep tutorial about C++ Networking about: Asio, Boost Asio, SDL2, Winsock2 ?
@siientbeeast13
@siientbeeast13 11 ай бұрын
THis is what ive been waiting for
@mariusirgens5555
@mariusirgens5555 11 ай бұрын
And it is available for vcpkg - that is all I ask for in a library tbh 😎
@anon_y_mousse
@anon_y_mousse 11 ай бұрын
I looked through the comments and could only find like two people addressing this point, so I'll address it myself and add to it, that you should've just used LD_LIBRARY_PATH and set it before calling the program. The path can be relative as well, so subdirectories are fine, but you can even just use '.' in cases where they're in the same directory. Second of all, if the distro you're using is setup properly then you should be using and already have a path for /usr/local/lib or in some cases /usr/local/lib64, though most would only have that if you do any 32-bit cross compiling work. You almost got that one right, but it was backwards because the local comes first. It's where all of the files should be collected that you create on top of the distro files.
@realKlik
@realKlik 11 ай бұрын
nice subtitle at the start. "Hello guys my name is China.."
@Xiefux
@Xiefux 11 ай бұрын
you mentioned a crossover cable, but you don't actually need one. the computer can figure it out itself, so a normal cable will work
@IsaacC20
@IsaacC20 11 ай бұрын
The Cherno > Right. So you're sick of being alone. You need to connect with the world. That hit different.
@0xShawnAdams
@0xShawnAdams 11 ай бұрын
I was so happy to see a networking in c++ video, since all the videos I've seen try go into boost::asio just to abstract it away with some custom wrapper class. I never heard of steam's networking library. Please do more Linux videos as well!
Learn Network Programming  in Python ( concepts + 2 Projects )
1:21:54
How to Properly Setup C++ Projects
32:46
The Cherno
Рет қаралды 96 М.
Me: Don't cross there's cars coming
00:16
LOL
Рет қаралды 12 МЛН
ИРИНА КАЙРАТОВНА - АЙДАХАР (БЕКА) [MV]
02:51
ГОСТ ENTERTAINMENT
Рет қаралды 12 МЛН
When You Get Ran Over By A Car...
00:15
Jojo Sim
Рет қаралды 15 МЛН
1 or 2?🐄
00:12
Kan Andrey
Рет қаралды 42 МЛН
Linux on Windows......Windows on Linux
23:54
NetworkChuck
Рет қаралды 204 М.
Should you learn C++?? | Prime Reacts
20:29
ThePrimeTime
Рет қаралды 326 М.
C++ Network Programming Part 1: Sockets
1:13:52
Nicholas Day
Рет қаралды 108 М.
WHY did this C++ code FAIL?
38:10
The Cherno
Рет қаралды 194 М.
So, you want to be a programmer?
20:43
ForrestKnight
Рет қаралды 172 М.
Bjarne Stroustrup: C++ | Lex Fridman Podcast #48
1:47:13
Lex Fridman
Рет қаралды 1 МЛН
BEST WAY to make Desktop Applications in C++
26:00
The Cherno
Рет қаралды 890 М.
how Google writes gorgeous C++
7:40
Low Level Learning
Рет қаралды 808 М.
SOME UNIQUE C++ CODE! // Pacman Clone Code Review
26:42
The Cherno
Рет қаралды 263 М.
Me: Don't cross there's cars coming
00:16
LOL
Рет қаралды 12 МЛН