questions from inter

honeywell 2011-10-31

1. exception types?

2. bootloader first line?

3. spi, iic, lcd controller

4. MMU

5. heap increase to bigger

6. stack increase to smaller


shangh 2011-11-01

1. c run time class

2. what operator can not be overloaded? when is overload new needed?

3. dll ID same as application's, how to handle, (do not change ID)


shangh 2011-10-31

1. reference & pointer

2. malloc/new , why reload new?

3. memcpy, object ?

2. how to use static in other file

3. how many types of alloc memory in c/c++

3. public/protect/private inheritage

4. static_cast/ dynamic_cast

5. difference of thread communication and process communication, 

How many communication types?

6. postMessage & sendMessage

7. single-document & multi-document

8. const int *p  &  int *p const?

cisco 2011-10-28

1. class A{

int a;

char b;

long c;

}

sizeof A:

1. set, list, vector, differentce?

2. malloc/free, new/delete difference

2. define static in class and init

3. class pass by value, param is CParent,..

4. sum a list

5. A a=new a*[5]

how to delete?

6. const int *p1;

    int const *p2;

父类和子类构造和析构的执行顺序

w1. message loop, API?

w2. sendMessage, postMessage?

w2. COM UI..

w3. WTL, ATL



2011-10-28

x rui t

1. malloc , free, if(NULL), strcpy?

2. sizeof

3, global occur after main()..

4. tcp/ip 3/4 shaking hand?

5. left-value, a+++=

socket communication init?


wangjing 2011-10-12

1. why avid design own raid6 storage system?

2. SD and uServer?

3. apache

4. IPC, Windows and Linux

5. design pattern, proxy?

6. bitstream

7. write a server on Linux API?


write 2011-10-15

Hao Xing

1. vi mode,how to transfer?

2. tar

3. #define Min(int a, int b) a>b?a:b;\

4. int a*[10];

int* a[10];

int* func(int a);

int func(int a)[10];


4. modify mac address? traceroot?

5. why "extern C"

5. sleep() and wait()?

6. create(char *)

{

malloc(100);

}

test1()

{

char *a;

create(a);

printf("%s",a);

}

create2(char **)

{

*p=malloc(100);

}

test2()

{

char *a;

create(&a);

printf("%s",a);

}

7. char * tran( char* dst, char* src)

{

}

why return char*?

8. 2 by 8, most efficient?



VIEW

cisco 2011-10-10

0. your strong points in tech?

1. heap and stack difference, where is function param?

2. c++ good points and bad points

3. what advanced characteristics of c++ do you like? as for template?

3. c++ memory management, through DLL

4. windows massage mechanism, 

SendMessage() and PostMessage(), 

how windows handle SendMessage to another thread?





  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值