Vitamin C
From syn2cat - HackerSpace.lu
(Difference between revisions)
Destructive (Talk | contribs) |
(Edited automatically from page Vitamin C.) |
||
Line 1: | Line 1: | ||
{{Event | {{Event | ||
− | |attendees=Kwisatz, Thierry | + | |attendees=Kwisatz, Thierry, Kafka |
|eventtype=Event | |eventtype=Event | ||
|subtitle=C programming course | |subtitle=C programming course | ||
Line 10: | Line 10: | ||
|till=2012/04/01 18:00 | |till=2012/04/01 18:00 | ||
|location=Hackerspace, Strassen | |location=Hackerspace, Strassen | ||
− | |announce= | + | |announce= |
|cost=0 EUR | |cost=0 EUR | ||
− | |u19= | + | |u19= |
}} | }} | ||
− | |||
== Requisites == | == Requisites == | ||
* laptop | * laptop |
Revision as of 19:13, 28 March 2012
Note: this article is about a passed event.
Vitamin C
C programming course
| |
---|---|
Type of Event: | Event |
From: | 2012/04/01 16:00 |
Till: | 2012/04/01 18:00 |
Recurring: | no |
Organizer: | syn2cat |
Cost: | 0 EUR0 $ 0 £ 0 CHF |
Mandatory registration: |
|
Attendees: | Kwisatz, Thierry, Kafka Log-in to RSVP |
Contact Person(s): | Destructive (mail) |
Keywords: | |
Location | |
Where: | Hackerspace, Strassen (11, rue du Cimetière, L-8018 Strassen, Luxembourg) |
Map: |
Loading map...
|
Tools | |
QrCode: | |
Add to your calendar: | Download … further results |
Alternate picture: | None |
Announce globally: |
This course is for hackers with extreme vitamin c deficiency. It will be simple to follow, also for newbies. (Update: forgot to say that it will be AWESOME)
"File:" cannot be used as a page name in this wiki.
Requisites
- laptop
- c compile -> see below
- text editor
C compiler
Linux user can just grep gcc from their package management system. (sudo apt-get install gcc)
Mac user should install XCode
Windows user can install Dev Cpp or CodeBlocks
Text Editor
Linux user have to use vim, no exception there ;)
Mac user may use smultron or whatever else pleases them.
Windows user can use the text editor which comes with their IDE (Dev Cpp, Code::Blocks, etc)