Foo, Bar是什么意思?

有些朋友问:foo , bar 是什么意思,为什么C++书籍中经常见到这个词。
我Google了一下,这个问题,在维基百科上有很好的回答。在这里翻译给大家。

译文:

术语foobar, foo, bar, bazqux经常在计算机编程、计算机相关文档中,被用作占位符的名字。当变量,函数,或命令本身不太重要的时候,foobar, foo, bar,bazqux就被用来充当这些实体的名字,这样做的目的仅仅是阐述一个概念,说明一个想法。

这些术语本身相对于使用的场景来说没有任何意义。

foobar 经常被单独使用;而当需要多个实体举例的时候,foobar,和baz则经常被按顺序使用。

原文:

The terms foobar, foo, bar, baz and qux are sometimes used as placeholder names (also referred to as metasyntactic variables) in computer programming or computer-related documentation.[1] They have been used to name entities such as variables, functions, and commands whose purpose is unimportant and serve only to demonstrate a concept. The words themselves have no meaning in this usage. Foobar is sometimes used alone; foo, bar, and baz are sometimes used in that order, when multiple entities are needed.

参考:
Foobar - Wiki百科
Foo, Bar是什么意思? - 中道学友

你可能感兴趣的:(英文,标签,转载)