In this C programming tutorial I take you through how you can generate shapes/polygons like squares, rectangles and triangles using the C programming...Read More
Advertisement
Selected Posts
- Downloading Using wget Command In Linux
- Adding Theme Support In WordPress
- Commenting In Your Program Code
- The Facebook Unseen Extension For Chrome
- Uses Of Constructors In Object Oriented Programming
- Arithmetic Operators In C
- Web Hosting
- Page Redirection Using PHP
- Characteristics Of Database Tables
- Sending An Email Using PHP
- Functions Of OSI Model Layers
Most Recent Posts
-
-
PDOException: SQLSTATE[22001] Error In Drupal
Friday, 26th October 2012PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'delta' at row 1: error in drupal is solved in this tutorial. This error is mainly caused by creating machine names which are longer than 32...Read More -
Introduction To CodeIgnighter
Monday, 22nd October 2012In this tutorial I give you an introduction to CodeIgniter. This introduction to is going to be in form of answering the frequently asked questions about CodeIgniter. Questions like, What is CodeIgniter? What can be done with CodeIgniter? Who should use CodeIgniter? When is CodeIgniter right...Read MoreCategory: CodeIgniter • Tags: CodeIgniter -
How To Run 32-bit Apps On 64-bit Ubuntu (Linux)
Monday, 10th September 2012Learn how you can run 32-bit Apps On 64-bit Ubuntu (Linux). In this tutorial I am going to mainly focus on how you can run 32-bit apps on 64-bit Ubuntu. Ubuntu is one of the Linux distributions that is commonly used today. The command used to install 32-bit library in Ubuntu is apt-get install...Read More -
The Facebook Unseen Extension For Chrome
Wednesday, 13th June 2012You can now disable facebook seen feature by using the facebook unseen extension for...Read More -
A C Program That Calculates The Range Of Numbers
Wednesday, 6th June 2012In this tutorial I show how you can write a c program that calculates/finds the range of given numbers. I also describe what range is and the steps that are taken when finding the range of...Read More -
Downloading Using wget Command In Linux
Sunday, 3rd June 2012Downloading using wget command in Linux. In this tutorial I show you how to download and how to continue/resume a download using wget command at the terminal in...Read More -
Validating An Email Address Using filter_var Function In PHP
Sunday, 27th May 2012In this tutorial I teach how to validate an email address using the filter_var function in PHP. The filter_var function takes in the email address and the FILTER_VALIDATE_EMAIL validate filter ID in order to validate the email...Read More -
Compiling And Executing A C Program In Linux
Sunday, 27th May 2012In this tutorial I guide you through how you can compile and execute c programs on Linux. The gcc command is used at the terminal to compile the c programs in ...Read More -
A C Program That Calculates The Average Of Numbers
Friday, 18th May 2012In this C Programming tutorial I show you how to calculate the average of numbers. First I explain what average (mean) is, then give the formula for calculating the mean, followed by an example where mean is calculated and finally a c program that calculates the average of numbers is...Read More
