C 有關字串的題目 請各位大蝦幫忙解

2021-05-05 18:13:44 字數 1922 閱讀 7123

1樓:

#include

#include

#include

#include

using namespace std;

int main(int argc, char* argv)while (tolower(yn) != 'n');

onfile.close();

ifstream iutfile(name.c_str());

do while (tolower(yn) != 'n');

if (j < total)

getline(iutfile, line,'\n');

f2<

}iutfile.close();

f2.close();

system("del edit.txt"); //刪除edit.txt

system("rename dest.txt edit.txt"); //重新命名dest.txt為edit.txt

system("pause");

return 0;}

2樓:

在這裡貼出來太麻煩了,給我個郵箱我傳給你發完了

3樓:匿名使用者

我也想學c,請問一下那裡有入門的教程。我找書店裡找書都找不到。好鬱悶啊。

c++錯誤:c2065。請各位大蝦幫忙調一下**。好了就給50分

4樓:雙月夜雪

加上#include "stdafx.h"

#include "stdlib.h"

有5,6個大括號的輸入法不對

我在vc6編譯通過的

#include "stdafx.h"

#include "stdio.h"

#include "string.h"

#include "math.h"

#include "stdlib.h"

char chrs[1001]=;

int *ck=null;

int main()

if(chrs[i]>='0'&&chrs[i]<='9') ck[i]=chrs[i]-'0';

}i=0;

while(i=0&&ck[i]<=9)

if(i=0&&ck[i]<=9)

if(i=0&&ck[i]<=9)

if(i=0&&ck[i]<=9)

if(i=0&&ck[i]<=9)

if(i=0&&ck[i]<=9)

if(i0&&a-c>0||d-b<0&&a-c<0) ans=abs((d-b)/(a-c));

else ans=(d-b)/(a-c);

printf("%c=%.3lf",chrs[flag],ans);

system("pause");///////////////////////////////////////////錯誤在這行

return 0;}

我在程式設計的時候遇到了一個問題,請各位大蝦幫忙解決一下

5樓:匿名使用者

select d.swjg_mc as "稅務機關名稱",a.nsrsbh as "納稅人稅號",a.

nsrmc from dj_nsrxx a,dm_swjg d where nsrzt_dm not in ('50') exists(select 1 from fp_pz b where b.nsrsbh=a.nsrsbh) and not exists(select 1 from fp_gpy c where c.

nsrsbh=a.nsrsbh) and a.nsr_swjg_dm=d.

swjg_dm order by a.nsr_swjg_dm

c語言字串陣列的問題C語言字串陣列的問題

include int main scanf s a for i 0 a i 0 i for j 0 j 5 j 修改 1 下標從0 4,共5個 return 0 每行結尾的 僅僅是為了連線字串使用的,如果一個字串過長,寫在一行比較不合適,就在該行結尾處加上一個反斜槓 就可以在下邊的行繼續寫這個字串...

C格式化字串的問題,C 格式化字串的問題

我有一種格式化字串輸出!是這樣的 double d 0.234 console.writeline 這個d的值是 d 這裡輸出 這個d的值是 0.234 如果需要有多個佔位符,則以,表示,而後面的變數用英文逗號隔開。例 int a 1 int b 5 console.writeline 我有元錢,不...

c中的字串有哪些

二 cstring類 cstring 類物件的初始化 cstring str cstring str1 t abc cstring str2 t defg tchar szbuf t kkk cstring str3 szbuf cstring str4 szbuf tchar p t 1k2 tc...