Link of YouTube video on this steps practical :- Click Here To See Practical
If you find this helpful, then please like and subscribe.
Step 1 : Download Library (WS2_32.LIB) : https://osdn.net/projects/sfnet_hitcrawler/downloads/lib/WS2_32.LIB/
Step 2 : Download CodeBLocks IDE : https://sourceforge.net/projects/codeblocks/
Step 3 : Open CodeBlocks and Make 2 seprate Projects 1) For server 2) For Client
Step 3.1 : How to make project "File" >> "New" >> "Project" >> "Console Application" >> "Next" >> "C++" >> <Give Project Name & destination> >> "Next" >> "Finish"
Step 4 : Write Code and Build It.
Step 5 : Add liberary (Linker)
Step 5.1 : How to add : Right click on particular project >> "Build Option" >> "Linker setting" >> "Add" >> "Ok"
Step 6 : Rebulid both Project for doing same for both. (All error related to LIB get remove.)
Step 7 : Run Both project
Step 7.1 : How to run sepretly :-
Open Project destination in folder >> "bin" >> "debug" >> Open in cmd / Direct run
Step 8 : You have completed process !!