摘要: http://topic.csdn.net/u/20080924/15/3b00a84e-970f-4dea-92f2-868c5d1ad825.html前段时间刚参加了n多公司的C/C++软件工程师的面试,有国企,外企,私企(moto,飞思卡尔,港湾,中国卫星XXX(这个牛))等等等等。感受感想颇多,近日终于空闲,在此表述一下。 本人基本条件:3年开发经验,2year+ Windows developmentexperence,1year+ Linux experence.熟悉C,C++,MFC/SDK/API,MiniGUI...(都是一些基本的了)。前公司并不知名,但在其中做个team. 阅读全文
posted @ 2009-05-13 09:33 小 楼 一 夜 听 春 雨 阅读(10250) 评论(0) 推荐(0)
摘要: CTime 使用总结2007-10-21 00:421.初始化 m_begintime=CTime(2004,1,1,0,0,0,-1);//参数依次为year,month,day,hour,minite,secondm_endtime =CTime::GetCurrentTime();//当前时间2.日期比较CTimeSpan span;span=time1-time2;得到两时间的间隔.可以取得span.GetHours().等3.access数据库查询使用DateDiff()函数,具体参照access帮助CString timesql;timesql.Format(" Wher 阅读全文
posted @ 2009-05-13 09:06 小 楼 一 夜 听 春 雨 阅读(3356) 评论(0) 推荐(0)