User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:08, 24 May 2018 (diff | hist) . . (+829) . . Time limit when entering choice
- 13:03, 24 May 2018 (diff | hist) . . (+1,123) . . N Time limit when entering choice (Created page with "== Extra declarations and namespacing == <syntaxhighlight lang="C#"> using System.Timers;//Add the Timer class to allow checking how much real time has passed...")
- 19:57, 6 December 2017 (diff | hist) . . (+173) . . Hashing (→Hash Function)
- 19:54, 6 December 2017 (diff | hist) . . (+110) . . Hashing (→Hash Key)
- 19:53, 6 December 2017 (diff | hist) . . (+96) . . Hashing (→Hash Value)
- 19:49, 6 December 2017 (diff | hist) . . (0) . . m Graphs (Moved the list picture into the list and the matrix picture into the matrix section)
- 19:45, 6 December 2017 (diff | hist) . . (0) . . m Recursion (Fixed a typo)
- 10:22, 30 November 2017 (diff | hist) . . (+444) . . Linked Lists - Lists (Added adding and hiding in a lis)
- 10:18, 30 November 2017 (diff | hist) . . (+55) . . N Constants - 2018 (Created page with "There are no constants used within the skeleton program") (current)
- 09:54, 16 November 2017 (diff | hist) . . (-3) . . m Section D 2018 (→Improvements: Removed old number in link)
- 12:08, 14 November 2017 (diff | hist) . . (+49) . . FillHandWithTiles (current)
- 11:42, 14 November 2017 (diff | hist) . . (+16) . . m QueueOfTiles Constructor (Clarified lack of void) (current)
- 11:41, 14 November 2017 (diff | hist) . . (+1,254) . . N QueueOfTiles Constructor (Added code and a brief summery)
- 11:31, 14 November 2017 (diff | hist) . . (+1,261) . . N QueueOfTiles Variables (Added code and a brief summery) (current)
- 11:20, 14 November 2017 (diff | hist) . . (+1,902) . . N QueueOfTiles Purpose (Added code and a brief summery)
- 09:22, 11 April 2017 (diff | hist) . . (+1) . . m Useful Visual Studio Features (→KeyBindings: added .) (current)
- 09:21, 11 April 2017 (diff | hist) . . (+217) . . Useful Visual Studio Features (Added alt + LMB)
- 11:36, 4 April 2017 (diff | hist) . . (+100) . . N Linked Lists - Lists (Added basic deffinition)
- 13:32, 21 March 2017 (diff | hist) . . (+56) . . m Useful Visual Studio Features (→Class Diagrams)
- 13:25, 21 March 2017 (diff | hist) . . (+375) . . Useful Visual Studio Features (Added diagram section)
- 09:46, 16 March 2017 (diff | hist) . . (+150) . . Copyright, Designs and Patent Act
- 09:58, 11 March 2017 (diff | hist) . . (+612) . . Useful Visual Studio Features (Added quick actions and refactorings)
- 13:45, 7 March 2017 (diff | hist) . . (+85) . . m Useful Visual Studio Features (→Navigation: Fixed some errors)
- 21:16, 5 March 2017 (diff | hist) . . (+2) . . Useful Visual Studio Features (→KeyBindings)
- 21:16, 5 March 2017 (diff | hist) . . (+438) . . Useful Visual Studio Features (Added a keybinding section)
- 21:03, 5 March 2017 (diff | hist) . . (+38) . . Useful Visual Studio Features (→Colours)
- 21:01, 5 March 2017 (diff | hist) . . (+52) . . Useful Visual Studio Features
- 20:59, 5 March 2017 (diff | hist) . . (-1) . . Useful Visual Studio Features (→Colours)
- 20:58, 5 March 2017 (diff | hist) . . (+937) . . Useful Visual Studio Features
- 20:42, 5 March 2017 (diff | hist) . . (+997) . . N Useful Visual Studio Features (Created page with "==Breakpoints== Visual studio allows the use of breakpoints which pauses the program once the code has reached that line, once a breakpoint has paused the program it is possi...")
- 20:28, 5 March 2017 (diff | hist) . . (+35) . . Project Main Page (→Project Skills)
- 20:17, 5 March 2017 (diff | hist) . . (+82) . . N Stacks (Created page with "A stack is a data structure that can only have data added or removed from the top.")
- 10:29, 16 February 2017 (diff | hist) . . (+117) . . Software can produce great good but with it come the ability to do great harm (Fixed grammer and spelling)
- 09:00, 22 December 2016 (diff | hist) . . (+222) . . m Libraries (Added c# random and c++ string) (current)
- 21:45, 17 December 2016 (diff | hist) . . (+539) . . N Libraries (Created page with "When programming in C++ it is important to remember to include libraries, some IDEs automatically common libraries such as Cstd and iostream. <tabber> C++= <syntaxhighlight ...")
- 21:23, 17 December 2016 (diff | hist) . . (+16) . . C++ Basics (Added libraries link)
- 23:16, 16 December 2016 (diff | hist) . . (+18) . . N User:Jared (Created page with "{{Need_Expanding}}") (current)
- 22:56, 16 December 2016 (diff | hist) . . (+1) . . m C++ Basics (Fixed formatting)
- 22:56, 16 December 2016 (diff | hist) . . (+16) . . C++ Basics (added hello world)
- 22:47, 16 December 2016 (diff | hist) . . (+613) . . Introduction (→Differences)
- 22:20, 16 December 2016 (diff | hist) . . (+12) . . m Introduction
- 22:19, 16 December 2016 (diff | hist) . . (+371) . . Introduction
- 22:06, 16 December 2016 (diff | hist) . . (+975) . . N Introduction (Created page with "== Introduction to C++ == C++ is a language that is similar to C#, it shares much of the syntax and formatting. This is due to C# having been created as an advancement on C++...")
- 21:39, 16 December 2016 (diff | hist) . . (+16) . . N C++ Basics (Created page with "Introduction")
- 21:37, 15 December 2016 (diff | hist) . . (+194) . . N Finite State Machines (Created page with "== Finite State Machines == A finite state machine is a way of breaking down a problem into several mutually independent '''states''' that are only able to change when a '''tr...")
- 13:29, 15 December 2016 (diff | hist) . . (+114) . . N Abstraction - Automation (Created page with "== Abstraction == Abstraction is the process of hiding details that are not essential for a problem to be solved.")
- 13:20, 15 December 2016 (diff | hist) . . (+839) . . N Shortest Path (Created page with "== Shortest Path == The shortest path is usually found by ''Djikstra's algorithm''. The algorithm functions as follows: # The first node has a distance of 0, this is locked ...")
- 11:08, 15 December 2016 (diff | hist) . . (+230) . . Constants - Variables - Data Types
- 10:44, 15 December 2016 (diff | hist) . . (-14) . . Number Systems / Number Bases
- 10:34, 15 December 2016 (diff | hist) . . (+14) . . Number Systems / Number Bases
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)