Search:

Type: Posts; User: Zerok

Search: Search took 0.01 seconds.

  1. Whooh that was fast. Thanks. I've just started...

    Whooh that was fast.
    Thanks.
    I've just started with C++ so I don't know much about the different libs, but I'll take a look at that Boost library.
  2. Dynamically allocated array of an abstract type

    How can you ynamically allocate an array of an abstract type?
    eg.


    int i; Abstract* a;
    cout << "How many ? ";
    cin >> i;

    a = new (nothrow) Abstract[i];
Results 1 to 2 of 2