Jump to content

.NUB

Newbies
  • Posts

    3
  • Joined

  • Last visited

About .NUB

  • Birthday 01/01/1970

Profile Information

  • Location
    Brooklyn, NY
  • Interests
    Advanced Programming

.NUB's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. There's a pane called Class View. Asides from that, the closest you can get to a good source code documentation is: /// /// description of the method/function /// void DoSomething() { DoNothing(); // description of this line of code return; // Return control from this method to the calling method }
  2. You're supposed to learn from the code itself. No spoonfeeding nubs!
  3. hmm... i've only begun to use multiple threads. I've read something on the Pentium 4 HyperThreading implementation being flawed, and in some cases degrade performance, where as a proper implementation would have only performance gains and never performance hits.
×
×
  • Create New...