Articles Written by Emad Barsoum

Implementing a Property in C++

How to simulate the property behavior found in C# and other languages by using Standard C++ and Templates without using any extension.

Template Thread Library

Review demonstrations of two non-MFC thread classes.

Function Evaluator

This program uses the transformation from infix notation to postfix notation to evaluate most mathematic expressions. It supports most operators (+,-,*,/,%,^), functions from 0 to any number of parameters, and also a user-defined function by using delegate. It also supports variables in the expression. It will generate a symbol table that can be updated at run time. Also. this program demonstrates the use of the DataGrid as a normal grid without any database connection.

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds