<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Say I have an interface of test.h which is located on another folder and the implementation of it test.cpp on a different folder.<div><br></div><div>I have another .cpp which calls main and I've use include "test.h", however how does the test.h file know where the test.cpp is??</div><div><br></div><div>As when I type make it doesn't complain because of cannot finding the test.h, however it complains that it can't find the implementation...</div><div><br></div><div>How can I do this then?<br><br><div></div><br><br></div>                                               <br /><hr />Windows Live: Keep your friends up to date <a href='http://www.microsoft.com/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-id:SI_SB_1:092010' target='_new'>with what you do online.</a></body>
</html>