1樓:匿名使用者
string s="dsafjsakfas";
int ilen=s.length();//得到字串的長度char *s1=new char[ilen+1];
for(int i=0;i可以像字元陣列一樣直接訪問下標為i 的字元//知道這點你應該就知道怎樣做了.
}si[i]='\0';
大致就這樣,自己寫的,沒有複製貼上
2樓:匿名使用者
#include
#include
using namespace std;
void main()
c++中定義了string類字元陣列,如何輸出string裡單個字元(比如第二個字元)。
3樓:匿名使用者
直接取就可以了。例如:
string name="hello";
name[0];//這裡name[0]就是第一個字元'h'
4樓:滄海雄風
dpress any key to continue#include
#include
using namespace std;
main()
5樓:匿名使用者
/* strcpy.c: this program uses strcpy
* and strcat to build a phrase.
*/#include
#include
void main( void )
output
string = hello world from strcpy and strcat!
c++用字元陣列給string 陣列中某一個string賦值問題
6樓:止語
p1[0](ch1): 在沒有適當 operator() 的情況下呼叫類型別的物件或將函式轉換到指向函式的型別。
p1[0]=ch1;執行正常,沒有問題。
7樓:匿名使用者
char ch1 =;這個地方可能有錯,char陣列的元素是單個字元,ch是兩個字元。
c中如何將string陣列轉換為int陣列
舉個bai例子。du string strarray a,b,c,d,e,f,g split new char int intarray c 3.0下用 此句zhi intarray array.convertall strarray,s int.parse s 2.0下用以下的語dao句替換 專上...
C 中怎樣將檔案的內容讀取到string型別的字串中。謝謝
fstream fs file.txt 建立個檔案流物件,並開啟 file.txt stringstream ss 建立字串流物件 ss fs.rdbuf 把檔案流中的字元輸入到字串流中 string str ss.str 獲取流中的字串 用檔案流 需要標頭檔案cstdio freopen a.in...
各位大俠 在J2EE中,如何將String陣列轉換為float陣列。謝謝各位指點了
你的每一個string i 中存放的string是一個float的tostring package pack 如何將string陣列轉換為float陣列。public class stringtofloat float farray new float sarray.length double da...