Profit/Loss Calculator

  • Utility Programs and Applications
Profit/Loss Calculator

This is a small utility written in C Programming Language to calculate the net income by checking a person's salary and monthly expenses. On the…

Text editor

  • Utility Programs and Applications

This program is written in pure C programming language. The interface of the C program is just like Turbo C/C++ compiler like interface, and it…

Search Engine Marketing

  • Blog

There are a lot of things involved with search engine marketing. It is not hard to learn the skills & techniques in Search Engine Marketing.…

Web Hosting Choice

  • Blog

Web Hosting Choice Finding a good web host is quite a hectic job these days as there are millions of web hosting companies around the…

Stack Implementation with Array

  • Java: Java Programming Concepts

This java code implements stack functionality by using arrays. It can Pop and Push an item in stack with the help of array. The item…

Lame – MP3 Encoding Software

  • Utility Programs and Applications

LAME is an educational software used for learning about MPEG Audio Layer III (MP3) encoding. The goal of the LAME project is to use the…

Exception Handling in C# Applications

  • C# Programming: Different Articles on C# Programming

In C#, an exception is a runtime error or unexpected behavior that occurs during the execution of a program. Exceptions can be caused by various…

Transitioning from C to C++: A Quick Guide for Novice Programmers

  • C++ Programming: Different Articles on C++ Programming

As we begin the study of C++ and object oriented programming, a few comments are in order to help you get started. Since the field…

Working with Namespaces in C#

  • C# Programming: Different Articles on C# Programming

Every application begins with a namespace in C# .NET that has the same name as the project. Of course, you can change the namespace to…

Scientific Calculator Program

  • Utility Programs and Applications

This graphical scientific calculator purely written in C programming language. It uses small functions to draw buttons on the screen and perform scientific operations like…