[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FileAccess: C or C++ ?
Hi all,
Quite some points around the File Access system have accumulated here.
Let's start with:
What language do we use for the implementation of the core PakFile reading
functionality?
C is more controllable (in terms of size and speed), but C++ makes it
easier to handle the dir structure etc.
It should also be noted that it's not neccessary to use the fancier C++
features like templates and virtual functions here.
What do you think?
Cu
Christian
--
Microsoft: What API do you have to use today?