摘要:
A supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- everyone involved in moving a product from supplier to customer 阅读全文
摘要:
标准C++库字符串类std::string的用法 /#include std::string s1; std::string s3(s2); std::string s2(“this is a string”); begin 得到指向字符串开头的Iterator end 得到指向字符串结尾的Iter 阅读全文