Let?s assume we have object B and aggregated object C (in-
proc server), created by B. Can you access any interface of
B from C? What?s the difference between aggregated and
contained objects?
Hi All,
i am new for VC++ SDK.
i want to get the IP Address of all the External device
connected with my local machine.please give the code
Regards,
Praveer
Which namespace do the classes, allowing you to support COM
functionality, are located?
161
Will ATL create all of the topological relationships within
the topology layer?
215
1.Get string1,string2,string3
1.add string1 and 2,string1 and 3.
2.replace vowels with T
3.count number of T.
4.remove T
5.COPY string1 to stringf.
6.restore string1.
print the following
1.Number of T
2.StringF
3.string1+string2+string3
Use pointers and functions
212
Will there be any difference in the image buffer size if it
is loaded in from CString to LPTSTR using GetBuffer()?
lptstr = string.GetBuffer(0);