The next video is up - Threadpool implementation in C++ from scratch | Be a pro developer | Must know C++ concepts th-cam.com/video/OfOYTsI3F-g/w-d-xo.html
I don't understand Hindi. Certain explanations that he has given in Hindi will not be able to understand by non hindi speakers. I would really appreciate it if we use english as the communication language for the benefit of everyone. Great share. Thanks to him and Keerthi for the valuable efforts. Hats off
I have currently started working on a project which uses socket programming on linux. I was not able to understand the code, but after this video everything makes sense. Also socket programming in linux is almost same and even easier.
Thank you so much sir i learnt lot of things about the socket programming and I am not missing any content of Keerthi and yours it's great work from you both ❤
Sir how can i create an chatbot in C++ basic the our program will fetch the information from the server with the help of API key so pls tell me Or make an video on it
This video made my day. Such a valuable content @Keerti and Amit bhai. As discussed at the end, Videos explanation for non blocking socket would have been next level value addition. Very much needed. As the moment we speak about socket in interview next question is NON BLOCKING. Happy independence Day :)
Hi Kirti Ma'am , how do u speak so fast and fluent ? In fact I had to check whether I was playing the video on 1.5x or not. I mean to ask you how are you prepping in making these videos , the monologue part are you prepping prior video making or it is coming natural to u ?
There are very less content on socket programming. I have leant a lot. Please also make project with nonblocking calls using poll or epoll and production level code. Thank you!!
Hello, I have a problem. I followed the video step by step, but when I try to connect the client to the server, it always says it is not able to connect and WSAGetLastError throws 0? Is there something I might be missing. The server also says it connects to the client, but then immediately disconnects from the client. I hope someone might have an idea.
thanks you so much mem for bringing such kind of amazing content. All this things motivate to explore cpp beyond just using it as a tool for competitive coding.❤❤❤❤love you. Keep bringing such type for cpp enthusiast
If you Are you talking about the code he wrote during the video, i let you know i haven't written it yet by myself. If i write in future i will definitely share my github repo link with you but for now not. Currently i am busy in something else.
I have a doubt. Why do we need to call closeSocket(s) in each of the thread separately? Can u call it just once in the main function since the same Socket instance is used by both the threads and closing it in any of the thread should ideally reflect to both of them?
Hi Amit /Keerti Could you help me to clear one doubt Suppose if have a interger vector contains some duplicate values i want to remove these value without change the order of vector elements how i can ?? Pls help me sir
Good session. But In this code I am getting this " inet_pton' was not declared in this scope " error. Not able to resolve this. Any one facing this issue..?
If you advertise a video in english, please use english in it. at the beginning it was still understandable but at the end there is no way to understand anything if you don't speak spoken language.
I have currently started working on a project which uses socket programming on linux. I was not able to understand the code, but after this video everything makes sense. Also socket programming in linux is almost same and even easier.
If you are interested in learning advanced C++ Live, checkout details and enroll for our 2 weeks bootcamp - www.educosys.com/course/cpp
Hello mam can we add it for resume
it would have been better if this code would have been pushed to the github repository then it would be easy to follow
The next video is up - Threadpool implementation in C++ from scratch | Be a pro developer | Must know C++ concepts
th-cam.com/video/OfOYTsI3F-g/w-d-xo.html
These videos are awesome - thanks for bringing us more great c++ projects to learn from!
Thank you so much!
pls share the code i tried a lot but i am getting server not connected error
Ma'am please keep on bringing such content in C++ 🔥
Definitely! Continuing the series! The next video is up! ✌🏻🤍
pls share the code link i trued but i am getting error
I don't understand Hindi. Certain explanations that he has given in Hindi will not be able to understand by non hindi speakers. I would really appreciate it if we use english as the communication language for the benefit of everyone. Great share. Thanks to him and Keerthi for the valuable efforts. Hats off
Yes please do videos in English., we are from non Hindi., your videos are really helpful to understand from scratch., thanks in advance.,
Better option is to learn Hindi.
@@harshitsingh4764 hehehehe lmao
not everyone knows english bro indian majority understand hindi
it was very informative. please bring more content on C++
waiting for the video of updated version of this project
pls share the code i tried a lot but i am getting server not connected error
@@nagashayanak6852 I never mentioned I coded it myself. Threadpool video is also very informative. I suggest you to watch that. Have a good day
Please do not forget to share your code when it runs successfully. Thanks in advance.
I have currently started working on a project which uses socket programming on linux. I was not able to understand the code, but after this video everything makes sense. Also socket programming in linux is almost same and even easier.
superb man absolutely fantastic
Want part 2 please.. and great content!
It’s up! Hope you like it 😇
pls share the code i tried a lot but i am getting server not connected error
Great Amit ! Good start ❤
Keep it up
Khatarnaak bhaiya didi , never seen anything like this much informative in such easy language
the client main.cpp gives linker issue when F5 is pressed but including #pragma comment(lib,"ws2_32.lib") helps
nice demonstration on socket programming .it helped me a lot in my work . thank you guys 👏👏
Thank you so much sir i learnt lot of things about the socket programming and I am not missing any content of Keerthi and yours it's great work from you both ❤
want part 2 plus ui n hosting can be done.?
It was really helpful now I'm going for the threadpool vdo, Thanks !
These videos are awesome !!
Plz Make Production level CHAT Application !!
As a development of the idea. Can I make my pc as server and create two clients PCs by VMware to implement the project more closely to reality?
Brilliant explanation 👌
It’s an awesome video…please tell your hubby to make more such awesome videos on it. It is really unique content
We are creating more content like this! New video is up 😇
pls share the code i tried a lot but i am getting server not connected error
very helpful we need more
Sir how can i create an chatbot in C++ basic the our program will fetch the information from the server with the help of API key so pls tell me Or make an video on it
You can use libcurl library.
amazing..please continue this type of video....also bring a dedicated course on socket programming in c++
Is it production grade code ? Would love to see it or you can guide how to write it
Can we code this on visual studio code
yes
This video made my day. Such a valuable content @Keerti and Amit bhai. As discussed at the end, Videos explanation for non blocking socket would have been next level value addition. Very much needed. As the moment we speak about socket in interview next question is NON BLOCKING.
Happy independence Day :)
i am getting a lot of linker errors when i debug the server code how to resolve that what files are to be linked ?
i resolved it ; was due to using triple mmm in pragma commment
were u able to solve it? facing the same issue
It was very informative video. I request you.. please make a video for non blocking call using thread pool .. Thanks!!
Love this type of content.please bring real live server type content.waiting for the next video❤
its great please try to host it in AWS it will be great there is no videos in it
Hi Kirti Ma'am , how do u speak so fast and fluent ? In fact I had to check whether I was playing the video on 1.5x or not. I mean to ask you how are you prepping in making these videos , the monologue part are you prepping prior video making or it is coming natural to u ?
Need more videos please development using c++ is the most interesting topic for me
Amazing video❤
aise projects kaafi sahi hai ek beginner k liye resume main add karne k liye
pls share the code i tried a lot but i am getting server not connected error
Excited to watch this ❤
There are very less content on socket programming. I have leant a lot. Please also make project with nonblocking calls using poll or epoll and production level code. Thank you!!
Hello, I have a problem. I followed the video step by step, but when I try to connect the client to the server, it always says it is not able to connect and WSAGetLastError throws 0? Is there something I might be missing. The server also says it connects to the client, but then immediately disconnects from the client. I hope someone might have an idea.
thanks you so much mem for bringing such kind of amazing content. All this things motivate to explore cpp beyond just using it as a tool for competitive coding.❤❤❤❤love you.
Keep bringing such type for cpp enthusiast
pls share the code i tried a lot but i am getting server not connected error
If you Are you talking about the code he wrote during the video, i let you know i haven't written it yet by myself. If i write in future i will definitely share my github repo link with you but for now not. Currently i am busy in something else.
I have a doubt. Why do we need to call closeSocket(s) in each of the thread separately? Can u call it just once in the main function since the same Socket instance is used by both the threads and closing it in any of the thread should ideally reflect to both of them?
In the client interaction thread , we have to close the socket in the thread because this socket was specific to the client .
pls share the code i tried a lot but i am getting server not connected error
Please teach pool threading. Via project. Nice video ❤
Really good❤
Hey coders 🎉
Thank you,the video is in very detail.
very helpful thanks bro
Client server code 🤔 why we have to use this ?
To exchange data on network 🤨
Nice
Please make a video on how to do socket programming in macbook m1 😞😞😞
i am using ubuntu. is there any way to use winsock in ubuntu or any other way that i can do the project without installing windows
You would need to use linux socket api instead of windows socket api on ubuntu . Otherwise all concepts remains same .
Keerti maam, advanced web development ka bhi leke aao
Hi Amit /Keerti
Could you help me to clear one doubt
Suppose if have a interger vector contains some duplicate values i want to remove these value without change the order of vector elements how i can ??
Pls help me sir
Can u put this project in resume
cab you post the source code?
Good session. But In this code I am getting this " inet_pton' was not declared in this scope " error. Not able to resolve this. Any one facing this issue..?
bnao yaar production level bhi, maja aye ga
pls share the code i tried a lot but i am getting server not connected error
Sir waiting for part 2
sir keeps changing the code behind video .sometimes in last code is different the while making changes the code is different
Source code mil jayega kya
Yes , second video please
Kal hi mene c++ me helo world print krna sikha 😢
mzaa aa gya sir/mam
InetPton showing error identifier is undefined
Did you include the header file required to use it? It is mentioned in the video as well.
If u are using vs code try installing vs community 2022 this will install the latest sdk tools and might not show as unidentified
Need source code ?
After 30 min the sir gets sleepy 😅😅😅
Kuch error ho rha hai mere me, koi help kar skta hai??
If you advertise a video in english, please use english in it. at the beginning it was still understandable but at the end there is no way to understand anything if you don't speak spoken language.
@@louishoeng773 why you don't understand Hindi
@@RahulYadav-o4b3r why you learn English?
@@RahulYadav-o4b3rwhy you learn English in India?
Awesome
ok but why in Hindi?!
hiiiiiii Keerti
speak one language pls. It is impossible to follow the point of the lesson while you speak English and Indian at the same time.
First.
your look like Mian Khalifa
I have currently started working on a project which uses socket programming on linux. I was not able to understand the code, but after this video everything makes sense. Also socket programming in linux is almost same and even easier.