code
on this page, i will post code in a download-able form. i had wanted to post code in their proper filetypes, but wordpress only allows for certain file formats to be uploaded. so, for ease of access and general usability, they will be posted as pdf files. pdf files can be viewed using acrobat reader.
all c/c++ programs are compiled and run using code::blocks 8.02.
all 8085 programs were compiled on the 8085 7-segment-l.e.d. microprocessor kit.
all pl/sql programs were compiled on oracle 8i.
programs in_:
[1] _c language
recursive.factorial
recursive.star
recursive.star2
[2] _c++ language
[3] _miscellaneous others
8085.programs.mnemonics
other 8085 programs are also available such as addition, subtraction, multiplication, division of 8-/16-bit numbers. don’t when i’ll be able to post them. mail me or leave a comment if you want them.
all code posted on this blog is © lolex savio francis, 2010. it is licensed to you under the creative commons attibution-noncommercial-share alike 2.5 india license.


You really shouldn’t use Dev-C++ given in this day and age with much better alternatives freely available.
Consider, the SourceForge page for the unmaintained Dev-C++ lists 340 known bugs which will never be fixed, and the last update to the software was in 2005.
Code::Blocks or wxDev-C++ would make much better alternatives.
thanks for the heads up, mate. switching over to microsoft visual c++ now.
95MB download for visual c++? no thanks. switched over to code::blocks instead. only 10.5MB.