Re: Minimal working example (Re: set_buffer_mode)
"Martin Nilsson (Opera Mini - AFK!) @ Pike (-) importm?te f?r mailinglistan" <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
I name both "something" and assign with this_program::something =
something; or more recently this::something = something;
Or, if possible, use the
class TheClass (int foo, string bar)
{
}
syntax.