Categories
  • No categories

Article filed in 'C++'

How to Run a Stand Alone Borland C++ Application


Borland C++ Builder (BCB) is a good tool for all range (both object-oriented and/or dynamic) of applications that require a utilization of a graphical user interface (GUI). Traditional C/C++ programs can also be easily integrated with the drag-and-drop tool used for creating a graphical user interface.

A C/C++ Program and Source Code for Computing Ybus and Zbus Matrices


Below is a C/C++ program and source code that computes the Ybus and Zbus of a given electrical network of any size.

Matrix TCL Lite: A Matrix Header File for Matrix Operations in C++


Matrix TCL Lite is the free and downloadable version of Matrix TCL Pro of Techsoft.

How to write output on excel file using Borland C++


After demonstrating the way on how to read input from excel file using Borland c++ builder, we are now going to illustrate a� way to write your output to excel file using the same language, c++.

How to Read Input from Excel File Using Borland C++ Builder


Borland C++ Builder (BCB) is a very useful object oriented programming language and builder for a small up to a large scale software development. Unfortunately, there is no available introductory level tutorial tool for the use of this programming tool.