Details
-
Skillsc++, java
Joined devRant on 6/9/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
My win10 think got the permission of auto update is not enough and installed a "Windows 10 Update Assistant" for me. WTF who need that shit if already have a updater and it's automatic.
-
Just found this in a C lib:
struct Model
{
char* name;
};
struct ModelA
{
char* name;
int value;
...
};
ModelA* ma=...
...
Model* m=(Model*)ma; //!!?
is it legal?7 -
Just lost 2 days of works, don't ask me why.
git is good, but someone doesn't know how to use it, I will never tell you that's me.2 -
Just realized a member function pointer can be a template parameter as non-type, gonna try to use it do no dynamic memory allocation trick with std::function.
-
Why the pointer of member function so special.
trying make a non-template class that like std::function but simpler:
1. wrap static function pointer.
2. wrap class member function pointer and the class object pointer.
3. WITHOUT ALLOCATE MEMORY.
I can't store member function pointer because the size is undefined?! -
Just realized HD(1366x768) screen is too small, and Eclipse UI too big.
Maybe it's time to buy a laptop!6 -
Professor: surprise, now you are the member of the laboratory.
Me: what!?
That's what I start coding, and love it! -
Finally my laptop is back and it's keyboard problem, thanks for official repair stop. Other two unofficial repair stops told me it's main board problem, FUXK THEM.