jccpprt_computer2000.pdf
Archive for May 1st, 2010
An empirical comparison of C, C++, Java, Perl, Python, Rexx, and Tcl
Continue reading » Comments Off
Moving from Java to C++
Moving from Java to C++ This appendix explains how to transfer your Java programming skills to a substantial subset of C++. This is necessary for students who take their first programming course in Java and the second course in C++. Naturally, it would be easiest if the second course were also offered in Java, but [...]
Continue reading » Comments Off
Generics in C#, Java, and C++
Generics in C# Bill Venners: How do generics work in C#? Anders Hejlsberg: In C# without generics, you are basically able to say class List {…}. In C# with generics, you can say class List<T> {…}, whereT is the type parameter. Within List<T> you can use T as if it were a type. When it [...]
C++ vs. Lisp
At several points in my career development, I’ve been prompted to take a look at alternative computer languages. Usually I was worried about other languages being better than the one I was using at the time. Sometimes my worrying has been justified. Being introduced to Pascal in college made me forever unsatisfied with my unstructured [...]
Ada, C, C++, and Java vs. The Steelman
Ada, C, C++, and Java vs. The Steelman.rtf
Continue reading » Comments Off
A Comparative Overview of C#
This article will focus on the new ways of programming C# offers, and how it intends to improve upon its two closest neighbors, Java and C++. C# improves on C++ in a similar way to Java in many respects, so I’m not going to be re-explaining things like the benefits of a single-rooted object hierarchy. [...]
Continue reading » Comments Off
Resume template as taken from Times of India
TIMES OF INDIA – RESUME.dot
Continue reading » Comments Off