Simple Learning

This blog will present you with all good tutorial all you need.

  • Home
  • CCNA
    • CCNA Basics
    • CCNA TCP/IP
    • CCNA Layer 1
    • CCNA Layer 2
    • CCNA Layer 3
  • CCNP
    • OSPF
    • EIGRP
    • BPG
    • Multicast
    • MPLS
    • BPG
    • IPv6
  • CPP
    • C++
  • Android Developers
Home » Archive for February 2013
Program to swap two variables without using third or temp variable
By Reza Ikhlasul Friday, February 22, 2013 swap with two variables swap without temp swap without third variable

Program to swap two variables without using third or temp variable

Program Logic Steps: Store sum of both in var1. Subtract var2 from var1 and store it in var2 (now var2 has value of var1) .     Subtract va...
C++ program to swap the values of two integers
By Reza Ikhlasul 7:11 AM swap values of two intergers in C++ swapping values.

C++ program to swap the values of two integers

Logic of the code:     Take three variables var1,var2 and swap.     Store value of var1 in swap.     Store value of var2 in var1.     Copy v...
Program to find the Area of any Triangle having values of three sides
By Reza Ikhlasul 6:47 AM area of triangle find area of triangle having values of three sides heron's formula

Program to find the Area of any Triangle having values of three sides

To find the area of any triangle in which values of three sides are given we can use Heron's formula which is equal to: Note: To apply ...
Program to find the Area and Perimeter of a Rectangle
By Reza Ikhlasul Thursday, February 21, 2013 area of rectangle c++ area of rectangle. perimeter of rectangle

Program to find the Area and Perimeter of a Rectangle

What is meant by quadrilateral?     A shape which has four straight sides is called quadrilateral shape What is meant by Rectangle or Parall...
Lab 215 - Extended ACL Established
By Reza Ikhlasul Sunday, February 17, 2013 Security

Lab 215 - Extended ACL Established

Prerequisites: CCNP level skills. NOTE! Initial configuration for this lab can be downloaded here . Topology Pic 1. Topology Diagram. Task ...
Lab 214 - Extended ACL
By Reza Ikhlasul 10:42 PM Security

Lab 214 - Extended ACL

Prerequisites: CCNP level skills. NOTE! Initial configuration for this lab can be downloaded here . Topology Pic 1. Topology Diagram. Task 1...
lab 213 - Standard ACL
By Reza Ikhlasul 10:09 PM Security

lab 213 - Standard ACL

Prerequisites: CCNP level skills. NOTE! Initial configuration for this lab can be downloaded here . Topology Pic 1. Topology Diagram. Task 1...
Find the binary value of decimal number in C++
By Reza Ikhlasul Saturday, February 16, 2013 C++ decimal to binary. Decimal to binary conversion sample code without using arrays

Find the binary value of decimal number in C++

 C++ Program to Find the Binary Value of Decimal Number Using for loop C++ Code: #include<iostream> #include <stdio.h> using nam...
C++ Program to Find the Multiplication Table Of a Given number
By Reza Ikhlasul Sunday, February 10, 2013 for loop to find table of number Multiplication table c++ program number multiplication table

C++ Program to Find the Multiplication Table Of a Given number

    C++ code to find Multiplication Table of  a number using for loop #include<iostream> using namespace std; int main() {     int num...
Lab 212 - IPv6 MP-BGP
By Reza Ikhlasul 7:55 PM IPv6

Lab 212 - IPv6 MP-BGP

Prerequisites: CCNP level skills. Topology Pic 1. Topology Diagram. Task 1 Using previous lab's IPv6 configuration, create new loopback ...
Lab 211 - Automatic 6to4 Tunnel
By Reza Ikhlasul Sunday, February 3, 2013 IPv6

Lab 211 - Automatic 6to4 Tunnel

