Show your support by donating any amount. (Note: We are still technically a for-profit company, so your
contribution is not tax-deductible.)
PayPal Acct:
Feedback:
Donate to VoyForums (PayPal):
[ Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time ] |
template <class Item, class Key>
class ST
{
...
public:
ST(int maxN) // Smiðurinn tekur inn heiltölu
...
};
ST<OrdUppl, String> Tre1(10000);
ST Tre1(OrdUppl, String);