After looking at some of the threads here, I learned that I can’t download the WPILib from SourceForge now. I downloaded the WPILib from http://first.wpi.edu/FRC/frcupdates.html, so I was thinking of importing all the necessary files into a project and using that for developing my robot code. Has anyone else done this successfully? Or is there a better way to do this?
You can also create a sample project and use a new .cpp file. All you have to do is move the call to START_ROBOT_CLASS(); to your new file.