Widget HTML Atas

Showing posts with the label programming

Why should I take a course in computer programming?

If you’re worried about finding a job in this uncertain economy, then a technical role is a good bet, with eight of th…

What is Computer Programming?

I never planned to work in tech; after studying journalism, I was all set for a career as a foreign correspondent for …

C example on how to use command line arguments

In this simple example we will see how to use the command line arguments in our C programs. Well, we all noticed that …

My First Program in C Programming Language

Programing in C is not that difficult if you know the basic rules. I'll show you how to create a simple program in …

MIPS Reverse a String

MIPS example to reverse a string. First it will be better to show how MIPS stores strings. e.g. the phrase "comput…

MIPS Compare Strings

This is another MIPS example (program) which: - ask user to enter two strings (max 20 characters) and saves them into m…

JMenuItem not visible - JMenuItem behind Canvas

I was trying to make a GUI in java where I needed to have a JMenuBar (with some JMenuItems) and a Canvas. The problem I…

Strings and Pointers in C - Part 2

This post is the second part of the Strings and Pointers in C so you may consider reading the Strings and Pointers in C…

Strings and Pointers in C - Part 1

This is another simple program written in C programming language. The purpose of this program is more educational than …

Java RMI and exceptions

Hello everyone. I know I had a lot of time to post in my blog but I was too busy. Sorry about that. Now in this post I …

C Program to execute shell script

As I promised in my previous post Suse Linux View CPU speed and Hard disk/CPU temperature I am back to publish my litt…

C Example to Reverse a file

This an example how to reverse a file. It is based on recursion. The idea is to read all the file and when you reach th…

Simple Java Menu

This is another simple Java example on how to implement a console menu interface with the user. The steps are really si…

Programming from the Ground Up

Jonathan Bartlett Edited by Dominick Bruno, Jr. Copyright © 2004 by Jonathan Bartlett Permission is granted to cop…

Appendix I: Personal Dedication

There are so many people I could thank. I will name here but a few of the people who have brought me to where I am tod…

Appendix H: GNU Free Documentation License

0. PREAMBLE The purpose of this License is to make a manual, textbook, or other written document "free" in…

Appendix G: Document History

12/17/2002 - Version 0.5 - Initial posting of book under GNU FDL 07/18/2003 - Version 0.6 - Added ASCII appendix, f…

Appendix F: Using the GDB Debugger

Overview By the time you read this appendix, you will likely have written at least one program with an error in it.…