Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Newest Programming Challenge

Name: Anonymous 2011-10-26 5:38

i found the lack of basic programming skills in prog
disturbing, so today and for the next 52 weeks
i m gonna try teach people on prog and maybe /g/ how to program
through small programming challenges.
CHALLENGE NUMBER I
1.copy the following  lines to a small text editor
2.save it as hello_world.c
3.open up a termnial
4. give gcc hello_world.c -o hello_world -Wall
5.type ./hello_world to execute it
VOILA!! you've just finished the first challenge
one step closer to being a programmer

//VODE
#include <stdio.h>

void main()
{
   system("echo hello world!");
}
//CODE

COMPLETION TIME:2 weeks starting from NOW!!!
Good luck gentlemen!!!

Name: Anonymous 2011-10-29 17:45

Al-Mubarak Muslim School for Moe Girls

Name: Anonymous 2011-10-29 17:48

>>40
You must be me.

Name: Anonymous 2011-10-29 17:52

fugees and funyuns

Name: Anonymous 2011-10-29 18:34

-vomit-frame-pointer
-froot-loops

Name: Anonymous 2011-10-31 7:47

-vomit-frame-pointer

Name: Anonymous 2011-10-31 10:53

just completed the challenged i am going for
the c version should be difficult but i am ready
to take my chances...

Name: Anonymous 2011-10-31 16:09

Prople that don't like the feature set of a programming language so much so that they invent their own new language now have at least TWO problems.

Name: Anonymous 2011-10-31 20:04

2011
not having enough registers to use both a frame pointer and a stack pointer
ISHYGDDT

Name: Anonymous 2011-10-31 20:54

>>48
I had to shave some off to reduce the drag on my CPU. Plus it looks cooler that way.

Name: Anonymous 2011-11-05 11:44

hmmm

Name: Anonymous 2011-11-05 18:12


echo -e '#include <stdio.h>\nvoid main() { system("echo hello world!"); return 0; }' > hello_world.c; gcc hello_world.c -o hello_world; ./hello_world


Done

Name: Anonymous 2011-11-05 19:35

i m trying man
cut me some slack

Name: Anonymous 2011-11-05 20:08

OP that doesn't work for me, could you be a bit more specific? I'm stuck at point 3, how do I open up a terminal on Windows 7? I've tried with the command prompt but that doesn't seem to do the trick. Do I need admin rights or something??

Name: Anonymous 2011-11-05 20:30

>>53
You need Cygwin and Mintty on Windows.

Name: Anonymous 2011-11-05 22:19

>>51

[code]echo -e '#include <stdio.h>\nvoid main() { system("echo hello world!"); return 0; }' | tcc -run -[/cpde]

OMG OPTIMISED

Name: Anonymous 2011-11-05 22:48

>>1
//VODE

Who's VODE? A jew? A nigger? FrozenRetard?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List