| 8 | | |
|---|
| 9 | | - made correction to ex73 "Variables" |
|---|
| 10 | | |
|---|
| 11 | | ex38 "Function" is in the place of 2005/11/05's "Get a number from the user" |
|---|
| 12 | | |
|---|
| 13 | | |
|---|
| 14 | | |
|---|
| 15 | | |
|---|
| 16 | | |
|---|
| 17 | | "Fundamentals": //(20) |
|---|
| 18 | | "TutorialFundamentals"; |
|---|
| 19 | | - 2 extra example: |
|---|
| 20 | | ScanfExample |
|---|
| 21 | | QuadraticEquationExample |
|---|
| 22 | | |
|---|
| 23 | | "Advanced": //(8) |
|---|
| 24 | | "TutorialAdvanced"; |
|---|
| 25 | | - by the way, CreateLinkUsingComExample is already in the wiki |
|---|
| 26 | | - 2 has an extra example: PrintingInternationalCharactersExample |
|---|
| 27 | | |
|---|
| 28 | | "Handling errors", "Handling Errors": //(2) |
|---|
| 29 | | "HandlingErrorsCategory"; |
|---|
| 30 | | - 2 took out DesignByContractExample |
|---|
| 31 | | |
|---|
| 32 | | "Standard Library": //(22) |
|---|
| 33 | | "StandardLibraryCategory"; |
|---|
| 34 | | - added VariableArgumentsUsingStdStdargExample in 2 |
|---|
| 35 | | |
|---|
| 36 | | |
|---|
| 37 | | |
|---|
| 38 | | "Fundamentals": |
|---|
| 39 | | "It Compiles": "ItCompilesExample"; |
|---|
| 40 | | - just date |
|---|
| 41 | | "Do Something": "DoSomethingExample"; |
|---|
| 42 | | - just date |
|---|
| 43 | | "Initializing Variables": "InitializingVariablesExample"; |
|---|
| 44 | | - just date |
|---|
| 45 | | "Data Types": "DataTypesExample"; |
|---|
| 46 | | - just date |
|---|
| 47 | | "If/Else": "IfElseExample"; |
|---|
| 48 | | - just date |
|---|
| 49 | | "The \"for\" Loop": "ForLoopExample"; |
|---|
| 50 | | - just date |
|---|
| 51 | | "Variables": "VariablesExample"; |
|---|
| 52 | | - just date |
|---|
| 53 | | - There's an error in the old one. |
|---|
| 54 | | "Expressions": "ExpressionsExample"; |
|---|
| 55 | | - just date |
|---|
| 56 | | "Comments": "CommentsExample"; |
|---|
| 57 | | - just date |
|---|
| 58 | | "String Comparison Operators": "StringComparisonOperatorsExample"; |
|---|
| 59 | | - just date |
|---|
| 60 | | "Wait": "WaitExample"; |
|---|
| 61 | | - just date |
|---|
| 62 | | "Get a number from the user (uses scanf)": "ScanfExample"; |
|---|
| 63 | | - just date |
|---|
| 64 | | "Quadratic Equation (getting input and doing calculations)": "Quadratic EquationExample"; |
|---|
| 65 | | - only in 2 |
|---|
| 66 | | "Function": "FunctionExample"; |
|---|
| 67 | | - just date |
|---|
| 68 | | "Nested Functions": "NestedFunctionsExample"; |
|---|
| 69 | | - just date |
|---|
| 70 | | "Struct": "StructExample"; |
|---|
| 71 | | - just date |
|---|
| 72 | | "Struct Initialization": "StructInitializationExample"; |
|---|
| 73 | | - just date |
|---|
| 74 | | "Class": "ClassExample"; |
|---|
| 75 | | - just date |
|---|
| 76 | | "Appending": "AppendingExample"; |
|---|
| 77 | | - just date |
|---|
| 78 | | "Assertions": "AssertionsExample"; |
|---|
| 79 | | - just date |
|---|
| 80 | | "Unittests": "UnittestsExample"; |
|---|
| 81 | | - just date |
|---|
| 82 | | "Getch/Getchar": "GetchGetcharExample"; |
|---|
| 83 | | - just date |
|---|
| 84 | | |
|---|
| 85 | | "Advanced": |
|---|
| 86 | | "Printing international characters on Windows": "PrintingInternationalCharactersExamples"; |
|---|
| 87 | | - only in 2 |
|---|
| 88 | | "Date Localization using version": "DateLocalizationUsingVersionExample"; |
|---|
| 89 | | - just date |
|---|
| 90 | | "Struct \"constructors\"": "StructConstructorsExample"; |
|---|
| 91 | | - just date |
|---|
| 92 | | "Application path": "ApplicationPathExample"; |
|---|
| 93 | | - just date |
|---|
| 94 | | "Locales": "LocalesExample"; |
|---|
| 95 | | - just date |
|---|
| 96 | | "CreateLink using COM": "CreateLinkUsingComExample"; |
|---|
| 97 | | - just date - already in the wiki |
|---|
| 98 | | "Endless For Loop": "EndlessForLoopExample"; |
|---|
| 99 | | - just date |
|---|
| 100 | | "Meta tags (__FILE__, __LINE__, etc.)": "MetaTagsExample"; |
|---|
| 101 | | - just date |
|---|
| 102 | | "uudecode": "UudecodeExample"; |
|---|
| 103 | | - already in wiki, just date |
|---|
| 104 | | |
|---|
| 105 | | "Standard Library": |
|---|
| 106 | | "String usage: split and splitlines": "SplitAndSplitLinesExample"; |
|---|
| 107 | | - just date |
|---|
| 108 | | "I/O on stdin and stdout streams": "StdInStdOutStreamsExample"; |
|---|
| 109 | | - just date |
|---|
| 110 | | "httpHEAD": "HttpHeadExample"; |
|---|
| 111 | | - just date |
|---|
| 112 | | "OutBuffer": "OutBufferExample"; |
|---|
| 113 | | - just date |
|---|
| 114 | | "Win32 Registry api": "WinRegistryApiExample"; |
|---|
| 115 | | - just date |
|---|
| 116 | | "Using the File's \"FileMode\" attribute": "UsingFileModeExample"; |
|---|
| 117 | | - just date |
|---|
| 118 | | "Elapsed Time (uses std.date and std.c.time)": "ElapsedTimeExample"; |
|---|
| 119 | | - just date |
|---|
| 120 | | "Base64 Decoding": "BaseSixtyFourDecodingExample"; |
|---|
| 121 | | - just date |
|---|
| 122 | | "Compile all files into a .lib": "CompileAllFilesIntoLibExample"; |
|---|
| 123 | | - just date |
|---|
| 124 | | "writef": "WritefExample"; |
|---|
| 125 | | - just date |
|---|
| 126 | | "std.perf": "StdPerfExample"; |
|---|
| 127 | | - just date |
|---|
| 128 | | "Make all.html": "MakeAllHtmlExample"; |
|---|
| 129 | | - just date |
|---|
| 130 | | "File Input": "FileInputExample"; |
|---|
| 131 | | - just date |
|---|
| 132 | | "recls": "ReclsExample"; |
|---|
| 133 | | - just date |
|---|
| 134 | | "Regular Expressions": "RegularExpressionsExample"; |
|---|
| 135 | | - just date |
|---|
| 136 | | "std.stream readLine": "StdStreamReadLineExample"; |
|---|
| 137 | | - just date |
|---|
| 138 | | "Threads": "ThreadsExample"; |
|---|
| 139 | | - just date |
|---|
| 140 | | "Variable Arguments using std.stdarg (and std.stdio)": "VariableArgumentsUsingStdStdargExample"; |
|---|
| 141 | | - only in 2 |
|---|
| 142 | | "Variadic Functions": "VariadicFunctionsExample"; |
|---|
| 143 | | - "Added "This demo" to description and added an "else" clause, and more. |
|---|
| 144 | | "Variable Arguments": "VariableArgumentsExample"; |
|---|
| 145 | | - just date |
|---|
| 146 | | "zip": "ZipExample"; |
|---|
| 147 | | - just date |
|---|
| 148 | | "Zlib": "ZlibExample"; |
|---|
| 149 | | - just date |
|---|
| 150 | | "Unzip using std.zip": "UnzipUsingStdZipExample"; |
|---|
| 151 | | - just date |
|---|
| 152 | | |
|---|