Archive for the ‘Programming’ Category

DIY Arduino

April 30, 2010

It’s my interest to build different circuits and prototypes.

And having my own version of Arduino is my dream.

You can check out about Arduino on their website.

www.arduino.cc

And if you want your own version. Here’s a simple example arduinofun.com.

http://arduinofun.com/files/byoa.pdf

Rock-paper-scissors or Jack en Poy Program in C

November 19, 2009

Being a learner who wants to know how to create computer instructions or programs, it is a great help to me being able to learn the basic of programming by having the right tools and the right motivation.

Why do I want to learn C? First, C will act as my foundation on other language that I want to study in the future. Second, I will use C as my language in developing firmwares for MCU. Third, there’s no other reason for me not to study if everyone says that i should know it

I finished my self-project jack en poy program which is inspired by my jack en poy circuit. Here’s the source code and the .exe file in case you want to try it. Please refer to the link.

CircuitDesolator Jack-en-Poy

I will improve this by creating an enemy or input generated by the computer itself.

C/C++ will be my focus.

May 13, 2009

As a beginner in programming, I finally made a decision to focus my time in studying C/C++.

These are my tools in studying C.

Books:

  • C++: The Complete Reference by Herbert Schildt
  • Jamsa’s 1001 C/C++ Tips by Kris Jamsa

Video Tutorial:

  • C Programming by The Virtual Training Company
  • C++ Programming by www.vtco.com

IDE:

Tutorial Sites: