M. Saqib

Datagram Operations using C

Datagram Operations using C

This application demonstrates the various datagram operations possible from NetBIOS. This includes sending and receiving both directed and group datagrams as well as broadcast datagrams.

Bayer Tree implementation in C

This is implementation of Bayer-Trees, which are normally used for indices of data bases. These routines provide all stuff that is needed to create and…

Objects: Object Oriented Programming

The basic idea behind the Object Oriented Programming is that it deals with the objects. In real life everything is an object and every object…

Classes – Object Oriented Programming

If we say that a particular programming language is Object Oriented then it means, the programming language must have the facility to define classes in…

Personal Organizer

NeoMem allows you to store and organize all kinds of information in a cross between a word processor and database. The interface is similar to…

Inheritance

In real life inheritance is what we acquire from our parents. For example our lifestyle, way of talking etc... In Object Oriented Programming Inheritance is…

Understanding the Basics of Encapsulation in C++

Encapsulation is a fundamental concept in Object Oriented Programming (OOP) that involves bundling data (attributes) and methods (functions) into a single unit known as a…

Simple Image Viewer in Java with Swing

This Java program is a simple image viewer application designed for novice Java programmers. The program utilizes the Swing library to create a graphical user…