Search:

Type: Posts; User: vronin

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,880

    The only thing, which I don't understand. Why...

    The only thing, which I don't understand. Why it's done like that? I won't say that it's too handy...

    On one hand, if you want function to be overriden, you may define pure virtual and other...
  2. Replies
    4
    Views
    1,880

    Got it. It look that I even found this in C++...

    Got it. It look that I even found this in C++ specification.
    http://www.kuzbass.ru:8086/docs/isocpp/derived.html#class.abstract

    -8- A virtual function declared in a class shall be defined, or...
  3. Replies
    4
    Views
    1,880

    Have I found a black hole in C++?

    Here some stuff which I did in Visual Studio 2005 and CodeWarrior.
    So, it's definitelly not a jsut compiler bug.

    I defined class like this:



    class A
    {
    public:
Results 1 to 3 of 3