hi guys, i was trying to compile my project and got this error, I've already included all the forward declarations in this main class: class memory_manager; but the error st...
Hi, is there any complete guide for datatypes in C++? There are a lot of datatypes like long long which's like a new thing to me
Yes, that's what the errors were about, but what is a non-cast ivalue ref?
Hi, does anyone know how can I publish my library into Maven Central Repository?
Thanks guys, now is there a similar thing like stringstream but as input stream?
While working with a team in real world projects (not pet projects I mean ), you're learning way much more than just "what synchronized keyword does" or "how to traverse a tre...
what tests?
I'm building an interpreter from scratch 😁 any suggestions😁?