Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Parsing TCP Socket Data with C/C++
Rating: 3.2 out of 5(23 ratings)
154 students
Created byJay Kim
Last updated 1/2018
English

What you'll learn

  • They would be able to build applications communicating through sockets, in their own network or the Internet.

Course content

6 sections14 lectures30m total length
  • Introduction1:26

    This lecture introduces you to the Unexpected Data Format Issue during TCP communication using C/C++

  • Environment and Pre-requisite0:46

    This video explains the developer environment in which the demonstration and solution made for.

Requirements

  • MS Visual Studio 2015 Community Edition C++ and at least Windows 7 for OS.

Description

In C/C++, socket programming is one of the most challenging subjects to every developer. Not only the theory of the socket is quite tricky, and there are a lot of things to learn, but we also need much experience and guidance in various cases.

To parse and handle TCP data is that very case. We can recognize the necessity and make sure the solution is correct, only by experience.

With my 16 yrs experience in developing financial trading platforms with Visual C++, I'm sure that you need to learn and utilize this lecture.


Who this course is for:

  • This is for all who needs to develop applications with TCP sockets communication using MS Visual Studio 2015 C++. They should only know basic programming in C++.