Question about CSocket
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Do functions in CSocket class throw exceptions?:confused: Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.
-
Do functions in CSocket class throw exceptions?:confused: Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.
-
Yes, at least searching through MFC source shows an AfxThrowResourceException() in CSocket::PumpMessages(), and other AfxThrow*()s in CAsyncSocket and CSocketFile code.
Thanks a lot:) Law is meaningless without chaos. Chaos without Law is equal to destruction. Chaos and Law create our rich and colorful world.