Hello DaniWeb Software Developers :D
I have a problem which exceed my programing capabilities and i need your help!
Problem:
I am somewhat new to c++ and i have been making some useful console applications in windows
GUI visual Express. I thought i would give building in Linux a try using g++ through terminal so first i tried a single (.cpp) Hello World file and built it with success. Now i want to build a project that i wrote in windows. This program calculates the pass rating for NCAA Quarter Back's. It has 3 files 2(.cpp) files and 1(.h) file and i want to build all of these files as 1 project like you do in windows. But i can't figure out how to do it.!
--Thank you!