简体   繁体   中英

Socket Programming with ACE c++

I am new to the ACE framework.. and i'm looking to explore the socket programming using ACE. I found the doxygen documentation - http://www.dre.vanderbilt.edu/Doxygen/5.7.6/html/ace/a00614.html#aced00dccf394509a056ce4bccaf40b24

and it is no doubt helpful, but i was looking for some advanced examples of code to get a better understanding. If anyone can help me with it.

我建议您购买一些ACE书籍,有关一些资源,请参阅https://www.remedy.nl/opensource/ace.html ,在右侧的边栏中列出了4本书。

You should checkout the examples and tests directory which comes with the ace distribution. The examples and tests demonstrate plenty of features from basic to advanced, and some of them are sort of tutorials.

The books are also good but as they take you through the framework in a step wise fashion, but you must purchase them. In the mean time - the examples and tests are freely available for you to study and learn.

When I was trying to learn ACE framework (As I started learning C++ with ACE only) - I spent most of my time in those 2 directories and little by little, I was able to answer all of my questions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM