I can't seem to find a C++ based ML/AI framework that implements a wide variety of neural network algorithms. I've used Encog for these purposes when working in Java, but I don't see anything that's similar, functionality-wise, in C++. The closest I've seen is FANN, but it lacks some stuff, LMA & annealing for example.
EDIT: The best alternative I've found is Shark, but as I said, it's still lacking and has only the more commonly used features, no LMA, annealing or PSO or anything of that level.