"Hello the cruel world."

  • Home

  • Tags

  • Categories

  • Archives

interview-summary

Posted on 2020-01-26
I recently finished a tech interview with a local small company. Here is a brief summary for the questions in the interview. There are n couples invi ...
Read more »

string-parsing-cpp

Posted on 2019-08-25
I have always thought that CPP has a weaker string parsing API than JAVA. Recently I found a powerful function sscanf() in CPP which can be quite hand ...
Read more »

comparison class usage in priority_queue

Posted on 2019-04-16
There is a way to use customized comparison function in C++ priority_queue. Instead of reloading the ‘less than’ operator, one can also write a compar ...
Read more »

QQ mail settings with windows 10 mail

Posted on 2019-04-07
Today I linked my QQ mail account with my mail application. Since the POP3/IMAP service is naturally turned off, it is a little bit harder than usual ...
Read more »

stop wandering

Posted on 2019-04-06
I haven’t updated my blog for a long time due to piles of trivial things in my life. I think I do not make full use of my time efficiently in recent d ...
Read more »

next-combination-in-cpp

Posted on 2019-04-03
C++ STL do not have a function that can present certain combination of elements. But this can be achieved by utilizing the STL function next_permutati ...
Read more »

Converting markdown to PDF problems

Posted on 2018-09-17
Recently I need to convert my markdown file to PDF. In the past I use pandoc to do so with the command “–pdf-engine=xelatex”. Find it does not work we ...
Read more »

fixed multiset find

Posted on 2018-05-16
In last day’s log I refer to multiset delete as1multiset.erase(multiset.find()); which will result in two finding operation in one call, making it rat ...
Read more »

C++ heap with delete implementation

Posted on 2018-05-15 | Edited on 2018-05-16
Discovered that C++ multiset can be used to implement a heap with delete operation.Since the elements in multiset will be autimatically sorted, min el ...
Read more »

Theme_changing_document.md

Posted on 2018-05-14
Changed my blog theme to NexT today. Fixed a bug that will display Germany after theme changing.It seems this happens because Germany ranks 1st in lan ...
Read more »
12
Const Wang

Const Wang

Const's blog

12 posts
1 tags
© 2020 Const Wang
Powered by Hexo v3.7.1
|
Theme — NexT.Muse v6.2.0