Jun 30, 2001 #1 CalamityJake Programmer Joined Jun 26, 2001 Messages 15 Location RO Hi, can anyone tell me exactly what a run-time library means? does it have something to do with dynamic libraries? Thank you
Hi, can anyone tell me exactly what a run-time library means? does it have something to do with dynamic libraries? Thank you
Jun 30, 2001 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB No. Runtime library is working with class type information at run time, not at compile time. John Fill ivfmd@mail.md Upvote 0 Downvote
No. Runtime library is working with class type information at run time, not at compile time. John Fill ivfmd@mail.md
Jun 30, 2001 Thread starter #3 CalamityJake Programmer Joined Jun 26, 2001 Messages 15 Location RO Alright, I've got it, it uses RTTI, but what's with the "C runtime library". I think there are no classes in C %) Upvote 0 Downvote
Alright, I've got it, it uses RTTI, but what's with the "C runtime library". I think there are no classes in C %)
Jun 30, 2001 #4 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB The second question is for C forum John Fill ivfmd@mail.md Upvote 0 Downvote