提交 11ae8ba7 编写于 作者: B Bruce Momjian

Add mention of int in variable.

上级 bc4e6db4
......@@ -51,7 +51,7 @@ int main()
cout << endl << endl;
// next, print out the instances
for (i=0; i < data.Tuples(); i++) {
for (int i=0; i < data.Tuples(); i++) {
for (int j=0; j < nFields; j++)
cout << setiosflags(ios::right) << setw(15) << data.GetValue(i,j);
cout << endl;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册