This topic has been archived. It cannot be replied.
-
相约北美 / 移民留学 / 请教在加的大虾:Unix下的C编程(包括IPC, 多线程,Pro*C操作Oracle数据库等)在加好找工作吗?
-yifan(yifan);
2001-8-5
(#157103@0)
-
up
-yifan(yifan);
2001-8-6
(#157485@0)
-
怎么没人回答呢?
-yifan(yifan);
2001-8-6
(#158035@0)
-
Yes. But if you add a little more like C++, it's perfect.
-kiwi(kiwi);
2001-8-6
(#158039@0)
-
Thanks a lot !
-yifan(yifan);
2001-8-7
{630}
(#159233@0)
-
If you like to develop some graphic or database app, C++ is OK, but if you do something related with operating system, C is only choice.
-sargee(sargee);
2001-8-7
(#159296@0)
-
not exactly, things relate to operation system like POSIX thread, Message Queue, I/O operation, shared library can also be writen in C++, just use some C methods.
-sabotage(不会游泳的鱼);
2001-8-8
(#159785@0)
-
sabotage ,come in pls.
-sargee(sargee);
2001-8-8
{832}
(#160450@0)
-
you r correct.what I mean is build your C++ project, just call some C code like pthread_create () from C++ code. you dont want to build your own UNIX core, just use it. So there is no difference between C & C++ at this point.
(dont forget C++ contains all attributes of C code)
you can package your thread, your MQ... into C++ classes by this method. and the code in your application is definently C++ code.
-sabotage(不会游泳的鱼);
2001-8-9
{396}
(#161190@0)
-
如果是真的,那你在加拿大的机会还是比较多的。
-liyaobin(BigBen);
2001-8-7
(#159244@0)
-
谁说的?俺就是一个老牌的UNIX C++ programmer,还附带informix, Oracle, TCP/IP等等。首先明白一点,这里和国内一样,UNIX的竞争者少,但是相应机会也少,难度绝对不比VC++ programmer小!
-xxjjs(东方射日);
2001-8-8
(#160024@0)
-
Big Ben说的。 特别是现在,UNIX C/C++ 比起VC,VB,JAVA要容易一点。(转行学十个月电脑突击班的人是不可能掌握UNIX C/C++的。)当然,这仅仅是我的个人看法而已。(砖头!我闪!)
-liyaobin(BigBen);
2001-8-8
(#160159@0)
-
其实我看JAVA更难,因为JAVA里的新东西多,要不断学习,UNIX C/C++比较稳定,JAVA要用的工具也多很多时间是在设置开发,运行的环境。
-guest:;
2001-8-8
(#160206@0)
-
Unix C is a core skill of CS major. If you were system software engineer, maybe you wouldn't think Java was difficult.Similiarly non-professionals think that programming language is more useful than Data-Structure and OS.
-guest:;
2001-8-8
{103}
(#160433@0)
-
I am CS major. I learned system programming in my university. Now I am JAVA developer.
-guest:;
2001-8-8
(#160475@0)
-
那东方兄找到工作了吗?
-yifan(yifan);
2001-8-9
(#160610@0)