This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / "5+ years' experience of C/C++ network/systems software programming",指c和c++各5年以上经验,还是加起来有5年以上经验,还是c或c++需要5年以上经验?菜鸟问题见谅.
-mike20030405(麦客);
2006-5-9
(#2956887@0)
-
You can't use c++ without c. The position looks for experience on network/systems level programming using c++, NOT GUI or simple user app.
-vicky2005(孩子她爹);
2006-5-9
(#2957062@0)
-
thanks
-mike20030405(麦客);
2006-5-9
(#2957636@0)
-
Thta's not true. You can program with c++ without C.
Don't be fooled by the name. C and C++ are different languages.
Although, lots of c++ prgrammers start from C.
-steven99ca(Don);
2006-5-9
(#2957907@0)
-
Kidding?My naive understanding is that C++ extends C. No matter you admit or not, you are using C grammar as the base of your C++ code. Hence, claiming program with C++ WITHOUT C is problematic from the perspective of grammar.
-ice(食言而肥);
2006-5-9
{218}
(#2957993@0)
-
No kidding. Check the ANSI specs. Writing C style code in C++ project is bad practise.
-steven99ca(Don);
2006-5-10
(#2959549@0)
-
Programs in real world use tons of C APIs, especially network/systems software.
-vicky2005(孩子她爹);
2006-5-10
(#2959973@0)
-
那倒不一定。太低了可能用C,但NETWORK LEVEL的API,C++的LIBRARY有很多了,不一
定要用C
-wade(blank slate);
2006-5-10
(#2959982@0)
-
I didn't say "must". We are discussing what "5+ years' experience of C/C++ " means. Not argue about theory
-vicky2005(孩子她爹);
2006-5-10
(#2959991@0)
-
And it is weird if some one know C++ only, no C. You got to know memset(), select()
-vicky2005(孩子她爹);
2006-5-10
(#2960006@0)
-
"select" is *nix system call not ANSI C. M$ doesn't have it at all. "mem*", "str*" is bug-prone. That's where overflow attacks come for.
They can be done in C++ by container style class(e.g STL) easily and safe.
-steven99ca(Don);
2006-5-10
(#2960239@0)
-
I said you got to know apple and orange. You keep saying apple is not orange.
-vicky2005(孩子她爹);
2006-5-10
(#2960272@0)
-
in fact, it is the problem of structural programming and OO programming. Even, C++ can decompose the real world well. The details of the implementation are still based on C structural programing, IMHO.
-ice(食言而肥);
2006-5-10
(#2960280@0)