Is it the right place?
If think you are trapped on my site because you're searching for a solution. Maybe you've lost your way surfing the Internet. I can help you decide whatever this site is worth staing.
Try to complie this small sample using your mental strength, the answer will come!
1: void EntryPoint(IHostComputer host)
2: {
3: Person i = host.readUser()
4: while (i.needSolution() || i.haveQuestion() || i.needSourceCode())
5: {
6: switch (i.browsePage(this.Page))
7: {
8: case BrowseState.SolutionFound:
9: case BrowseState.QuestionAnswered:
10: case BrowseState.SourceCodeDownloaded:
11: // Note: if you are here you're on the right track :)
12: break;
13: }
14: }
15: }
You can find: support, sample applications, source code, question answers.