A Brief Guide to C and C++ for Fortran or Basic Programmers
A Brief Guide to C and C++ for Fortran or Basic Programmers
Loading...
Files
Publication or External Link
Date
1999
Authors
Advisor
Citation
DRUM DOI
Abstract
This paper introduces C and C++ programming for learners who already have some experience in another language such as Fortran or Basic. It explains basic syntax, dynamic space allocation, structures, classes, constructors and destructors, and overloading of operators. All concepts are illustrated with working programs.