由买买提看人间百态

topics

全部话题 - 话题: somestruct
(共0页)
T******y
发帖数: 128
1
strings oracle.exe | grep radiohead
Starting at least at 10.2.0.1, function kfasSelfTest_update() (located
in kfas.o) use Radiohead lyrics to test... something related to ASM
probably.
Schematic pseudocode:
#define STRING "I'm a creep, I'm a winner, what the hell am I doing
here.I don't belong here - radiohead"
kfasSelfTest_update()
{
kfasOpen (...);
somestruct.somevalue=STRING;
kfasUpdate (somestruct);
kfasClose (...);
newstruct=kfasOpen (...);
if (strn
b***y
发帖数: 2799
2
来自主题: Programming版 - [合集] how to copy a list?
☆─────────────────────────────────────☆
kindom (天道酬勤) 于 (Fri Sep 23 15:20:58 2005) 提到:
Sorry I could not input Chinese here.
For example, I have a list defined as:
////////////////////////////////////////
typedef std::list IntList;
struct SOMESTRUCT {
IntList * ants;
int num;
};
typedef std::list SomeList;
////////////////////////////////////////
I defined a list of type SomeList in the code:
SomeList * platoon = new SomeList();
Then I put some elements of type SOMESTRU
(共0页)