Programming tasks: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Unprotected "Programming tasks")
No edit summary
Line 1: Line 1:
Programming tasks are problems that may be solved through programming. When such a task is defined, Rosetta Code users are encouraged to solve them using as many different languages as they know. The end goal is to demonstrate how the same task is accomplished in different languages.
Here's the current list of programming tasks.


You may read or contribute to [[:Category:Programming Tasks|existing programming tasks]], or create a new one.
* Core Programming
** [[Control Structures]]
** [[Error handling]]
** [[Event handling]]
** [[User Input]]
** [[User Output]]
* GUI Activities
** [[Interface Creation]]
* Data Access
** [[File I/O]]
** Database Access
*** [[Connecting]]
*** [[Queries]]
*** [[Stored Procedures]]
*** [[Table Creation]]
** [[Hardware I/O]]
* Data Processing
** [[Sorting]]
** Hardware acceleration
*** [[SIMD Instructions]]

Revision as of 13:22, 11 January 2007

Programming tasks are problems that may be solved through programming. When such a task is defined, Rosetta Code users are encouraged to solve them using as many different languages as they know. The end goal is to demonstrate how the same task is accomplished in different languages.

You may read or contribute to existing programming tasks, or create a new one.