Skip to content
DragonlordWarlock.com

DragonlordWarlock.com

Home of the Dragonlord Warlock/Norin Nightfire

  • Home
  • About Me
  • Poetry
  • Photos
  • Programming
  • Wallpaper
  • Norin Nightfire
  • Privacy Policy
  • Home
  • programming
  • Page 2

Category: programming

A Tree in Logo

Posted on 2012-10-302014-10-01 By Administrator
programming

Lately I been using a dialect of the LOGO programming language (papert). Today I wrote a fractal tree drawing which I am impressed after trying to get the angles right, based on a earlier experiment that used 45 degree angles this one is based on a more natural looking 30 degrees. The result is a … Read More “A Tree in Logo” »

Hello World C++ with Objects

Posted on 2007-08-262014-10-01 By Administrator
c++, hello world, object oriented programming, objects, programming

Ok… this is a “Hello World” program in C++ using objects. It illustrates a number of aspects of object oriented programming in C++ allowing you to get a quickstart into C++ programming. First there is the #include directives which tells C++ that the program uses two libraries, iostream and string (actually they specify the header … Read More “Hello World C++ with Objects” »

Hello World ooREXX

Posted on 2007-08-262014-10-01 By Administrator
hello world, object oriented programming, objects, oorexx, programming, rexx

Ok, as my previous post showed how to write a routine oriented hello world program in gforth, I now explain a hello world program using objects in object oriented rexx (ooRexx). #!/usr/bin/rexx /* Object Oriented Hello World in REXX */ myobject = .hello~new myobject~print exit ::class hello ::method init expose hellostring hellostring = “Hello World” … Read More “Hello World ooREXX” »

Hello World Gforth (better example)

Posted on 2007-08-252014-10-01 By Administrator
forth, gforth, hello world, programming, routine, subroutine

One of the issues of most of the information out there with respect to the forth language (and this includes books) is the lack of a clear illustration of how to write a routine and call it in the program in a easy to understand manner. They show how to write a routine and call … Read More “Hello World Gforth (better example)” »

Batch downloading with REXX and WGET

Posted on 2007-08-152014-10-01 By Administrator
downloading, linux, os/2, programming, rexx, scripting, wget

Recent news, I had to reinstall SUSE linux on my 64-bit PC. So this means I have to get my tools that I use often, including REXX scripts. Previously I used a REXX script for reading a text file and downloading a series of files based on a filter, such as files x001.jpg to x030.jpg. … Read More “Batch downloading with REXX and WGET” »

Posts pagination

Previous 1 2

Archives

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Advert

  • Facebook

Copyright © 2026 DragonlordWarlock.com.

Theme: Oceanly News Dark by ScriptsTown