Python Lecture 1 - Basics (2023)
1:00:00
How does the World Wide Web Work?
11:03
NumPy Arrays vs Python Lists
4:04
Streams and File Handling in Java
11:45
Where did Java start?
4:23
2 жыл бұрын
C++ Network Programming Part 1: Sockets
1:13:52
Пікірлер
@shredder7304
@shredder7304 10 күн бұрын
Thank you for posting!
@faanross
@faanross 19 күн бұрын
Thanks for making this course available for free - incredible, really appreciate it! so much free value here, apologies for all the other entitled comments, not sure why i feel the need to apologize, just SO WHACK given all the awesome content you put out for free.
@NicholasDayPhD
@NicholasDayPhD 2 күн бұрын
Thanks so much - you're welcome!
@pastori2672
@pastori2672 Ай бұрын
love it tysm <3
@pastori2672
@pastori2672 Ай бұрын
"so let's copy this copy that.. and bingo"
@ganeshkamath89
@ganeshkamath89 Ай бұрын
Just include Windows.h in the header. It should be enough.
@Darthrein
@Darthrein 2 ай бұрын
This series is seriously underrated for such a high quality explanation!
@NicholasDayPhD
@NicholasDayPhD 2 ай бұрын
Thank you so much - glad this material helps you!
@atharvapatil1286
@atharvapatil1286 2 ай бұрын
Thank you so much!! These mean a lot to me
@NicholasDayPhD
@NicholasDayPhD 2 ай бұрын
You're so welcome!
@mattalikhitasai8226
@mattalikhitasai8226 2 ай бұрын
please upload other chapters from the book
@examswillkillmeoneday1265
@examswillkillmeoneday1265 3 ай бұрын
Thank you, very useful. Question, why does assigning an object to a character pointer work? How does it read it as a char, or does it not and the pointer variable type is irrelevant to the data is can point to? (then begs the question why there needs to be a data type associated with a pointer).
@shivamkumarmanjhi7948
@shivamkumarmanjhi7948 3 ай бұрын
sir can we have your slides for the sake of revision. the video full of information than need to be revisited.
@robn2497
@robn2497 4 ай бұрын
After 2hours typing all the code in manually, it worked :)
@dineshkumarmahanthagugulot7361
@dineshkumarmahanthagugulot7361 3 ай бұрын
Hello can you help me out in understanding socket
@zecuse
@zecuse 4 ай бұрын
For anyone wondering, AF_INET is for IPv4 type addresses not TCP or UDP. AF_INET6 is used for IPv6 addresses. Only the _type_ parameter of the socket function is responsible for determining if it will be TCP or UDP.
@leolumiere1975
@leolumiere1975 4 ай бұрын
Please Share the slides
@faanross
@faanross 22 күн бұрын
literally learn how to screen shot my guy
@macmartin86
@macmartin86 4 ай бұрын
It's so frustrating to understand this, the way you explain it makes total sense, yet in my mind, even with books, there is a storm of words going around in my head and I can't make sense of any line of code, I'm trying to remember variables, types, parameters, values, methods, return types/values, script reach, script lifetime, all this info becomes a blur, I see so many people just easily understand and write programming code, I'm staring at a blank screen and after declaring my fields, I kind of lose sight of what to type next, the hardest part is to identify the code I'm typing, this was a lot simpler in HTML and CSS with the use of divs it was clear what belonged to what, but with this, you have so many things of the same name, things that need to change in name, that take stuff from a simular name but not quite the same, that it just makes my brain melt, I'll have to rewatch this another day, I cannot make sense of it now.
@amortalbeing
@amortalbeing 4 ай бұрын
Thanks a lot
@swizz_uk
@swizz_uk 4 ай бұрын
This blows - you never finished the book :(
@austinbachurski7906
@austinbachurski7906 5 ай бұрын
Can't thank you enough for taking the time to put these videos together, this has been extremely helpful. Thank you!
@nikhilt3755
@nikhilt3755 5 ай бұрын
37:00 af_inet refers to ipv4, not tcp or udp. af_inet6 refers to ipv6.
@d4sty.
@d4sty. 3 ай бұрын
so how do i know if the client uses ipv6 or ipv4??? does it still connect you if you are on a different one?
@deveep339
@deveep339 5 ай бұрын
why would you make it white its so bright my developer eyes cant handle this
@Timo-Epis
@Timo-Epis 5 ай бұрын
THANK YOU!!!!!!!!!!!!!!!!
@abukerhassan1209
@abukerhassan1209 6 ай бұрын
Amazing video brotha !! much helpfull !! Thank you so much
@PaulMetalhero
@PaulMetalhero 6 ай бұрын
Manual memory management everywhere
@Tech_Code127-76
@Tech_Code127-76 6 ай бұрын
Why don't you just dive right in? Some of us hate "theory" just explain things while you code! Otherwise great video!
@kidkyle712
@kidkyle712 5 ай бұрын
Because that's stupid. "Diving right in" just encourages people to type over and barely learn anything. It's important to understand the concepts you're going to implement before actually implementing them.
@kpfxzzsy
@kpfxzzsy 7 ай бұрын
thank you, could you take another video in c#, I very need it.
@stainie
@stainie 7 ай бұрын
This series alone is worth more than a bunch of paid Udemy courses. Thank you Nicholas for sharing your knowledge!
@smizal4834
@smizal4834 6 ай бұрын
Yeah, for sure. This guy deserves millions
@abdelrahmanyasser5720
@abdelrahmanyasser5720 19 күн бұрын
and a 100 videos playlist, just wrapped in 13 videos
@rabblegaming4815
@rabblegaming4815 7 ай бұрын
When you want to not assign a pointer's address at first use nullptr. Example: int * a = nullptr; And a struct is exactly like a class. An example is that a class can inherit a struct. The only difference between structs and classes is that by default all members in a class are private and in a struct all are public by default.
@Morteza7220
@Morteza7220 7 ай бұрын
👏👏🙏
@duydug9967
@duydug9967 8 ай бұрын
uhm, i don't know. i am a person who don't like long video ;-;
@user-ew7vx9xs5u
@user-ew7vx9xs5u 8 ай бұрын
thank you for your effort.
@user-hy9hn9is2h
@user-hy9hn9is2h 8 ай бұрын
how can i download stdafx.h and targetver.h libraries?
@UnrealCatDev
@UnrealCatDev 9 ай бұрын
Seems interesting. Fortunately I want to implement networking for my games and engine in a short future
@mav_games4542
@mav_games4542 9 ай бұрын
Hello mate, I have a project for school, but I don't know how to link two classes together, like to have the little arrow between the two classes.
@PrakashYadav-mc2zs
@PrakashYadav-mc2zs 9 ай бұрын
How I will get solutions of Exercises of chapter 2
@Saleh_Mohammd
@Saleh_Mohammd 9 ай бұрын
Thanks bro, clean voice, clean code❤
@grafteful
@grafteful 9 ай бұрын
Can you provide the slides?
@aryanab3292
@aryanab3292 10 ай бұрын
Nice!
@MalamIbnMalam
@MalamIbnMalam 10 ай бұрын
I assume that this would be similar to network programming with C++ in Linux
@uroojfatima6456
@uroojfatima6456 4 ай бұрын
No.
@Mustafakhan-mf8dx
@Mustafakhan-mf8dx 10 ай бұрын
I can’t see the create a new circle
@alialghazwani3913
@alialghazwani3913 10 ай бұрын
Thank you Nicholas :)
@mahamd9476
@mahamd9476 10 ай бұрын
Hi, can u please post chapter 5
@Sleepmedicine-kz9cw
@Sleepmedicine-kz9cw 10 ай бұрын
Your videos are very helpfull, this was what i needed. Thank you sooooo much for your videos 🤩🤩🤩🤩🤩❤❤❤❤❤
@sergiomunozblanco3843
@sergiomunozblanco3843 10 ай бұрын
Does the value asigned to a reference have to be an lvalue or it could also be a literal? Thank you in advanced and congrats for you awesome courses
@dontneedtoknow9629
@dontneedtoknow9629 11 ай бұрын
Do you have the link for the exercises?
@mersenne2486
@mersenne2486 11 ай бұрын
amazing love it, are there more networking videos?
@mersenne2486
@mersenne2486 11 ай бұрын
awesome lecture
@rajeshbnarasimha934
@rajeshbnarasimha934 11 ай бұрын
Hi Mr. Day, I have encountered an error on codeblocks, and I have included all the supporting files u mentioned but compiler says, "InePton was not declared....." Could you please get me through this..
@liquidatedrice5274
@liquidatedrice5274 9 ай бұрын
Putting "#define _WIN32_WINNT _WIN32_WINNT_VISTA" before "#include <winsock2.h>" and "#include <ws2tcpip.h>" worked for me. This means Windows Vista is the oldest OS your code will work on though.
@ShirChoi
@ShirChoi 8 ай бұрын
Did you find the answer for you question? I am facing the same problem rn and can't find the answer
@rajeshbnarasimha934
@rajeshbnarasimha934 8 ай бұрын
@@ShirChoi this series gives u a good outlook of what socketprogramming is. However, it doesn't work on codeblocks. I would recommend kzfaq.info/sun/PLhnN2F9NiVmAMn9iGB_Rtjs3aGef3GpSm&feature=shared
@Wolf-ts9gl
@Wolf-ts9gl Жыл бұрын
Does someone know where I can find the files "stdafx.h" and "targetver.h" ? I found them on Github but my IDE can't find the files afxwin.h, afxext.h, etc. Thanks for helping me...
@mersenne2486
@mersenne2486 11 ай бұрын
you don't need any of those you can run your programs without those
@raissadjoeri3012
@raissadjoeri3012 Жыл бұрын
HI, when i download the zipfolder from the link you´ve pinned down an i try to open them in blueJ, i´m just getting a blank page without all the examples. but i can see them in the folder. also when i try to open the note pad to see how the codes are written, i can´t open them, can you help me with that?