c++builder - What is the purpose of .dfm files in C++ -


i have used c++ in unix , aware of .h , .cpp files, have never worked on c++ builder , have got project contains .cpp, .h , .dfm files. the purpose of .dfm files , how use it?

thanks in advance.

dfm files describe form, , typically have associated cpp file , h file other aspects of form's class. typically edited using ide in c++ builder.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -