Loading the wieghts in C++

I am trying to load a trained model, and I need the weights to optimize the function of the NN. I need to do that in C++. Any resources on how that can be done?