摘要:
/*************** In for Loop ***************/ // You'd better always use ++i. // Since the logic is the same while i++ needs to save old value before 阅读全文
摘要:
From ubuntukylin.com, can be used in ubuntu. wget -O ~/weixin.deb "http://archive.ubuntukylin.com/software/pool/partner/weixin_2.1.1_amd64.deb" sudo d 阅读全文
摘要:
1. OS # 1: Using os-release file available in Linux’s etc directory. cat /etc/os-release # 2. Using version file available in Linux’s proc directory. 阅读全文
摘要:
Vectors are same as dynamic arrays with the ability to resize itself automatically when an element is inserted or deleted, with their storage being ha 阅读全文