Since 4/2/2012 5:40:21 AM, ortp21 has written 3 articles and participated in 3 conversations. ortp21 signature: ortp21
ortp21's articles:
Items(3) /1
Mixing Languages with gfortran and Visual C++4579 (9/24/2010 11:32:36 PM) comp.lang.fortran I was wondering if anyone had experience with using Visual C++ in
conjunction with code compiled with gfortran? I am using the
iso_c_binding module to pass data from C/C++ to Fortran, in order to
make use of... John
Calculate Settling Time of a Transfer Function8711 (8/27/2010 10:35:01 PM) comp.dsp I was wondering if anyone could explain the best method is to
calculate the settling time of a continuous transfer function when
given a unit step input?
The settling time, or time to steady-state, can be ... John
Usage of iso_c_binding9575 (4/9/2010 7:06:05 PM) comp.lang.fortran I am trying to get a simple example working to invoke a fortran
subroutine from C++. I have based my simple example off of the example
provided in 14.10 of "fortran 95/2003 explained" by Metcalf, Reid, and
C... John
ortp21's replies:
Items(3) /1
Calculate Settling Time of a Transfer Function8711 (8/27/2010 10:35:01 PM) comp.dsp I was wondering if anyone could explain the best method is to
calculate the settling time of a continuous transfer function when
given a unit step input?
The settling time, or time to steady-state, can be ... ortp21(6)
Mixing Languages with gfortran and Visual C++4579 (9/24/2010 11:32:36 PM) comp.lang.fortran I was wondering if anyone had experience with using Visual C++ in
conjunction with code compiled with gfortran? I am using the
iso_c_binding module to pass data from C/C++ to Fortran, in order to
make use of... ortp21(6)
gfortran Catching C++ Exception using iso_c_binding17409 (10/14/2010 6:48:55 PM) comp.lang.fortran I am trying to create an example which would allow me to catch an
exception in C++ during a call to a Fortran subroutine. I want to use
this as a crude form of error handling for my program which is mixing C
... John