摘要:
Problem Description lcy gives a hard puzzle to feng5166,lwg,JGShining and Ignatius: gave a and b,how to know the a^b.everybody objects to this BT problem,so lcy makes the problem easier than begin. th... 阅读全文
摘要:
翻译并且学习了A Practical Guide To STL,最后附有pdf版本的Download,算是STL的菜鸟级实用入门,疏于修正错误恐多,请多执教。 http://www.codeproject.com/vcpp/stl/PracticalGuideStl.asp 翻译:NickyYe@seu(NickyYe@163.com) 介绍 STL (Standard Template Lib... 阅读全文
摘要:
http://www.codeproject.com/vcpp/stl/PracticalGuideStl.asp
Introduction
STL (Standard Template Library) is a good skill for anyone programming C++ in the modern day. I must say that it takes some getting used to, i.e. there is a fairly steep learning curve, and some of the names that are used are not very intuitive (perhaps because all of the good names had been used up). The upside is once learned they will save you headaches down the road. Compared to MFC containers, they are 阅读全文
摘要:
http://cis.stvincent.edu/html/tutorials/swd/stl/maps/maps.html What is a Map? The map container class provides the programmer with a convenient way to store and retrieve data pairs consisting of a key... 阅读全文
摘要:
Problem Description I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B. Input The first line of the input contains an integer T(1 2 3int mai... 阅读全文