Approaches to Web Development for Bioinformatics

Previous  Contents  Next
References

C and C++ Compared with Other Languages

C is the ideal language for programming operating systems.  C++ is a good choice for commercial desktop applications.  However, it is probably not the best language for most bioinformatics applications.  Some disadvantages are

Despite these disadvantages there are valid reasons for using C or C++.  C is the dominant language for application development for the desktop, embedded systems, and server software like databases and web servers.  You may be starting with a program that is in C or C++ and be unwilling to rewrite it in another language.  It is hard to beat C++ on the Windows desktop for responsiveness and flexibility.  Being more familiar with C than with other languages may not be a good reason to use it.  If you can program effectively in C and / or C++ you can easily pick up other languages.


Previous  Contents  Next
References

Contributed Comments and NotesAdd a comment.

There are no user comments.

Google

Please send ideas and opinions by email at alexamies@gmail.com.

© 2006-2007 Alex Amies