我被困在一個我正在編寫的程序中,並且認爲它在這裏問不會有什麼傷害。該程序在C#中。我正在使用一個令我感到困惑的命令。在C#中的命令是: scanner.DirectIO(int x, int y, object z);
但是,當我擡起頭來了命令的文檔,它是: scanner.DirectIO(long x, long* y, BSTR* z); //z needs to have (some
如何在cstring/BSTR中查找指向第n個字符的指針? char * RFindNthOccurrence(char* src, char t, int n)
{
//for i/p string src = "HI,There,you,All"
// and t =','
// n =2
//returned pointer should be at
初始化BSTR到另一個BSTR我喜歡 - void CSomeClass::Remove()
{
BSTR tempStr = NULL;
while(!m_list.IsEmpty()) //m_list is a CSomeClass member of type CList<BSTR, BSTR>
{
tempStr = m_list.Remove