0
戻り値の型がリストではなくArrayListであるメソッドを作成しました。私はCOMコンポーネントを作成しました。私の主なアプリケーションであるこのC++のArrayListにどうやってアクセスするのですか?C++でArrayListを使用するにはどうすればよいですか?
例:
ArrayList fun1()
{
ArrayList al = new ArrayList();
al.Add("one");
al.Add("two");
return al;
}
は、どのように私はC++でこの戻り値の型を扱うのですか?
あなたの質問には、任意の意味をなさないdoesntの。 – gubby
http://stackoverflow.com/questions/1036720/how-to-return-list-from-c-and-use-it-in-vc-through-comのほぼ正確な複製 – sharptooth
これはhttpとどう違うのですか? ://stackoverflow.com/questions/1032060/how-to-return-a-collection-of-strings-from-c-to-c-via-com-interop? – sharptooth