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 2013
Reverse a Number in C++ Program Code
By Reza Ikhlasul Friday, December 27, 2013 dry run c++ program to reverse a number reverse number code

Reverse a Number in C++ Program Code

A simple C++ program in which user enter a number, program reverse it and display reversed number on the console. For example: If input numb...
Find Greatest Common Divisor (GCD) of two numbers c++ program
By Reza Ikhlasul Wednesday, November 20, 2013 GCD GCD c++ program Greatest Common Divisor

Find Greatest Common Divisor (GCD) of two numbers c++ program

What is GCD of two numbers? It means a greatest number which divides both numbers For example: Two numbers are 18 and 24 Numbers which divid...
C++ code to print  right triangle shape using nested for loops
By Reza Ikhlasul Monday, October 28, 2013 cpp code right triangle pattern right triangle shape code using for loop c++

C++ code to print right triangle shape using nested for loops

Concept used: nested for loop Post Contains:  C++ code  Line by line variable values and output Image view of code Image view of sample outp...
Define source code, object code, compiler and interpreter
By Reza Ikhlasul Tuesday, October 15, 2013 compiler interpreter language translators and interpreters Linker loader in c program machine object program program portability source code

Define source code, object code, compiler and interpreter

What is a Program or a Software? Set of instructions given to the computer to solve any problem is called a program. A program is written in...
Find Armstrong number in C++ with logic explanation and code dry run
By Reza Ikhlasul Monday, September 23, 2013 Armstrong number code dry run with sample input. Armstrong number code in c++ Armstrong number logic c++ program to find Armstrong number in c++ find Armstrong number in c++

Find Armstrong number in C++ with logic explanation and code dry run

What is Armstrong number ? A number in which the sum of cube of its individual digits is equal to the number itself is called Armstrong numb...
OSPF Inter-Area Filtering using Area Filter-List
By Reza Ikhlasul Thursday, September 19, 2013 HCv1.0 Intermediate OSPF

OSPF Inter-Area Filtering using Area Filter-List

Previous  |  Intermediate Level  | Next Pic. 1 - Topology Diagram. Task 1 Remove OSPF filtering applied in the previous lab. Task2 Ensure th...
OSPF Inter-Area Filtering Using Area Range
By Reza Ikhlasul 5:36 PM HCv1.0 Intermediate OSPF

OSPF Inter-Area Filtering Using Area Range

Previous  |  Intermediate Level  | Next Pic. 1 - Topology Diagram. Task 1 Remove OSPF filtering applied in the previous lab. Task 2 Configur...
OSPF Filtering Using Administrative Distance
By Reza Ikhlasul Tuesday, September 17, 2013 HCv1.0 Intermediate OSPF

OSPF Filtering Using Administrative Distance

Previous  |  Intermediate Level  | Next Pic. 1 - Topology Diagram. Task 1 Remove OSPF filtering applied in the previous lab. Task 2 Configur...
OSPF Filtering Using Distribute-List with Route-Map
By Reza Ikhlasul 3:19 PM HCv1.0 Intermediate OSPF

OSPF Filtering Using Distribute-List with Route-Map

Previous  |  Intermediate Level  | Next Pic. 1 - Topology Diagram. Task 1 Remove OSPF filtering applied in the previous lab. Task 2 Configur...
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • 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 ...
  • New Android Marshmallow sample apps
    Posted by Rich Hyndman , Developer Advocate Three new Android Marshmallow sample applications have gone live this week. As usual they are ...
  • 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...
  • 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 ...
  • Lab 49 - EIGRP Filtering with Administrative Distance
    Prerequisites: CCNP level skills. Note! Use the basic EIGRP configuration (Lab 45 Task 1) in the labs 45-53. EIGRP filtering can use: Standa...

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)
      • Reverse a Number in C++ Program Code
    • ►  Nov 2013 (1)
      • Find Greatest Common Divisor (GCD) of two numbers ...
    • ►  Oct 2013 (2)
      • C++ code to print right triangle shape using nest...
      • Define source code, object code, compiler and inte...
    • ►  Sep 2013 (8)
      • Find Armstrong number in C++ with logic explanatio...
      • OSPF Inter-Area Filtering using Area Filter-List
      • OSPF Inter-Area Filtering Using Area Range
      • OSPF Filtering Using Administrative Distance
      • OSPF Filtering Using Distribute-List with Route-Map
    • ►  Aug 2013 (4)
    • ►  Jul 2013 (11)
    • ►  May 2013 (7)
    • ►  Apr 2013 (4)
    • ►  Mar 2013 (5)
    • ►  Feb 2013 (12)
    • ►  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