create/edit dbc files

I've searched on google with no luck.
What do I need in order to create and edit dbc files?
From C++? I don't know

Is this what you are looking for?
http://filext.com/file-extension/DBC
no, I need to know what libraries/headers i need to create and edit dbc files.
Any ideas?
Because .dbc is not a well used extension/file you will probably have to create your own.
If you know how the file is structured and whether its ascii or binary you could make a few functions yourself to create and edit the files.
It is a highly used file type.

There must be some way to create, edit, and read dbc files.
closed account (z05DSL3A)
What is the .dbc file type that you are using? I know it as a Visual FoxPro Database Container file (never tried messing with one).
just normal .dbc files
The same thing you need to create and edit any other type of file. What is wrong with file streams? I don't believe that the C++ language provides any specific library specifically for dbc files. A file is a file. I'm confused by the question. Are you looking for an open source project or library that makes editing and parsing the files easier? Did you search the MSDN for information on that?
What's a .dbc file?
Nothing on msdn about creating, editing, and reading .dbc files.
Topic archived. No new replies allowed.