I'm learning C# (and vb.net as I go also) with Visual Studio 2002, and am trying to get over a little hump...
Can someone please give me a descriptive example of the following process:
1) looking up any function in the Visual studio help that is not included in the default namespace
2) describe how to add that reference to the project so that when I compile it will be found.
Its apparently not as simple as in C where (for example) I can look up strtok() and see that all I have to do is put "include <string.h>" at the top
Any examples (both C# and VB actually) will be appreciated!
Can someone please give me a descriptive example of the following process:
1) looking up any function in the Visual studio help that is not included in the default namespace
2) describe how to add that reference to the project so that when I compile it will be found.
Its apparently not as simple as in C where (for example) I can look up strtok() and see that all I have to do is put "include <string.h>" at the top
Any examples (both C# and VB actually) will be appreciated!