本文介绍了请问编程风格?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想了解全世界所有优秀程序员的编程风格.
Microsoft C ++程序员,Linux程序员,公司和许多优秀的学生,各地的教授以及任何认为自己是优秀程序员的人.

简而言之,我只想有一个条件.

示例:

I want to know the programming style of all good programmers all over the world.
Programmer in Microsoft C++, Programmer in Linux, companies and many good students, professors everywhere and anybody who thinks she/he is a good programmer.

In brief, I only want to have one criterion.

Example:

__STD::swap(_M_start, __x._M_start);
__STD::swap(_M_finish, __x._M_finish);
__STD::swap(_M_end_of_storage, __x._M_end_of_storage);



我不喜欢_和__,它们的含义是什么.



I don''t like _ and __ and what do they mean.

推荐答案




这篇关于请问编程风格?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 16:41