こんにちわ。質問があります。 1つの関数で2つ以上のオブジェクトをnewして返したいんですが、 void func( ObjectA* a, ObjectB* b ) { a = new ObjectA; b = new ObjectB; } とやってもできないんです。引数じゃなくて、返値でやればできるんですが、 そうすると1つしかnewできません。 何がいけないのか教えてください。
Write a program in which you hard code a table that contain the state names state post office abbreviations, and the population's size(you should find these data on-line ,or in some reference book). the program should prompt the user to enter a state name. let the program do a sequential search to find the corresponding state postalcode and population size. the program should display these data.
>>135 失礼しましたエラーはこう出てます。 strmif.h:27642: declaration of `GUID tagVMRGUID::GUID' winnt.h:1167: changes meaning of `GUID' from `typedef struct _GUID GUID'