Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

lack of speed in TC++ 2006

2 views
Skip to first unread message

Thomas

unread,
Jun 10, 2008, 1:19:55 PM6/10/08
to

hello
i have a program that is written by Borland C++Builder 6
it is a program for reading/writing binary files using ifstream and ofstream.
but when i ship this program to Borland Trubo C++ 2006 and compile it,the run time of program increased very long.
you can test ifstream/ofstream speed in both C++Bulilder and Turbo C++
the time of C++Builder is very very better than Turbo C++
can you help me?

Ed Mulroy [TeamB]

unread,
Jun 10, 2008, 1:25:21 PM6/10/08
to
The new Turbo C++ is a derivative of C++ Builder so is covered in the C++
Builder groups, groups with the word 'cppbuilder' in their name. The Turbo
C++ covered here is the old, 16 bit version.

Compilers released after BCB 6 used the Dinkumwear STL implementation for
greater compliance with the C++ standard. Unfortunately greater compliance
sometimes means slower operation and this may be a case of that. Ask in the
C++ Builder groups to find out if my guess on this is correct. If it were
me I would ask in
borland.public.cppbuilder.language.cpp

. Ed

> Thomas wrote in message
> news:484eb7bb$1...@newsgroups.borland.com...

0 new messages