| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 1 month |
| seen | yesterday | |
| stats | profile views | 9 |
|
Apr 30 |
awarded | Popular Question |
|
Mar 22 |
accepted | boost::signal slot_type with a template |
|
Mar 22 |
asked | boost::signal slot_type with a template |
|
Mar 17 |
comment |
Sublime Text 2 Issue with Boost For run, this does not seem to work the same way. I've tried splitting up the arguments, and separating them as well |
|
Mar 17 |
accepted | Sublime Text 2 Issue with Boost |
|
Mar 17 |
comment |
Sublime Text 2 Issue with Boost That fixed it, thanks! |
|
Mar 15 |
asked | Sublime Text 2 Issue with Boost |
|
Jan 28 |
awarded | Teacher |
|
Jan 28 |
answered | determining the type of placeholder at runtime c# |
|
Dec 3 |
accepted | Converting byte array (char array) to an integer type (short, int, long) |
|
Dec 3 |
comment |
Converting byte array (char array) to an integer type (short, int, long) @EliIser Boost just makes it so htonl and such functions are portable (and don't rely soley on windows API). Thanks |
|
Dec 3 |
comment |
Converting byte array (char array) to an integer type (short, int, long) Hmm okay, having all the byte arrays in big-endian does make things easier. So for converting to the actual types I can just use something like boost's asio library to do the conversions after the above code (eg s = ntohs(s)), and when encoding I can use htons() |
|
Dec 3 |
asked | Converting byte array (char array) to an integer type (short, int, long) |
|
Nov 15 |
accepted | Embedded if statement in a #define macro |
|
Nov 15 |
asked | Embedded if statement in a #define macro |
|
Nov 12 |
comment |
Header Files Cross Project I'll try designing A the way you described, thanks for the advice. |
|
Nov 12 |
accepted | Header Files Cross Project |
|
Nov 12 |
comment |
Header Files Cross Project Oh well. Thanks anyway! |
|
Nov 12 |
comment |
Header Files Cross Project The classes have boost objects, (private: boost::asio::io_service service), so this means that it's impossible to separate the include of boost headers, which means B has to include both headers and compiled libraries, right? |
|
Nov 12 |
asked | Header Files Cross Project |