Linking sourcodes from different folders

Im using code::blocks, i want my source codes to bet at a folder named src and the progrm itself to be at bin. how do i place them so that it takes the sourcecodes from src, but i can run it form bin. So basiclly, there is this main folder and nside are 2 folders, src and bin. How do i build it like that?
Last edited on
Sorry, I don't know much about code::blocks, but in Visual Studio you just need to add the file. For linking, you just need to add the applicable library directories. You don't need to manually link anything that is external to the project.
Anyone knoe Code::block
Topic archived. No new replies allowed.