-
hi sthalik,
could you consider abstract Camera class that has the ability direct output 2D points, such as WII remote?
if so, you can put point::extract as part job of class Camera. then we can ad…
-
is there progress on wayland support?
-
I've had about three go-arounds working on the collection interfaces, but I think the they would benefit from some collective discussion (excuse pun). There seem to be too many Interfaces for novice…
-
This is a thread to discuss Rust's language features and how we best implement the DHT code... presuming Philip doesn't come along with the new GraphQL API generation feature and obviate us needing to…
pospi updated
4 years ago
-
As a way to make node-fs-filesystem more approachable for contributors, a partial refactor of the library will be done to move away from strict declarative FP to a more imperative, multiparadigm appro…
-
* Generikus programozás, típussal való paraméterezés, példányosítás és típustörlés.
* Absztrakt adatszerkezetek és algoritmusok.
* Konténerek és iterátorok.
* A C++ standard template könyvtár.
* F…
-
* Memóriakezelés: referencia- és érték-szemantika.
* Referenciakezelési technikák, Objektumok másolása, move-szemantika.
* Erőforrásbiztos programozás, RAII, destruktor és szemétgyűjtés.
* Kivételk…
-
So I'm looking at [`modules/gdscript/gd_parser.cpp`](https://github.com/godotengine/godot/blob/master/modules/gdscript/gd_parser.cpp), lines 259-350, and I'm thinking to myself, why can't we just also…
-
# Allow parameter names for abstract member with overloads
Consider this sample C# code:
``` csharp
public abstract class Foo {
public abstract int Bar(int a, int b);
public abstract int Bar(int…
-
C# thrives on being a multi-paradigm language. One of those paradigms is the imperative one, which is useful in some scenarios depending on personal preferences.
However it seems that there are some …