Martyn.Rae's Contributions
Below are the tutorials, code snippets, and resources Martyn.Rae has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Fundamentals of Parsing in C++ Tutorials (Last Comment: Martyn.Rae, Views: 13,112)
Writing An Interpreter in C++ Tutorials (Last Comment: Martyn.Rae, Views: 18,126)
Finite State Machines in C++ Tutorials (Last Comment: Martyn.Rae, Views: 17,003)
Microsoft : Window Sub-classing in C++ Tutorials (Last Comment: Martyn.Rae, Views: 1,027)
Microsoft : Working With Shapes in C++ Tutorials (Last Comment: Martyn.Rae, Views: 2,001)
Microsoft : Working With Paths in C++ Tutorials (Last Comment: Martyn.Rae, Views: 1,860)
Linux : A Frame Window Using Qt in C++ Tutorials (Last Comment: Martyn.Rae, Views: 4,381)
Jump Tables In Classes in C++ Tutorials (Last Comment: Martyn.Rae, Views: 8,031)
Code Snippets
Submitted: February 2, 2010        Views: 2541
Another version of strcmp but in 3 statements
Submitted: February 24, 2010        Views: 1207
There are times when using the new operator is not the solution. Knowing that you can map a class over a piece of memory is one thing but how do you know whether the memory has been initialized correctly?
Card Deck in C++ by Martyn.Rae
Submitted: March 10, 2010        Views: 1062
Creates a card deck, shuffles the cards and deals seven cards to two players
Submitted: February 2, 2010        Views: 1171
Provides base classes for fifo lifo and chained lists.
Submitted: February 24, 2010        Views: 1184
Calling base class operator overloads from a derived class
Submitted: March 10, 2010        Views: 463
Prints numbers as words, just like you would see on a cheque
Submitted: January 30, 2010        Views: 1890
x86 conversion routines for hexadecimal, octal and decimal.