Try STLlint

This page will allow you to try STLlint online, by typing C++ code into the text box below and clicking "Run STLlint!". You should then be redirected to a list of error messages produced by STLlint as it would look in a terminal (STLlint acts just like a command-line compiler). There are a few things to remember when writing your code:

STLlint options:
Check valid range properties
Check sorting-related properties
Check heap-related properties
Check remove-like properties
Colorized terminal output

Enter C++/STL code here:

STLlint is developed by Douglas Gregor, a PhD graduate student at Rensselaer Polytechnic Institute.. STLlint's CGI script is graciously hosted by Dr. Sibylle Schupp, formerly of RPI and now at Chalmers.


Last modified: Fri Jan 9 01:53:05 EST 2004