¡@

Home 

c++ Programming Glossary: networking

How do I convert between big-endian and little-endian values in C++?

http://stackoverflow.com/questions/105252/how-do-i-convert-between-big-endian-and-little-endian-values-in-c

from one CPU architecture to another. This doesn't involve networking so ntoh and similar functions won't work here. EDIT #2 The answer..

Best C/C++ Network Library [closed]

http://stackoverflow.com/questions/118945/best-c-c-network-library

those are two different libraries and that's okay. c c networking share improve this question Boost.Asio is really good though..

Get the IP Address of local computer

http://stackoverflow.com/questions/122208/get-the-ip-address-of-local-computer

R. Bondy for the info about the subnet mask. c sockets networking share improve this question If you use winsock here's a..

GCC: Use OpenSSL's SHA256 Functions

http://stackoverflow.com/questions/13784434/gcc-use-openssls-sha256-functions

to get myself acquainted with OpenSSL libncurses and UDP networking. I decided to work with OpenSSL's SHA256 to become familiar..

Handling Partial return from recv() TCP in C

http://stackoverflow.com/questions/1386142/handling-partial-return-from-recv-tcp-in-c

recv TCP in C I've been reading through beejs guide to networking to get a handle on TCP connections. In one of the samples the.. be sending everything to the client. Beejs guide to networking c c sockets tcp share improve this question Yes you will..

32-bit to 16-bit Floating Point Conversion

http://stackoverflow.com/questions/1659440/32-bit-to-16-bit-floating-point-conversion

my application. The IEEE 16 bit format would be great. c networking ieee 754 share improve this question std frexp extracts..

Get the IP address of the machine

http://stackoverflow.com/questions/212528/get-the-ip-address-of-the-machine

would prefer to detect the public address though. c linux networking ip address share improve this question I found the ioctl..

Best documentation for Boost:asio?

http://stackoverflow.com/questions/244453/best-documentation-for-boostasio

solutions not excuses. Edit There is a proposal to add a networking library to standard library for TR2 written by the author of..

How get list of local network computers?

http://stackoverflow.com/questions/2557551/how-get-list-of-local-network-computers

ways to get a list of computers in the LAN c# c winapi networking share improve this question I found solution using interface..

C++ Winsock P2P

http://stackoverflow.com/questions/2843277/c-winsock-p2p

Does anyone have any good examples of peer to peer p2p networking in C using Winsock It's a requirement I have for a client who..

Detect When Network Cable Unplugged

http://stackoverflow.com/questions/2916243/detect-when-network-cable-unplugged

this is for a closed LAN not connected to Internet ever c networking windows xp share improve this question Raymond Chen blogged..

Boost::Asio : io_service.run() vs poll() or how do I integrate boost::asio in mainloop

http://stackoverflow.com/questions/4705411/boostasio-io-service-run-vs-poll-or-how-do-i-integrate-boostasio-in-ma

am currently trying to use boost asio for some simple tcp networking for the first time and I allready came across something I am.. sort of mainloop set up I would rather like to update the networking loop manually from there just for the sake of simplicity and.. use io_service.run in a non blocking extra thread c networking tcp boost asio share improve this question Using io_service..

Flags to enable thorough and verbose g++ warnings

http://stackoverflow.com/questions/5088460/flags-to-enable-thorough-and-verbose-g-warnings

using. In particular the htonl family of functions used in networking as well as a Rijndael AES encryption implementation I'm using..

Gui toolkits, which should I use? [closed]

http://stackoverflow.com/questions/584734/gui-toolkits-which-should-i-use

be used headless if you want its utility support such as networking etc without a GUI. The other cross platform C option is wxWidgets..

how to detect a TCP socket disconnection (with c berkeley socket)

http://stackoverflow.com/questions/6404008/how-to-detect-a-tcp-socket-disconnection-with-c-berkeley-socket

256 n read newsockfd buffer 255 printf s n buffer c c networking tcp network programming share improve this question The..

OpenCV with Network Cameras

http://stackoverflow.com/questions/712998/opencv-with-network-cameras

from an IP camera with openCV Thanks Andrea c windows networking opencv ffmpeg share improve this question rtsp protocol..

Possible to call C++ code from C#?

http://stackoverflow.com/questions/935664/possible-to-call-c-code-from-c

language such as C# Specifically C code such as the RakNet networking library Would really appreciate it if anyone could give me some..

Boost async_* functions and shared_ptr's

http://stackoverflow.com/questions/11356742/boost-async-functions-and-shared-ptrs

to the objects are destroyed. While dated 2007 the Networking Library Proposal for TR2 Revision 1 was derived from Boost.Asio...

Cross platform Networking API

http://stackoverflow.com/questions/2214965/cross-platform-networking-api

platform Networking API I was wondering if there was an API to do networking that..

Examples for Winsock?

http://stackoverflow.com/questions/2399377/examples-for-winsock

question Some are as follows Winsock Programming Winsock Networking Tutorial C Winsock Example C WinSock Tutorial share improve..

sendto: Network unreachable

http://stackoverflow.com/questions/2782259/sendto-network-unreachable

other.sa_data counter other sa_data counter else cerr Networking error endl this other_len other_len void net gsend string s..

Networking with C++

http://stackoverflow.com/questions/3847107/networking-with-c

with C Hey I'm a newcomer to using C but have got a general..

substitute for fork()ing? in windows

http://stackoverflow.com/questions/4243880/substitute-for-forking-in-windows

for fork ing in windows I've been following Beej Networking guide and in the server section there is portion of code where..

What modern C++ libraries should be in my toolbox? [closed]

http://stackoverflow.com/questions/777764/what-modern-c-libraries-should-be-in-my-toolbox

C mock object library for Boost Multimedia Cinder SDL Networking ACE Boost.Asio ICE Testing Boost.Test Google Test UnitTest Threading..

How to set the don't fragment (DF) flag on a socket?

http://stackoverflow.com/questions/973439/how-to-set-the-dont-fragment-df-flag-on-a-socket

book Volume 1 Unix Network Programming The Sockets Networking API I am unable to find how to set this. I suspect that I would..