BackGround: I am used to working with windows and using an IDE to create a project for example visual studios. But the task i am on now is using linux, Gedit and G++ and i have no experience what so ever.
Task I'm trying to write a program which will ping devices on a network and gather some relevant information. I need to do this with out using any IDE and eventually it will have to be a piece of standalone code to be used inside a box.
what i think i need todo I think i need to find a library with the relevant functions which will set up the sockets and all the other details. But other than that im not sure where to go.
Please could some one educate me here, I feel like a fish out of water. where do i start :(