Possible Duplicate:
Correct C++ code file extension? .cc vs .cpp
.c vs .cc vs. .cpp vs .hpp vs .h vs .cxx
I have written C++ code in files with extension .cpp
, .cc
or .cxx
Can anyone explain that what is the difference between these three and which one is the best ( is that platform dependent ) and why?
I am currently working on cygwin.