Prerequisites: CCNP level skills. Topology Pic 1. Topology Diagram. Task 1 Enable connectivity between two IPv6 sites (presented in the topo...
Program to find factorial of Number in C++
By Reza Ikhlasul 7:50 PM C++program to find factorial factorial in C++ program to find factorial of a number

Program to find factorial of Number in C++

What is a Factorial of a number 'n'?  The factorial of a number 'n' is the product of all number from 1 upto the number ...
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • School Management Simple C++ Project Source Code
    This school management C++ project for beginners contains both student and teacher record management system . In which a menu is consist of ...
  • stack implementation in c++ using array source code
    Stack in C++ program This c++ program has 10 functions. Each function calls on menu based selection using switch statement (functions names ...
  • Android Support Library 23.1
    Posted by Ian Lake, Developer Advocate The Android Support Library is a collection of libraries available on a wide array of API levels tha...
  • First Preview of Android N: Developer APIs & Tools
    Posted by Dave Burke, VP of Engineering Today we�re happy to announce a Developer Preview of the N release of Android! We�re doing somethin...
  • string class function memchr c example
    In string class memchr() function helps us to find a byte within a specific memory block. It takes three parameters memchr(buffer, char, si...

Blog Archive

  • ►  2017 (2)
    • ►  Feb 2017 (1)
    • ►  Jan 2017 (1)
  • ►  2016 (169)
    • ►  Dec 2016 (6)
    • ►  Nov 2016 (8)
    • ►  Oct 2016 (32)
    • ►  Sep 2016 (7)
    • ►  Aug 2016 (7)
    • ►  Jul 2016 (22)
    • ►  Jun 2016 (13)
    • ►  May 2016 (18)
    • ►  Apr 2016 (15)
    • ►  Mar 2016 (13)
    • ►  Feb 2016 (9)
    • ►  Jan 2016 (19)
  • ►  2015 (153)
    • ►  Dec 2015 (9)
    • ►  Nov 2015 (13)
    • ►  Oct 2015 (30)
    • ►  Sep 2015 (18)
    • ►  Aug 2015 (13)
    • ►  Jul 2015 (11)
    • ►  Jun 2015 (9)
    • ►  May 2015 (10)
    • ►  Apr 2015 (13)
    • ►  Mar 2015 (14)
    • ►  Feb 2015 (9)
    • ►  Jan 2015 (4)
  • ►  2014 (117)
    • ►  Dec 2014 (12)
    • ►  Nov 2014 (16)
    • ►  Oct 2014 (12)
    • ►  Sep 2014 (8)
    • ►  Aug 2014 (3)
    • ►  Jul 2014 (12)
    • ►  Jun 2014 (10)
    • ►  May 2014 (7)
    • ►  Apr 2014 (3)
    • ►  Mar 2014 (3)
    • ►  Feb 2014 (18)
    • ►  Jan 2014 (13)
  • ▼  2013 (57)
    • ►  Dec 2013 (1)
    • ►  Nov 2013 (1)
    • ►  Oct 2013 (2)
    • ►  Sep 2013 (8)
    • ►  Aug 2013 (4)
    • ►  Jul 2013 (11)
    • ►  May 2013 (7)
    • ►  Apr 2013 (4)
    • ►  Mar 2013 (5)
    • ▼  Feb 2013 (12)
      • Program to swap two variables without using third ...
      • C++ program to swap the values of two integers
      • Program to find the Area of any Triangle having va...
      • Program to find the Area and Perimeter of a Rectangle
      • Lab 215 - Extended ACL Established
      • Lab 214 - Extended ACL
      • lab 213 - Standard ACL
      • Find the binary value of decimal number in C++
      • C++ Program to Find the Multiplication Table Of a ...
      • Lab 212 - IPv6 MP-BGP
      • Lab 211 - Automatic 6to4 Tunnel
      • Program to find factorial of Number in C++
    • ►  Jan 2013 (2)
  • ►  2012 (65)
    • ►  Nov 2012 (14)
    • ►  Oct 2012 (19)
    • ►  Sep 2012 (6)
    • ►  Aug 2012 (11)
    • ►  Jul 2012 (6)
    • ►  Jun 2012 (7)
    • ►  May 2012 (1)
    • ►  Jan 2012 (1)
  • ►  2011 (194)
    • ►  Dec 2011 (5)
    • ►  Nov 2011 (10)
    • ►  Aug 2011 (3)
    • ►  Jul 2011 (5)
    • ►  Jun 2011 (13)
    • ►  May 2011 (38)
    • ►  Apr 2011 (26)
    • ►  Mar 2011 (75)
    • ►  Feb 2011 (16)
    • ►  Jan 2011 (3)
  • ►  2010 (10)
    • ►  Dec 2010 (5)
    • ►  Nov 2010 (5)
Simple Learning. Powered by Blogger.
Copyright 2016 Simple Learning
Design by Mas Sugeng