Palgrave Home Book Resources Interactive Links Help Banner
Interactive Menu
Quiz
Code Parser
End of Menu
 

  Code Parser

If you have some C++ code (maybe an example from the book) and you're not sure of what some or all of the code does then the code parser can help you. Simply paste some C++ code into the box below then click 'Go'. You will then be presented with your code nicely colour coded with any keywords turned into links. You can then click on each link to find out more info about that keyword. (Note: The output from the parser will open in a new window, suitable for printing)



Example 1: Hello World
© Copyright University of Leeds 2003