What is Trillian coded of? I have been wanting to know for a while now..![]()
What is Trillian coded of? I have been wanting to know for a while now..![]()
What is your question? It didn't make any sense.
What is Trillian coded in? <-- Is that what you ment?
General consensus is that it is probably coded in Microsoft Visual C++ using a combination of C++ and C according to a few job postings, application decompiles and general restrictions of other software.
http://www.ceruleanstudios.com/forum...&threadid=6740
Last edited by The_Magistrate; 07-06-2006 at 12:33 PM.
Getting Started | Terms of Service | Paid Hosting | Forum Rules | Free Server Status | Banned Countries
If I have helped you through one of my posts, please click the
blue checkbox on the right below my avatar to add to my reputation.
Yeah, most applications are coded in C++ (Microsoft Visual C++ is a popular Windows Compiler) as C++ is very fast and easy to code in.
C++ is NOT "fast and easy" to code in.Originally Posted by Mr. Pig
EOF
It can be , because there are loads of premade library's.Originally Posted by Koshimi
So if you use premade librarys you don't need to write all these functions yourself and that makes is way faster.
and C++ is seen as a fast(ish) language... considering: asm, C, pascal etc.
So it may be a bit harder then VB but C++ is a fast and easy(er) language.
especialy easy because the OOP capabilitys
C++ is certainly fast in the sense that its compiled EXE's are quite small for the amount of code used, and easy in the sense that it can do virtually anything. It's not easy to learn, but it's ideal to use.
Seven: This rule is so underrated, keep your family and business completely separated.
I know about the speed of compiled programs with C++, and all of its advantages. It's still not easy to code in. You could get things done much faster and with less hassle using another language, but you'd be sacrificing application speed for faster developement.
Languages such as Python are easy to use (and learn), but the simplicity comes at the price of applications being slower.
Using C++ results in faster applications, but requires a lot more programming, which results in slower development.
EOF