Thursday, April 23, 2009

Clustering Libraries

Java : Weka
C++ : Cluto

Thursday, April 9, 2009

Running OpenGL program

remove #include "stdafx.h"
from the project properties, C/C++ => precompiled headers
select Not Using Precompiled Headers

and then just run the OpenGL program (notice that you already added the GL and Lib files into VC\Platform SDK\..)