Category: programming

  • C# Tutorial, Lesson 1 Part 1

    C# Tutorial, Lesson 1 Part 1

    A visual C# lesson for programmers who are not familiar with CC++CC# per se, but are familiar with other programming languages.

  • PyMT Video Tutorial 1

    PyMT Video Tutorial 1

    Quick introduction to programming with pymt.

  • SQL-Tutorial

    SQL-Tutorial

    SQL Tutorial: SQL is short for Structured Query Language and is a widely used database programming language. Get to know more with our latest video. http://www.sql-tutorial.net

  • iPhone Game Programming – Tutorial Update 1

    iPhone Game Programming – Tutorial Update 1

    So I’ve decided to try something different, which is to provide a quick update on what I’m doing via a screen cast rather than the written word. Its just a small video of around 4 minutes and shows some of the things I’m working on at the moment. Let me know if you think if…

  • Programming/Problem Solving Tutorial

    Programming/Problem Solving Tutorial

    (Writing/Reading data) Write a program to create a file named Exercise8_22.txt if it does not exist. Write one hundred integers created randomly into the file using text I/O. Integers are separated by spaces in the file. Read the data back from the file and display the sorted data.

  • iPhone Game Programming – Tutorial Update 2

    iPhone Game Programming – Tutorial Update 2

    Hi all and welcome to Video Update 2. This is a quick 8 min video just to show you what I’m working on for Tutorial 10. Things are hectic at the moment, but progress is being made. I hope you enjoy the video update and as always, it would be great to get feedback and…

  • Apple Watch Tutorial – Learn How to Make a Simple Apple Watch App

    Apple Watch Tutorial – Learn How to Make a Simple Apple Watch App

    Link to the Kickstarter https://www.kickstarter.com/projects/1766493251/how-to-make-a-freaking-apple-watch-app-be-one-of-t Apple has released WatchKit, a tool to create apps for the new Apple Watch. I have created a tutorial that walks you through making your very first Apple Watch app – Emoji Dictionary. This tutorial is intended for anyone who wants to make Apple Watch apps, but no programming experience…

  • Arduino Programming – Interval tutorial

    Arduino Programming – Interval tutorial

    How to write a program that fires actions with different intervals without using the delay() function. Configuration of the serial port and printing values is also explained. Level : beginner with Arduino. ( Basic knowledge of programming principles like if/else and variables ). Download the code examples from kasperkamperman.com/blog/

  • xcode tutorial #1: Hello World

    xcode tutorial #1: Hello World

    This tutorial explains the basics of iphone programming, and how to build a very simple application which displays a “Hello World” label.