Nan

Calming comes, Wisdom rises.


  • Home

  • Categories

  • About

  • Archives

  • Tags

  • Sitemap

  • Commonweal 404

  • Search

hadoop-2

Posted on 2017-10-09 | In BigData |

Use Hadoop pesudo distributed.

Read more »

hadoop-1

Posted on 2017-10-08 | In BigData |

Start to introduce Hadoop.

Read more »

How to install CentOS Linux on VMware 12

Posted on 2017-10-03 | In BigData |

This post will introduce how to install a CentOS on VMware 12.

Read more »

function wrap

Posted on 2017-06-22 | In Program |

This post will introduce a C++ 11 feature, std::function. It can wrap any kind of callable element into a copyable object and whose type depands soly on its call signature.

Read more »

operator overloading

Posted on 2017-06-21 | In Program |

This post will introduce how to overload different operators in C++ language.

Read more »

IO redirction

Posted on 2017-06-19 | In Program |

In some cases, programmer wants to redirect input or output as a file for debugging facility. This post will introduce how to redirect input and output in C and C++ program.

Read more »

smart pointer

Posted on 2017-06-16 | In Program |

This post will introduce two types of smart pointers, which can help programmers to manage objects allocated in heap.

Read more »

Two ways for separating interface from implementation

Posted on 2017-06-13 | In Program |

Usually, the providers of a program want to hide the module’s concrete technique implementation. In this post, two ways for this goal will be introduced. One is called pImpl, another is pure abstract class.

Read more »

explicit constructor

Posted on 2017-06-07 | In Program |

This post will introduce a key word explicit that can forbid the implicit type casting by constructor with only one parameter.

Read more »

Copy Constructors and Assignment Operators

Posted on 2017-06-07 | In Program |

This post will introduce two members in C++ class. The first is copy constructor that can perform a deep copy for member variables. Another one is assignment operator which is used to assign one to another by overloading = operator.

Read more »
123
nannanmath

nannanmath

21 posts
2 categories
5 tags
RSS
GitHub Quora Twitter
0%
© 2017 nannanmath
Powered by Hexo
|
Theme — NexT.Pisces v5.1.2