Practical Code Solutions

Solutions and Ideas on Programming, Statistics and Networking

Sunday, August 30, 2015

Overloading Constructor in Python Classes

›
In Python, the constructor __init__ can not be overloaded. If you are a Java or C++ programmer, you probably used this facility before bec...
Tuesday, August 25, 2015

Lisp for the C++ programmer: Numerical Integration

›
In the series of Lisp for the C++ programmer , we present some Common Lisp examples in a way similar to examples which are written in C++ ...

Lisp for the C++ programmer: Changing an element of a list

›
Here is the example of changing an element of a Common Lisp List and its equivalent code in C++ typed as List comment. ; #include ...
1 comment:

Lisp for the C++ programmer: for loop

›
Here is the example of for loop. Equivalent C++ code is commented on the top the Common Lisp code as comments. ; for (int i = 0...
1 comment:

Lisp for the C++ programmer: Function definitions and function calls

›
Here is the simple Common Lisp example, in which a sum and an ArithmaticMean functions defined. Both C++ and Common Lisp code here calcula...
‹
›
Home
View web version
Powered by Blogger.