Hi need help.. how to avoid macro clash... I have boost and another third party library .. both have clashing macros with variables.. Namespacing is not going to solve it.....
Need help testing RPCs.. need a system that can deploy multiple clients on multiple remote servers for running automated tests and give me reports when finished and clean up b...
Ok guys i need to learn further cpp.. being stumped in interwoos suck, especially when you could crack it.. i know basic stuff.. but when i get deeper into anything there's ju...
Hey guys what's your view on model based testing ? Viz you create a state machine model of your system and feed it to a fuzzer and let it go crazy? Any better alternatives t...
what will have a higher performance? overloaded functions that you route via casted object type parameter.. or an if else branch tree where you route based on object type ag...
guys i have been using this model , what benefits would rust core memory safety features have over this except when i forget to use my model : use const& for immutable value ...
Any good texts on cycle detection algos ? Any libraries on top of stl ranges exposing more functionality that i can reuse and not have to write myself? Like I want to split...
Any idea how to run oss stuff sandboxed on windows? To avoid security headache
To simplify, the first case will always have type+pad+union Whereas second will have only union+pad ?
I have a segfault occuring at __gnu_cxx::__exchange_and_add (__mem=0x40d, __val=-1) at /usr/include/c++/7/ext/atomicity.h:49 during string destruction , during: vec.era...
Hi guys I have a conceptual map of string to type like "1", typeClass1 "2",typeClass2 ... Now depending on the string I want to call the function of mapped type, is it pos...
Anyone knows what's the max we can do one server to one client echo server throughput in websockets ? Online benchmarks are not clear if it's single client to single server ...
Hey guys ... If i create a lambda , operating on a caught variable, and pass it to a second thread where it'll execute.. through say a shared vector/queue of functors between ...
how do i reduce compilation times due to templates? suggest some tips.. i'm thinking split heavy templated headers part into separate lib and compile separately..
anyone uses this ? https://github.com/leon-ai/leon looking for reccos around better alternatives to this maybe ? focussed on the security,extensibility,etc. of core.. skills ...
Hmm so for POD types they already have mem allocated so it'll be a copy.. and non POD or pointer based ones pointing to a heap will just get reassigned to this heap and memory...
is this a bug or some wierdo cpp feature? because if i do it one by one.. not wrapped in function, i get different objects.. and x sure as hell is not static.. and any magic c...
Hulo how to detect vpn break from code?
Anyone making use of cpp stl ranges? I find them time and again unusable without writing a lot of supporting stuff
Hey @viferga .. We have cray compilers using MPI and openAcc and UPC .. the onus of declaring the parallel running code falls here on the coder.. Is there a compiler which do...