Archive for 11月, 2006

Some problem in C++…to do

星期四, 11月 9th, 2006

#include <cstdio>
#include <iostream>
#include <string>
using namespace std;

int main(){
    string str;
    char s[2];
    s[0] =’a';
    s[1] = ‘b’;
        
    str=s;
    str[2]=’

Gmail一直收到系统退信:(

星期一, 11月 6th, 2006

最近Gmail转信到163总是退信,十分不爽,开始以为是我一个人的问题,直到看到GSeeker上的这篇文章,希望能早点搞定。