0py0 發表於 2007-6-1 10:57:31

簡易字元陣列

#include<iostream>
using namespace std;
int main()
{
    char a = {'l','o','v','e'};
    for(int i=0;i<4;i++)
    {
      cout<<a;
    }
    system("pause");
    return 0;
}
頁: [1]
查看完整版本: 簡易字元陣列

Checking the Pageranks