473,799 Members | 3,017 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

missing file Turbo C++ ver 3

Can any body send to me a missing file to my compiler Turbo C++ ver 3,called tv.lib
Jul 22 '05 #1
5 2216
hp******@yahoo. com wrote:
Can any body send to me a missing file to my compiler Turbo C++ ver 3,called tv.lib


Sure, I've pasted the contents below:

Jul 22 '05 #2
Jeff Schwab wrote:
hp******@yahoo. com wrote:
Can any body send to me a missing file to my compiler Turbo C++ ver
3,called tv.lib

Sure, I've pasted the contents below:


Har har har. :-)

Jul 22 '05 #3
Jacques Labuschagne <ja*****@clawsh rimp.com> wrote in message news:<Yo******* *************@n ews02.tsnz.net> ...
Jeff Schwab wrote:
hp******@yahoo. com wrote:
Can any body send to me a missing file to my compiler Turbo C++ ver
3,called tv.lib

Sure, I've pasted the contents below:


Har har har. :-)

Could any body be more seriuos ?
Jul 22 '05 #4
hp******@yahoo. com wrote:
Can any body send to me a missing file to my compiler Turbo C++ ver 3,called tv.lib


Have you tried http://www.borland.com?
Or perhaps a Borland newsgroup?

-- Thomas

Jul 22 '05 #5

Uzytkownik <hp******@yahoo .com> napisal w wiadomosci
news:67******** *************** ***@posting.goo gle.com...
Jacques Labuschagne <ja*****@clawsh rimp.com> wrote in message news:<Yo******* *************@n ews02.tsnz.net> ...
Jeff Schwab wrote:
hp******@yahoo. com wrote:

> Can any body send to me a missing file to my compiler Turbo C++ ver
> 3,called tv.lib
Sure, I've pasted the contents below:


Har har har. :-)

Could any body be more seriuos ?


Arnd Schroeter wrote:
I am a c++ programmer under the os linux. I am using pthreads and i am
wondering why i can only use satic methods of a class to create a
thread of it. How can i change this, because it limits my programmes
very strongly. thanks in advance..Arnd Schröter

Vamat certificates upper mail:
The non-static member functions have different signature, that's why.
And you can't change that. You have to work your way around it. One
possible workaround is like this:
struct thread
{
static void thread_func(voi d* p);
virtual void run() = 0;
};

void thread::thread_ func(void* p) {
// iirc pthread_create needs a function that takes a void
// pointer.
thread* t = reinterpret_cas t<thread*>(p);
t->run();
}

struct some_thread : thread {
void run() {
// do your stuff..
}
};

thread* thr = new some_thread();

Now pass thread::thread_ func to the thread creation function as start
routine and thr as argument to start routine.
--
Ahti Legonkov
Jul 22 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
13854
by: Developwebsites | last post by:
I am taking advanced C++ at college and we use Borland Turbo C++ 4.5 compiler. How different is Turbo C++ from the standard C++? I know Borland used to call their versions of C++ and Pascal Turbo, but that was a long time ago; even the 4.52 compiler is old. This is a requirement for the 4 year BS degree in comp sci, which is a shame as I feel the students shouldnt be taught on old crap. Is it very important to learn C++ on the newest...
2
2198
by: Kamlesh | last post by:
Hello, I am writing a computer graphics program in Turbo C compiler on DOS environment. The source code includes "vga.h", but I do not have this file in my TurboC directory. Please let me know from where can I get this file? If I cannot get this file for Turbo C, can I get it for Linux based C Compiler???
6
2030
by: Dr Ann Huxtable | last post by:
Hi All, I am trying to compile an old C code written for the Borland Compiler on the DOS platform. This is a tactical solution and I intend to rip out the GUI side of things and slap on something like Qt or Tcl/Tk (I'll also be poting to linux), but for now, i am running out of time and getting quite desperate. Does anyone out there know where I can get the header (and also the associated lib to link it against - I think this is...
7
911
by: SunRise | last post by:
Hi I am creating a C Program , to extract only-Printable-characters from a file ( any type of file) and display them. OS: Windows-XP Ple help me to fix the Errors & Warnings and explain how to use Command-Line Arguments inside C program.
4
4138
by: bibin | last post by:
Can somebody send me the math.h header file used in Turbo C
16
3496
by: scott | last post by:
I am looking for a copy of Turbo C 1.5 from 1987 for some historical research I'm doing into computing from that time period.
2
5862
by: 2005 | last post by:
Hi I have a code that compiles using Turbo C++ for DOS version 1.01 from http://community.borland.com/article/0,1410,21751,00.html What is that I need to do so that it cmpiles on Visual Studio as well? When I tried it & it needed some *.h files. I copied them (from the Turbo C environment) and put it in there - now it says
3
5930
by: postrishi | last post by:
Hello Everybody , I am a new user. I am currently using Turbo C++ 3.0 editor in my engg.Can you tell me or post me a ebook on turbo c++ and NOT on c or C++.MInd it I want a book on TURBO C++ editor and not on programming language C/C++' Moreover can you tell me that how do i give dos based commands use a c program.
2
1556
by: henryiamiam8 | last post by:
Miracle c and Turbo c both compile the source code without error but do not generat an exe file.
0
9538
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10473
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10249
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
6804
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5461
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5584
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4138
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3755
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.