We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4e6db commit 11ae8baCopy full SHA for 11ae8ba
src/interfaces/libpq++/examples/testlibpq1.cc
@@ -51,7 +51,7 @@ int main()
51
cout << endl << endl;
52
53
// next, print out the instances
54
- for (i=0; i < data.Tuples(); i++) {
+ for (int i=0; i < data.Tuples(); i++) {
55
for (int j=0; j < nFields; j++)
56
cout << setiosflags(ios::right) << setw(15) << data.GetValue(i,j);
57
cout << endl;
0 commit comments