User: stav

  • Public profile

User profile: stav

User info
User name:stav
History
Joined:
Number of posts:188
Latest posts:

A class that supports taking ownership and not
I'm writing a Parser class. It takes 1 argument in its constructor which is a Lexer object. The que...

which one of these bytecode instruction designs is better?
I've been going down a bit of a rabbit hole trying to figure out the most optimal way to design a by...

initializer cannot be of abstract type
i figured maybe i should post what im actually trying to achieve with this: Basically im trying to w...

initializer cannot be of abstract type
[quote]you can also make it not abstract, by providing the method bodies (they can still be virtual ...

initializer cannot be of abstract type
Hello friends, i have the following code: [code] struct Foo { virtual void Pure() = 0; }; templat...

This user does not accept Private Messages