User profile: malibor

User info
User name:malibor
History
Joined:
Number of posts:576
Latest posts:

Any experts on Git sub-modules here?
[quote]But the repository does not have a .gitmodules file. And that might be the problem here[/quot...

is this object dangling?
it's OK and it is destroyed when assert returns.

Neuronal Network not working properly..
You implementation is missing a "Neuron" class, "Layer" class, "Synapse" class and "Topology" class ...

where can I find trim() in std C++?
Trim, TrimBegin and TrimEnd are simple functions, the best approach is to implement them rather than...

how to return 2d array?
don't return 2D array, instead pass it as a reference to function parameter.