C and C++ Programming Resources

Custom Search

Famous Programming Languages – Authors and History

Posted on February 22nd, 2009 0 Comments

Today I have compiled a list of ten programming languages with their application domains and little historic background. Also I have mentioned the names of the developers of these languages along with their little biography. I hope you will find this article quite useful. The list is developed by researching through language websites, developers’ biographies...
Read More | Make a Comment

FLIB2C (Fortran Library to C)

Posted on September 9th, 2008 0 Comments

FLIB2C is a tool to create header files that provide a simple and easy-to-use interface between FORTRAN (library) routines and C. The differences between the FORTRAN and C calling sequences are hidden in a header file that has to be created for every FORTRAN library. FLIB2C simplifies the task of creating a header file. If one wants to use FORTRAN libraries from...
Read More | Make a Comment

A2FPLOT (Read ASCII data and write in fplot style)

Posted on September 9th, 2008 0 Comments

- To configure the program, edit the file “jsconfig.h”. Since this is a general configuration file, not all settings may apply to this package. If in doubt, use grep or anything else to find out if a specific configuration symbol is used somewhere. - No default optimization option is used in the Makefile since this is compiler dependent. One has to...
Read More | Make a Comment