¡@

Home 

c++ Programming Glossary: machine's

Get the IP Address of local computer

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

and subnet mask I want to be able to detect the local machine's IP address in my local network. In my particular case I have..

Is there a standard sign function (signum, sgn) in C/C++?

http://stackoverflow.com/questions/1903954/is-there-a-standard-sign-function-signum-sgn-in-c-c

Accurate Simple comparisons with zero can maintain the machine's internal high precision representation e.g. 80 bit on x87 and..

Simpler way to create a C++ memorystream from (char*, size_t), without copying the data?

http://stackoverflow.com/questions/2079912/simpler-way-to-create-a-c-memorystream-from-char-size-t-without-copying-t

that knows how to perform the proper swapping for your machine's endianness. This might be useful to you as well. If you don't..

Get the IP address of the machine

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

done a quick example below which will print all of the machine's IPv4 address you should also check the getifaddrs was successful..

Is there a way to do a C++ style compile-time assertion to determine machine's endianness?

http://stackoverflow.com/questions/280162/is-there-a-way-to-do-a-c-style-compile-time-assertion-to-determine-machines-e

a way to do a C style compile time assertion to determine machine's endianness I have some low level serialization code that is..

Understanding sizeof(char) in 32 bit C compilers

http://stackoverflow.com/questions/3451266/understanding-sizeofchar-in-32-bit-c-compilers

your structure to take minimum size regardless of your machine's word length. char is size 1 since that's the smallest access..

Dealing with accuracy problems in floating-point numbers

http://stackoverflow.com/questions/590822/dealing-with-accuracy-problems-in-floating-point-numbers

an accuracy problem that seems to be the result of my machine's internal representation of floating point numbers For the sake..

How to create a UTF-8 string literal in Visual C++ 2008

http://stackoverflow.com/questions/688760/how-to-create-a-utf-8-string-literal-in-visual-c-2008

happen I need VC2008 to not try to convert it to my local machine's locale Japanese 932 . I want VC2008 to be backward compatible..