Matthew Good
anyone know where i can find graphics tutorials that DO NOT rely on graphics.h to avoid the tutorial devs needing to implement the actual drawing algorithms
Check libcairo or other raster render libs (you could read lib sources to learn how to render something). Also rendering info could be found in game dev tutorials.