As part of my undergraduate final project, I chose a Neural Network project which could predict the stock prices. The project employs the usage of Neural Networks in C++ to predict and uses the R language to find data from the internet. The yahoo API was employed to pull various prices such as stock prices, gold prices, etc which could be play a factor in determining the price of a stock. The Neural Network Implementation of C++ can be found here.