May 31, 2006

 

CND


NetBeans is my fav Java IDE for the past few years. For C,C++ I prefer to use emacs. Now NetBeans 5.5 has support for CND (C,C++ Native Development) which has nice features like Syntax Highlighting, Code Completion and online help etc.

This way i can have a single IDE for my dev purpose.

May 24, 2006

 

Java to CPP

Extensive APIs is one reason why java is the most sought after programming language compared to C++. Still legacy systems and high performance/mission critical apps uses C/C++.

You may have faced an issue where there is lack of a good API in C++ , but available in Java. One solution which i have used in the past is to use the java2cpp tool to convert the Java code to C++.
Most cases this provides a good starting point to develop the needed API in C++.

Ofcourse there is good old STL and for Java geeks who are doing coding in C++, there is ACDK

May 16, 2006

 

Net Neutrality

"Net Neutrality" is a hot issue in internet today. Here is what the father of web says about this issue.

http://dig.csail.mit.edu/breadcrumbs/node/132

May 14, 2006

 

Prototype


Prototype is a Javascript framework to develop AJAX type applications quickly.

This page is powered by Blogger. Isn't yours?