Wiki

Changes between Version 1 and Version 2 of LibraryTopics

Show
Ignore:
Timestamp:
08/08/09 12:19:43 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibraryTopics

    v1 v2  
    11== Library Topics == 
    22 
    3  * [wiki:PlatformLibs Platform Libraries] 
    43 * StandardLibraryExtensionMethods 
    54 * PrimitiveTypeMembers 
    65 * VisitorPattern 
     6 * HowToPrograms 
     7 * RelatedProjects 
    78 
    8 See also: LanguageTopics, OtherLanguages, CommandLine, HowToPrograms 
     9Cobra currently runs on .NET/Mono which means that you can often search for the web for phrases like "C# parse xml" and find an example that you can readily adapt to your code. 
     10 
     11Cobra's standard library is a small set of additions on top of .NET/Mono. You can browse the source code in !CobraWorkspace/Source/Cobra.Lang/. 
     12 
     13See also: LanguageTopics, OtherLanguages, CommandLine