How To Use Reference To An Object In C++
- Time sunset(19,0,0); // object of type Time
Structures in C
Structures in C
In this part you will learn: 1. C syntax 2. Structure variable 3. Structure declaration 4. Structure accessing 5. Showing outputWhat is a Structure?
Structure is a user-defined data type in C which allows you to combine different data types to store a particular type of record. Structure helps to construct a complex data type in a more meaningful way. Structure helps when you have to store a collection of data of many similar things or people etc. It is somewhat similar to an array.Finding GCD
This is the project I made. This program will help you to find the gcd of a number in a easy way. I just want to share it with you. Hope you learn from this project.
Object-Oriented Programming In C++: Operator Overloading
1. Introduction.
2.
Permutation in C/C++
Program to mix 3 string values (permutation) & getting all 7 letter combination. It is useful for finding a new name of 7 digits with starting letter "G" from a combination of 3 strings using backtrack method for permutation.
Image Rotate Using CSS
This project will teach you on how to rotate an image using CSS. No javascript code or jQuery, just pure CSS. In my example, I have a blade image with transparent background. With the use of @keyframes animation in css, the image rotate like a windmill. This is very easy to do with just a few lines of codes. Hope you learn from this.