Monthly Archives: May 2016

Not a C++ article but a C# article for Programmez French magazine

In the serie “Windows Programming” for french magazine Programmez, I have written the 3/5 article. It’s all about a Grid App with thread, timer, data access to SQL Server, access to Reuters Web Service et the ability to make traders work in a desktop application rather than in Excel. So there are also formulas… This is a C# .NET application.

Look at the UI (beta version) :

The upper grid is completely coded in C# with a DataGridView in a Windows Forms application.

It is completely coded like a C++ App. Every thing is hand made ; no databinding, no wizard.

It will be available in the summer edition of Programmez (July, August) and every thing will be explain : how to do memory formulas, data access and WS access to Reuters.