??xml version="1.0" encoding="utf-8" standalone="yes"?>
]]>
3. 不要d技术高手,只去做综合素质高手!在企业里P我们时常瞧不h人,说他“什么都不懂Q凭啥拿那么多钱Q凭啥升官!”q是普遍的典型的工程师的q腐之言?051很牛吗?人家能上d然有他的本事Q而且是你没有的本事。你xQ老板搞经营那么多q_N见识不如你这个新兵?人家或许善于理Q善于领会老板意图Q善于部门协调等{。因此务必培养自己多斚w的能力,包括理Q亲和力Q察a观色能力Q攻兌力等Q要成ؓl合素质的高手,则前途无量,否则只能w在角落看示波器Q技术以外的技能才是更重要的本 事!Q从古到今,国日本Q一律如此!
4. 多交C会三教九流的朋友!不要只和工程师交往Q认为有共同语言Q其实更重要的是和其他类人物交往Q如果你希望有朝一日当老板或高层管理,那么你整日面对的是q些人。了解他们的l历Q思维习惯Q爱好,学习他们处理问题的模式,了解C会各个角落的现象和问题Q这是以后发展的巨大的本钱,没有q些以后׃W手W脚Q跌跌撞撞,遇到重重困难Q交不少学费Q成功的概率大大降低Q?br>5. 知识涉猎不一定专Q但一定要q!多看看其他方面的书,金融Q胦会,q出口,E务Q法律等{,Z后做一些积累,以后的用处会更大Q会交许多学费Q!
6. 抓住时机向技术管理或市场销售方面的转变Q要x前途就不能一直搞开发,适当时候要转变为管理或销售,前途会更大Q以前搞技术也没有白搞Q以后还用得着。搞理可以培养自己的领D力,搞销售可以培养自q市场概念和思维Q同时ؓ自己以后发展U篏庞大的h 脉!应该说这才是前途的真正支柱。?
7. 逐渐克服自己的心里弱点和性格~陷Q多疑,敏感Q天真(贬义Qƈ不可爱)Q犹豫不冻I胆怯,多虑Q脸皮太薄,心不够黑Q教条式思维。。。这些工E师普遍存在的性格q必须改变Q很隑Q只在床上想一惛_然不可能Q去帮朋友守一个月地摊Q包准有效果Q去实践Q而不要只惻I不克服这些缺点,一切不可能Q甚臌目l理都当不好--管你可能技术不错!
8. 工作的同时要Z后做准备Q徏立自q工作环境Q及早ؓ自己配置一个工作环境,装备电脑Q示波器Q可以买个二手的Q,仿真器,~程器等Q业余可以接ҎQ一斚w接触市场Q培d场感觉,同时也积累资金,更重要的是准备自q产品Q咱搞技术的没有钱,只有技术,技术的代表不是学历和证书,而是产品Q拿L产品Q就可技术{让或与h合作搞企业!先把东西准备好,{待ZQ否则,有了Z也抓不住Q?br>9. 要学会善于推销自己Q不仅要能干Q还要能_能写Q善于利用一切机会推销自己Q树立自q品牌形象Q很必要Q要创造条件让别h了解自己Q不然老板怎么知道你能qԌ外面的投资h怎么怿你?提早把自己推销出去Q机会自然会来找你!搞个个h主页是个好注意!Q特别是培养自己在行业的名气Q有了名气,高薪Z自不在话下,更重要的是有合作的机?..
10. 该出手时便出手!永远不可能有100%把握Q!Q条件差不多p大胆dQ去闯出自己的事业,不要犹UQ不要彷徨,q了不一定成功,但至ؓ下一ơ冲ȝ累了l验Q不q永q没出息Q而且要干成必然要l历p|。不l历风雨Q怎么见彩虹,没有随随便便成功 Q?br>
]]>
2.如果有虚函数Q不有多少个)Q有且只包含一个指向虚函数表的指针Q占4个字节;
3.非虚函数不占I间Q?br>4.一个空cȝ大小?Q?br>
CD几个例子Q?br>1. class A
{
static int i;
int j;
};
sizeof(A)=4;
2. class A
{
static int i;
int j;
virtual fun();
};
sizeof(A)=8;
3.class A
{
static int i;
int j;
virtual fun();
virtual fun2();
void fun3();
};
sizeof(A)=8;
4.classA
{
}
sizeof(A)=1;
5.class A
{
static int i;
int j;
virtual fun();
};
class B:public A
{
virtual fun();
virtual fun2();
void fun3();
};
sizeof(B)=8;
boost的中文站Q?http://www.c-view.org
CSDN--Boost pd专题 http://www.csdn.net/Subject/336/index.shtm
Linux伊甸园论? STL/boost专区 http://www.linuxeden.com/forum/forumdisplay.php?f=37
dozb的blog http://dozb.blogchina.com
3.2~程之夏(http://code.google.com/intl/zh-CN/soc/)
Google的王牌项目,专用于向大学生介l开放源代码开发,Google通过q个计划培养新的开源Y件开发h员?br>
3.3Google提供的代?http://code.google.com/hosting/search?q=label:google)
大概一癑֤万行代码和一癑֤个项目,或许有你感兴趣的?/p>
数据l构勘误?/strong>
该书本来q提供源码,但下载网址已失效,本h联系q左飞老师Q但他也没有备䆾Q给我发来了一份勘误表Q非常感ȀQ?/p>
void foo( int x, int y );
C~译方式Q函数名变ؓ_fooQ?Q如果C++调用一个C语言~写?DLLӞ在包?DLL的头文g前,应加extern "C" Q如下所C:
extern "C" //׃标准头文仉面都已经加上了extern "C"Q如上述1所C,所以我们不用再加了?br>{
#include "cExample.h"
}
Q?Q在C中引用C++~写的函数库ӞC++的头文g中的函数前需dextern "C"Q而且在CE序中不能直接包含该头文Ӟ应该在CE序的函数前加上extern关键字?br>
Me:
Well, First, I’m really appreciated for getting the chance for this interview.
Now, I’ll briefly introduce myself:
Basic Information:
My Chinese name is Job, English name is Oliver(O-L-I-V-E-R), I’m 23 years old. I come from a famous revolutionary base---
Project:[I have been participating in our lab project since 2008.10, and until 2010.9(last month) when the project is completed. From the project, I have developed communicative skills[up to now, I have written about 20 emails to foreign experts discussing some academic points and most of the time could got the reply], English reading skills[I have kept reading English literatures for almost two years during my graduate study. So, there is no problem for me to reading English materials], learning abilities and teamwork spirits]
Study:
I’m proud that I’ve been doing quite well with my study. For example, I’ve passed the CET-4/6 with a satisfactory score during my college and I’m confident that my proficiency in both written &spoken English is qualified to work in a foreign firm. Besides, I’ve got several scholarships for my excellent performance. My GPA is over 85---top
Activities: I have once assisted our association chief in organizing classmates to visit
Personality: First, I’m a pragmatic and persistent person. I am responsible for my work and finish it satisfactory. Second, I’m a passionate person. I have strong sense of initiatives and self motivation. Third, I’m willing to learn, whenever I found myself ignorant of something, I’ll make a plan and study according to the plan. Recently I’m studying Linux, DB etc.
Impression:
My classmates thought me as a dedicative, passionate, professional and cooperative person.
Hobbies: I start a blog in the CSDN-website. I often write some technical articles on it , I hope the total visit will reach 1 million someday^_^. Apart from writing, I also like workout. Now I’m a old member of the nearby gym.
Reason:
Now I’ll give some reasons why I apply for this position:
First, the job’s duties are in line with my interest. I like to research and develop technology. Second, my major background and professional skills are qualified for this position. Third, my career goal is to become a senior expert. From your campus talk, I learned that your company encourages staff to develop toward this direction and provide an sound way to help them. Thus, I believe I could achieve my goal in your firm.
Finally, I hope to join you and grow up with your company.
That’s a brief introduction about myself. Thank you.
PS:
if asked a question you don't konw, you should say: I'm working on it.
if asked a question you know well, you should explain it detaily and extend it if possible.