提取字符串我有一個字符串 My name is bob.I am fine
我想把每一個字和「」在向量的字符串 如何使用C++中的getline來做到這一點? 編輯: std::vector<std::string> words;
std::string word;
while (cin>> word) {
words.push_back(word);
}
我想 ''作爲我
我將使用C作爲示例語言來展示我的意思。 struct parent
{
int x;
char y;
};
struct child
{
char y;
int x;
};
int foo(void * s, type obj_type)
{
// the casting is done using a "type" variabl