Time Management System

In this article, you will learn about making a time management system which is developed using VB 6 and MS Access. The system helps to do two simple task – Add new activity and View Activities based on following criteria. Important and Urgent Important and Not Urgent Not Important and Urgent Not Important and Not … Read more

VB 6 Arrays

The VB 6 arrays hold data of a single type. In this article, you will learn about declaring, assigning, and various array handling techniques. Types of  VB 6 Array You can divide VB 6 arrays into two sets – array and arrays The can have a maximum of dimensions. The arrays in are also classified … Read more

VB 6 Variable Scope

The scope of a VB 6 variable decides the lifetime of that variable. There are 3 levels of scope for a variable in Visual Basic 6. In this article, you will learn about the scope of variables with examples in a Visual Basic 6 project. Level of Scope The scope in many programming languages is … Read more

Memory Mapping Schemes

Memory mapping is a technique to bind user-generated addresses to physical addresses in the memory. This requires static binding or dynamic binding. CPU gets instruction from memory, and then decode the instruction during the instruction-execution cycle. The instruction also contains the memory address of operands that need to be fetched. The CPU finished the instruction … Read more

C Program to Draw and Fill Color in a Polygon

In the previous article, you learn to draw a polygon shape with N points. In this article, you will learn to draw a polygon and fill color in it using graphics functions. Problem Definition If you want to draw a polygon shape with N points, where a point is represented using coordinates, then use function … Read more

C Program to Draw a Polygon Shape

The C programming language graphics support allows creating polygon shapes with N points. Each of these N points must be a pair of coordinates. In this article, you will write a program to draw a polygon shape in C language. Problem Definition We wish to create a polygon shape with 4 points. Each of the … Read more

C Program to Draw a Circle

In this article, you will learn to draw a circle in C programming language. You must supply the appropriate information to draw the circle such as co-ordinates of the center, length of the radius and so on. Problem Definition We wish to draw a circle in C language using the builtin graphics header file. The … Read more

C Program To Display 3D Bar Chart

A bar chart is used to display statistical data. The 3d bar chart is a type of bar chart in which each bar represents a value. The greater the value, the longer the 3d bar in the 3d bar chart. In this article, you will learn to write a program that will draw a 3d … Read more

C Program to Draw a Bar Chart

The bar charts used to display statistical data. It is a graphical method to present data and each bar has two dimensions. Usually, one dimension is time. In this article, you will learn to draw a bar chart with the help of C programming graphics support. Problem Definition We want to demonstrate the ability of … Read more

C Program To Draw A Rectangle

The C graphic header file has a builtin function to draw various geometric shapes such as lines, circles, polygons, and quadrilaterals. In this article, you will learn to draw a rectangle using C programming graphics support. Problem Definition To draw the rectangle using C graphics support, we write a program that does the following: Declare … Read more

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.