Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I understand that GUI ScreenIO is written in COBOL. Shouldn this kind of tool be written in C?

0
Posted

I understand that GUI ScreenIO is written in COBOL. Shouldn this kind of tool be written in C?

0

Yes, we wrote GUI ScreenIO in COBOL. All Windows tools consist primarily of calls to the Window API, and once you know how to program a Windows low-level application (like a screen manager), it really doesn’t make much difference which language you use. As a practical matter, you might consider asking a C programmer what they think of COBOL. The answer (usually negative) may give you some insight about how much C programmers really understand COBOL, and therefore how well they tailor the programming interface to COBOL. Because we’ve been cutting COBOL code for over 30 years, we have an exceptional understanding of what a COBOL application programmer needs, and how to simplify the programming interface. Compare the GUI ScreenIO programming interface to other tools and see which is easiest to use. We guarantee you’ll find GUI ScreenIO is far easier to use. In particular, look at what it takes to program some of the more complex controls like listboxes, comboboxes, and listview controls.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123