I purchased this display because of the size which is great for my project. It is a 0.96 Inch 6Pin SPI Blue OLED Display Module 12864 For Arduino.
I am trying to figure out how to correctly pin this display up to my Arduino Mega 2560
I know all the required positions except the RST pin and the D/C Pin
here is a link to the display http://www.aliexpress.com/store/product/1-3-Serial-SPI-12864-128X64-Blue-OLED-LCD-LED-Display-Module-for-Arduino-51-AVR/900905_1684937969.html
any help on this would be greatly appreciated as I am new to Arduino.

I dont think you need the RST and D/C pins connected at all. Just the voltage, ground, SDA and SCL.
Try it with the U8GLIB library (Service End for Bintray, JCenter, GoCenter, and ChartCenter | JFrog),give the GraphicsTest example a try. Not sure of the driver, but I'd say uncomment
U8GLIB_SH1106_128x64 u8g(U8G_I2C_OPT_NONE)
This Tutorial helped me:
OLED --- Arduino
GND ---- GND
VCC ---- 5V
SCL ---- 10
SDA ---- 9
RST ---- 13
D/C ---- 11
rgds, Joe