Ben Chuanlong Du's Blog

And let it direct your passion with reason.

Scientific References

  1. JabRef is an open-source cross-plotform software for managing scientific references. Mendeley is a good cost-free cross-platform software for managing scientific references. It introduces the concept of social research.

  2. If you use bibtex in your LaTeX code, you have to compile your code using pdflatex/latex, bibtex, pdflatex/latex and pdflatex …

Lvalue Reference and Rvalue Reference

Difference betwen Lvalue and Rvalue Reference

  1. Lvalue and Rvalue are terrible names. They are due to historical reasonal but people stuck with these names.

  2. A lvalue reference has a name while a rvalue reference has no name, in other words, a lvalue reference is persistent while a rvalue reference is …