Page 1 of 1

.net c++ projects compilation

Posted: October 13th, 2005, 8:03 am
by Hens
Hi All, This year I'm teaching c++ to a group of undergrads. For one exercise I aim to use the Gnu Scientific Library (GSL). Now, it's reasonibly complex to setup the library for .net - and though useful, it will detract from the point of the excercise to teach about how to configure the .net compiler. So I'm trying to work out the best way to deploy. The obvious answer is to deploy blank solutions - no code, but the configuration set correctly - and to link to a centrally served copy of the library. My other idea is that I should be able to configure a new solution type - accesible from File->New->New Project[->c++ projects]. Any views? Further Reading?