- Boost.Asio C++ Network Programming(Second Edition)
- Wisnu Anggoro John Torjo
- 74字
- 2021-07-16 20:09:47
Chapter 1. Simplifying Your Network Programming in C++
There are several C++ compilers that we can choose from the Web. To make it easier for you to follow all the code in this book, I have chosen a compiler that will make the programming process simpler—definitely the easiest one. In this chapter, you will discover the following topics:
- Setting up the MinGW compiler
- Compiling in C++
- Troubleshooting in GCC C++