I understand your comments. I shuld thank you for your interest. I still wanted to reply to explain why this kind of usage would be usefull. Firstly I should introduce some facts and then i will try...
Is there a smart way to access any attribute/function of outer class from the inner class? This is a very intelligent property of Java , I don't know whether C# offer such a way that is similar with...
thanks for your posts..
I need a simple info too, after your post:
- how to create/declare different assemblies?..
- does this approach provide compile-time-safety or run-time?
I want to use Generics in C#, so I want to write in C# 2.0.
However my IDE is .NET 2003, so it includes previous version of C#.
How can I install and adopt C# 2.0 into my .NET 2003 IDE?
I'm implementing a client/server application.
The system consists of many clients, 1 server and 1 control center.
This is a scientific app which has a dense processing tasks.
The clients performs...
Anyway, I have realised that, the problem is actually not in '#include stdafx.h'. Although it says "No such file ... etc.", the actual problem had been in property of 'stdafx.cpp'....
I have a solution( i.e. workspace) which includes 3 projects.
Some classes ( so files ) are common in these projects. I have grouped them in a single folder called 'Common'. Therefore my...