Integer to Hexadecimal and Octal Conversion 1.0

Submitted by jakerpomperada on
About this code I called it Integer to Hexadecimal and Octal Conversion 1.0 that I wrote using Java as my programming language. One of the best thing in Java it that it contains may build in convertion functions that are very useful specially if you are dealing with conversion of one number to another base numbers. If you think this code is useful enough send me an email at jakerpomperada@yahoo

Geometric Figures Version 1.0

Submitted by jakerpomperada on
About this program I called it Geometric Figures Version 1.0. This my first time to create a menu driven console menu in Java. It is quiet challenging experience for me there are many error handling routines to figure out. I use some of the available error handling routines in Java that I found in the Internet to add functionality in my code. If you find my work useful enough send me an email at

Date and Time Determiner Version 2.0

Submitted by jakerpomperada on
Hi there about the code I called it Date and Time Determiner Version 2.0 using Java as my programming language. In this program it will teach you how to use built in libraries of Java to access the system date and time of your computer. If you want to create a utility written in Java this code is very useful in that particular application. If you find the work useful enough send me an email at

GUI Fibonacci Series Version 1.0

Submitted by jakerpomperada on
About this code I called is GUI Fibonacci Series Version 1.0 written entirely in Visual Basic 6.0. I convert my original code from Java to Visual Basic upon request by users in www.sourcecodester.com. If you find my work useful send me an email at [email protected]. People here in the Philippines can contact me at mobile phone number at 09296768375. Thank you very much and Happy Programming

Text Scrolling in C++/c

Submitted by akhilesh on
for compiling this code you can use Dev-c++ IDE Dev-C++is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. It can creates native Win32 executables, either console or GUI, as well as DLLs and static libraries. Dev-C++ can also be used in combination with Cygwinor any other GCC based