Vitamin C
From syn2cat - HackerSpace.lu
(Difference between revisions)
(Edited automatically from page Vitamin C.) |
Prometheus (Talk | contribs) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 10: | Line 10: | ||
|till=2012/04/01 18:00 | |till=2012/04/01 18:00 | ||
|location=Hackerspace, Strassen | |location=Hackerspace, Strassen | ||
− | |announce= | + | |announce=yes |
|cost=0 EUR | |cost=0 EUR | ||
− | |u19= | + | |u19=no |
}} | }} | ||
== Requisites == | == Requisites == | ||
* laptop | * laptop | ||
− | * c | + | * c compiler -> see below |
* text editor | * text editor | ||
+ | |||
== C compiler == | == C compiler == | ||
Linux user can just grep [http://gcc.gnu.org/ gcc] from their package management system. (sudo apt-get install gcc) | Linux user can just grep [http://gcc.gnu.org/ gcc] from their package management system. (sudo apt-get install gcc) |
Latest revision as of 13:17, 1 April 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: | yes |
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.
[edit] Requisites
- laptop
- c compiler -> see below
- text editor
[edit] 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
[edit] 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)