Andre Poenitz <[EMAIL PROTECTED]> writes:

| I think we could use
>
|      string ls = "(";
|      string rs = ")";
>
| instead of
>
|      string ls;
|      string rs;

and I think we should use:

    string ls("(");
    string rs(")");

but that is just me I guess...

-- 
        Lgb

Reply via email to