c++ Programming Glossary: shocked
Defining a variable in the condition part of an if-statement? http://stackoverflow.com/questions/12655284/defining-a-variable-in-the-condition-part-of-an-if-statement in the condition part of an if statement I was just shocked that this is allowed if int x new int 20 std cout x n delete..
Why V8 in Node.JS is faster than in my native C++ addon? http://stackoverflow.com/questions/15393039/why-v8-in-node-js-is-faster-than-in-my-native-c-addon in V8 via my C addon and directly in Node.JS. I was quite shocked because both should be using the same JavaScript engine and..
Variable Naming Conventions in C++ http://stackoverflow.com/questions/234866/variable-naming-conventions-in-c MyObject ppMyObjects Coming from a C# background I was shocked to see the variables with hungarian notation I couldn't stop..
Inline assembly that clobbers the red zone http://stackoverflow.com/questions/6380992/inline-assembly-that-clobbers-the-red-zone more than 128 bytes just char buf 150 in a leaf but I was shocked to see it only did a partial subtraction pushq rbp movq rsp..
C/C++ gcc & ld - remove unused symbols http://stackoverflow.com/questions/6687630/c-c-gcc-ld-remove-unused-symbols any significant difference for the resulting output. I'm shocked that this even became a problem because I was sure that gcc..
Why is reading lines from stdin much slower in C++ than Python? http://stackoverflow.com/questions/9371238/why-is-reading-lines-from-stdin-much-slower-in-c-than-python of string input from stdin using Python and C and was shocked to see my C code run an order of magnitude slower than the equivalent..
Why is splitting a string slower in C++ than Python? http://stackoverflow.com/questions/9378500/why-is-splitting-a-string-slower-in-c-than-python of speed and sharpen my rusty C skills. Yesterday I was shocked when a naive implementation of reading lines from stdin was..
|