Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by asddsa ( 14 years ago )
struct account {
int account_number;
char *first_name;
char *last_name;
float balance;
struct account (* this)(struct account);
};
Revise this Paste
Parent: 58802