Understand Programming
  • Home
  • Python
  • JavaScript
  • Swift
  • Testing
  • C/C++
  • SE
  • Android
  • About Me

Programming

Python a quick introduction

June 26, 2016 / Leave a Comment
Python

Python is a programming language which has gained tremendous amount of success and popularity in last few years. This language contains all advanced features which other programming language like Swift offered. The code style is simple and easy to read, it allows developer to perform task in few lines. See the hello world comparison between … Continue Reading….

Posted in: Python Tagged: Coding, Programming, Python, Tutorial, web development

Git : On Your Finger Tips

August 5, 2015 / Leave a Comment
git_

Every computer user is familiar with two keys combination, CTRL + Z or CMD + Z. These keys always help you to get rid of your mistakes which you do in your work. But these undo combination works as long as your computer is not restarted. Version control is basically a responsible undo key which records all changes to … Continue Reading….

Posted in: SE Tagged: Git, Programming, source control, version control

Swift Fundamentals: An introduction

July 25, 2015 / Leave a Comment
Swift_

This series is a comprehensive introduction of Apple’s new programming language called Swift. Swift is brand new language with lots of new features. Its fast, modern, safe and interactive. If you want to enhance your skills in new programming language, this is a right time to take one step ahead and start learning Swift.   … Continue Reading….

Posted in: Swift Tagged: apple, ipad, iphone, object oriented, objective-c, oop, Programming, swift

JavaScript Fundamentals: A quick introduction

July 7, 2015 / Leave a Comment
javascript_

This series is a quick but comprehensive introduction of javaScript language. The idea behind these articles is to help students and developers, who want to learn new programming language and want to enhance their skills in web development. Each article contains code examples, step by step instruction and introduction about javaScript features. These articles also cover new javaScript library … Continue Reading….

Posted in: JavaScript Tagged: html, java, javascript, Programming, web

What is successfull test case.

May 24, 2015 / Leave a Comment
keyboard-70506_1280

“Software testing is a process of software evaluation, to make sure that software does what it is designed to do and it does not do what is not expected”.  “Testing is a technique to examine the code and find the hidden bugs.” These are the definations of software testing but what is the defination of successful … Continue Reading….

Posted in: SE, Testing Tagged: code, engineering, Programming, software, successsful, testing

Function Pointer

May 20, 2015 / Leave a Comment

Different data types which exists in the memory, have its own addresses and every data type has pointer which is an indirect way of data access. There are also pointers which helps to access the functions. Have look on the following example and we will discuss it line by line. void MyFunction (int i, int … Continue Reading….

Posted in: C/C++ Tagged: C, Function, Pointers, Programming

Pointers. An indirect data access

May 20, 2015 / 1 Comment

In Texas you have one house and your House has one address. Replace Texas with Memory and House with Variable. In memory you have one variable and your variable has one address and special type of variable which holds the address of your variable is known as pointer. Before going into detail,  just look some very … Continue Reading….

Posted in: C/C++ Tagged: C, Function, Pointers, Programming

Search here:

Recent Posts

  • Python a quick introduction
  • What is Metadata
  • Git : On Your Finger Tips
  • Swift Fundamentals: An introduction
  • JavaScript Fundamentals: A quick introduction
April 2018
M T W T F S S
« Jun    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Copyright © 2018 Understand Programming.

Me WordPress Theme by themehall.com.