User profile: salem c

User info
User name:salem c
Name:Salem
Location:The Rock
Bio:Please don't PM me to do your homework, unless it comes with a credible offer of money.
My rate is US$100 per hour.
History
Joined:
Number of posts:3686
Latest posts:

Daily bit(e) of C++ | Optimizing code to run 87x faster
Best summarised as - taking days of effort - to save seconds of time - on something run maybe once a...

I've been working an odd job
Where do I sign up? I could use some extra $$$

operator const char* return
> return (ss.str().c_str()); No - ss goes out of scope as soon as the function ends, and your char*...

C programming / Program is Crushing when in release
> #define _NORMAL_MAGIC_RARE _UNIQUE / 2 Beware of unintended precedence issues. All #define e...

Linking problem with qrcodegencpp [Linux]
> ar -crs libqrcodegencpp.a -- qrcodegen.o Your compiled library is a .a file, not a .so file. > /u...