Tag Archives: array

HTML/Javascript KenKen Game Primer Tutorial

KenKen is a well known mathematical game, featuring in the puzzle section of some newspapers. We see it here in Sydney, Australia, in The Sydney Morning Herald newspaper. Do not know what the paper KenKen puzzle creators use to create … Continue reading

Posted in eLearning, Games, Tutorials | Tagged , , , , , , , , , | Leave a comment

Javascript Array List of Functionality Primer Tutorial

Arrays are very useful data structures that every programming language we know, has some functionality for. Perhaps you remember our ArrayList tutorials … Java ArrayList Primer Tutorial VB.Net Hashtable Primer Tutorial … where we showed a bit about the benefits … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , | Leave a comment

Swift Dictionaries and Arrays Primer Tutorial

With some inspiration from Swift Fundamentals The Language of iOS Development by Mark Lassoff (ISBN 9780990402053), today, we touch on some of the following elements of the Xcode (IDE) use of the Swift language … you guessed it … The … Continue reading

Posted in eLearning, iOS, Tutorials, Xcode | Tagged , , , , , , , , , | 15 Comments

PHP/Javascript JSON Feed or Array Data Primer Tutorial

JSON is a very useful protocol because: There is a lot of support in Javascript and the server-side languages, such as PHP or ASP.Net, for JSON-friendly functionality. Many website feeds use JSON as their protocol (format) of choice. Today‘s live … Continue reading

Posted in Data Integration, eLearning, Tutorials | Tagged , , , , , , , , , , , , , | 1 Comment

C++ MultiDimensional Array istringstream Tutorial

Today, building on previous C++ Formatting cout Primer Tutorial as shown below, and inspired by a Yahoo Answers question (thanks) we take a look at the reading of file data into a two dimensional (scores) array, featuring: cout and cin … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , | 10 Comments

HTML Entities Primer Tutorial

As a programmer, when you deal with database issues and CSV you often come up with issues where you construct HTML or read HTML as part of the final solution, and you have to deal with the ambiguity of ‘ … Continue reading

Posted in Database, eLearning, Tutorials | Tagged , , , , , , , , | 5 Comments

C 2D Array via File Tutorial

You don’t have to use an IDE to do C programming. There is Digital Mars C as an example of that. We have talked about the Xcode command line tools before, that frees the gcc compiler to (also) be a … Continue reading

Posted in eLearning, Operating System, Tutorials | Tagged , , , , , , , , | 21 Comments

Javascript Array of Structures Primer Tutorial

Today’s tutorial explores data structures in Javascript and shows the use of an array of these data structures. The subject matter of the resultant program is a Book Catalogue. The Javascript handles the storage of this Book information in keeping … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , | 2 Comments