beginners luck

Found this cool program for indexing a library.
Is an Open source, so can learn from it. (no, the creator of it isn't available)
after changing it a tiny bit, left most of the original code alone.
tried to compile it.
However, almost every file begins with:

using System;
using System.Collections.Generic;
using System.Text;
using System.Resources;
using System.Globalization;

hence, the compiler states that System is not declared in the program.
any thought on this?
haven't read all of the code, but still...

yeah, laugh all you want, 10years no C++ and was before already a beginner.
so we start the whole thing again.
anyone enlighten me :)
Thanks in advance.
Last edited on
Looks like C# to me.
sh*t you're right.
well, 5houres of staring at a code.
no wonder couldn't make it out anymore.
it's a C#
thanks... explains a lot.
damn, that make me a
Topic archived. No new replies allowed.