Hi Fucang,<br>
Thank you for your explanation. Now it is clear to me.<br>
<br>
Best,<br>
Chunyan<br><br><div><span class="gmail_quote">On 1/3/06, <b class="gmail_sendername">jiafucang</b> <<a href="mailto:jiafucang@asisz.com">jiafucang@asisz.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hello Chunyan,</div>
<div> </div>
<div>cxx and cpp files do not have difference, they both are C++
implementation files. It is very common that Visual C++ use cpp often, while
some Unix programs like cxx often. Txx files is the template files, which
could not be compiled directly, and have to be instantized. For example, the
libraries in the ITK is very small because most of them are templates. The
.h files are header files, such as the class definition. And the
implementation will be placed in .cxx or .cpp files in common.</div>
<div> </div>
<div>HTH,</div>
<div>Fucang<br></div>
<blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;">-----Original
Message-----<br>From: Chunyan Jiang <<a href="mailto:chunyan.jiang@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">chunyan.jiang@gmail.com</a>><br>To:
<a href="mailto:insight-users@itk.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">insight-users@itk.org</a><br>Date: Tue, 3 Jan 2006 14:22:06 +0100<br>Subject:
[Insight-users] Difference between .cxx and .cpp, .txx and .h<div><span class="e" id="q_108907b3fe0975ef_1"><br><br>Hi,
all,<br>I want to know that what is the difference between file .cxx and
.cpp, and same question to file .txx and .h?<br><br>I found many examples in
itk use these extensions.<br><br>Could some one explain me?<br><br>Thanks a
lot!<br><br>Chunyan<br></span></div></blockquote>
</blockquote></div><br>