Gordon Zeglinski: Difference between revisions
Appearance
mNo edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Gordon W. Zeglinski is a freelance programmer/consultant who received his Master's degree in Mechanical Engineering with a thesis on [[C++]] sparse matrix objects. He has been programming in C++ for 6 years and also has a strong background in FORTRAN. He started developing OS/2 applications with version 2.0. | Gordon W. Zeglinski is a freelance programmer/consultant who received his Master's degree in Mechanical Engineering with a thesis on [[C++]] sparse matrix objects. He has been programming in C++ for 6 years and also has a strong background in FORTRAN. He started developing OS/2 applications with version 2.0. | ||
His | His projects included a client/server communications program that utilises OS/2's features which has entered beta testing. Additionally, he is involved in the development of a real-time automated vehicle based on OS/2 and using C++ in which he does device driver development and designs the applications that comprise the control logic and user interface. | ||
==Articles== | ==Articles== | ||
Line 7: | Line 7: | ||
* Visual REXX Faceoff | * Visual REXX Faceoff | ||
** [[Visual REXX Faceoff - Part 1]] Watcom's VX-REXX (Jun 1994) | ** [[Visual REXX Faceoff - Part 1]] Watcom's VX-REXX (Jun 1994) | ||
** [[Visual REXX Faceoff - Part 2]] Hockware's VisPro REXX | ** [[Visual REXX Faceoff - Part 2]] Hockware's VisPro/REXX Bronze 2.0 (Jul 1994) | ||
** [[Visual REXX Faceoff - Part 3]] Hockware's VisPro REXX | ** [[Visual REXX Faceoff - Part 3]] Hockware's VisPro/REXX Gold 2.03 (Oct 1994) | ||
*[[A Brief Look at Personal REXX]] An overview of Personal REXX by Quercus Systems (Apr 1995) | *[[A Brief Look at Personal REXX]] An overview of Personal REXX by Quercus Systems (Apr 1995) | ||
* OOPS Avenue | * OOPS Avenue | ||
** [[User Interface Class Library (UICL for short)]] (Jan 1994) | ** [[User Interface Class Library (UICL for short)]] (Jan 1994) | ||
** [[C-Set++ 2.1 Review]] (Feb 1994) | ** [[C-Set++ 2.1 Review]] (Feb 1994) | ||
Line 42: | Line 42: | ||
* [[The Java Language]] (Oct 1996) | * [[The Java Language]] (Oct 1996) | ||
* REXX-ercising Your Applications | * REXX-ercising Your Applications | ||
** [[REXX-ercising Your Applications - Part 1]] Creating external functions and executing them from apps; intro to RexxStart(). (Nov 1993) | ** [[REXX-ercising Your Applications - Part 1]] Creating external functions and executing them from apps; intro to RexxStart(). (Nov 1993) | ||
** [[REXX-ercising Your Applications - Part 2]] More on RexxStart(), external command handlers and REXX macrospace. (Dec 1993) | ** [[REXX-ercising Your Applications - Part 2]] More on RexxStart(), external command handlers and REXX macrospace. (Dec 1993) | ||
* [[A Review of VisualAge C++ Version 4.0]] (May 1999) | * [[A Review of VisualAge C++ Version 4.0]] (May 1999) | ||
* [[VisualAge for Java Professional]] (Apr 1998) | * [[VisualAge for Java Professional]] (Apr 1998) | ||
* C++ Compiler Review | * C++ Compiler Review | ||
** [[C++ Compiler Review - Part 1|Part 1]] (Aug 1995) | ** [[C++ Compiler Review - Part 1|Part 1]] (Aug 1995) | ||
** [[C++ Compiler Review - Part 2|Part 2]] (Sep 1995) | ** [[C++ Compiler Review - Part 2|Part 2]] (Sep 1995) | ||
** [[C++ Compiler Review - Part 3|Part 3]] (Nov 1995) | ** [[C++ Compiler Review - Part 3|Part 3]] (Nov 1995) | ||
* [[A Review of C++ Compilers]] (Nov 1993) | * [[A Review of C++ Compilers]] (Nov 1993) | ||
;Republishing Information:Gordon Zeglinski gave permission to release his EDM/2 articles under Creative Commons Attribution-Share Alike 3.0. Martin Iturbide requested this on 17-Feb-2012 and received the permission the same day. Gordon Zeglinski requested to be credited as the original author of the material. | |||
;Republishing | |||
{{DEFAULTSORT:Zeglinski, Gordon}} | {{DEFAULTSORT:Zeglinski, Gordon}} | ||
[[Category:Contributors]] | [[Category:Contributors]] |
Latest revision as of 04:50, 28 December 2019
Gordon W. Zeglinski is a freelance programmer/consultant who received his Master's degree in Mechanical Engineering with a thesis on C++ sparse matrix objects. He has been programming in C++ for 6 years and also has a strong background in FORTRAN. He started developing OS/2 applications with version 2.0.
His projects included a client/server communications program that utilises OS/2's features which has entered beta testing. Additionally, he is involved in the development of a real-time automated vehicle based on OS/2 and using C++ in which he does device driver development and designs the applications that comprise the control logic and user interface.
Articles
- C++ Encapsulation of PM (Jul/Aug/Sep 1993)
- Visual REXX Faceoff
- Visual REXX Faceoff - Part 1 Watcom's VX-REXX (Jun 1994)
- Visual REXX Faceoff - Part 2 Hockware's VisPro/REXX Bronze 2.0 (Jul 1994)
- Visual REXX Faceoff - Part 3 Hockware's VisPro/REXX Gold 2.03 (Oct 1994)
- A Brief Look at Personal REXX An overview of Personal REXX by Quercus Systems (Apr 1995)
- OOPS Avenue
- User Interface Class Library (UICL for short) (Jan 1994)
- C-Set++ 2.1 Review (Feb 1994)
- Developing the first version of a queue encapsulation hierarchy (Mar 1994)
- Queues Continued (Apr 1994)
- Drag and Drop (May 1994)
- Multi-threading using the IThread class (Jun 1994)
- The profile API and its encapsulation in a group of C++ classes (Jul 1994)
- SOM's OOP Model from the SOMobjects Developer Toolkit (Sep 1994)
- The use of SOM to mirror the C++ object (Oct 1994)
- Some benchmarks of SOM vs C++ based objects (Nov 1994)
- Using C++ Objects in SOM (Jan 1995)
- A Look at What's New in SOM 2.1 (Feb 1995)
- An Introduction to DSOM (Apr 1995)
- Using C++ In Dynamic Link Libraries (May 1995)
- The STL (Standardized Template Library) (Aug 1995)
- Direct To SOM (DTS) compiling, a C++ Screen Saver - Part 1 (Nov 1995)
- C++ Exceptions (Jan 1996)
- Adding socket support to the iostreams hierarchy (Feb 1996)
- A C++ Screen Saver - Part 2 (Mar 1996)
- A C++ Screen Saver - Part 3 (May 1996)
- A C++ Screen Saver - Part 4 (Jun 1996)
- VAC++ NT vs. OS/2 (Nov 1996)
- Fun with IO Streams (Dec 1996)
- Building a Simple Editor Part 1 (Feb 1997)
- Building a Simple Editor Part 2 (Feb 1997)
- The Java Language (Oct 1996)
- REXX-ercising Your Applications
- REXX-ercising Your Applications - Part 1 Creating external functions and executing them from apps; intro to RexxStart(). (Nov 1993)
- REXX-ercising Your Applications - Part 2 More on RexxStart(), external command handlers and REXX macrospace. (Dec 1993)
- A Review of VisualAge C++ Version 4.0 (May 1999)
- VisualAge for Java Professional (Apr 1998)
- C++ Compiler Review
- A Review of C++ Compilers (Nov 1993)
- Republishing Information
- Gordon Zeglinski gave permission to release his EDM/2 articles under Creative Commons Attribution-Share Alike 3.0. Martin Iturbide requested this on 17-Feb-2012 and received the permission the same day. Gordon Zeglinski requested to be credited as the original author of the material.