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
Please keep these series of challenges in one thread.
Name:
Anonymous2011-10-26 8:25
>>8 >>7
>>>>>6 >>5 >>4 >>3 >>2
i see you guys have already too much trouble
with the first challenge
i'll mail m00t if he can make a special Q&A section
hung in there little buddies help is on the way
>>9
I'd prefer that you would not create a new thread for each new challenge you decide to share with us.
Name:
Anonymous2011-10-26 8:32
>>11
well people are already confused
keeping challenges on seperate threads
instead of appending them to one thread
will make their life a whole lot easier
trust me i am a school teacher
Name:
Anonymous2011-10-26 8:36
>>12
Threads do not expire here and have a post limit of 1000 posts per thread. It's obvious you are going to do a series of these challenges so please, keep them all aggregated in one thread for easy reference.
>>2
You should consider that there is a slight chance he actually isn't trolling.
Name:
Anonymous2011-10-26 9:02
oh enough with the trolling bs
i am trying to do something substantial here
fyi i spent about a week reading many of the posts
and it became apparent to me that most
people here posting lack the skills and knowledge of
super basic stuff.So please dont be a dick
and help me out.
Name:
Bonzy_Buddy_Programmer2011-10-26 10:47
You're a scrub, a midget in the toilet. Me, I was part of a team of 2500 programmers in Bangalore writing bug-ridden, pattern-designed expert enterprise solutions.
Name:
Anonymous2011-10-26 11:27
>>16
hahahhhhhahahhaha
hahahahahhhhahha
you should trademark that
pitch it to the bigGangTheoryGuys
hahah
(defun main ()
(evaluate (read-from-string "(let ((map (lambda (f g lst)
(if lst
(cons (g (car lst))
(f f g (cdr lst)))
nil)))
(symbols '(h e l l o | | w o r l d |!|)))
(map map print symbols)
nil)")
*env*))
Name:
Anonymous2011-10-26 16:00
>> 18
GC is shit.
Name:
Anonymous2011-10-26 16:01
>>19
kill yourself you fucking cock sucking faggot
Name:
Anonymous2011-10-27 4:34
hmmm 13 days remaining
bummer, didnt know it would that difficult
come on guys try harder
i know you can do this!!!
just believe in yourself!
>i m gonna try teach people on prog and maybe /g/ how to program
I did chortle most heartily.
teach... /prog/
how...
to...
program...
you are too funny OP
if this teaching gig doesnt work out for you consider trying stand-up comedy ok?
you have the balls for it but your material needs working on.
Name:
Anon2011-10-29 11:25
It's a bit too hard, you already lost me at point 1. Copy....uuuuuuuaaaa.... ok, I give up, you win
1.copy the following lines to a small terminal(72x72 ideal res)
2.dont save it as anything
3.write hello world
4.press Enter its the big wide key above the right shift key
5.type ./hello_world to execute it
VOILA!! you've just finished the first challenge
one step closer to being a probumber
//VODE
hello world
//CODE
COMPLETION TIME:due too difficulties and technical problems
we moved it to 1/1/12
Good luck gentlemen!!!
hope the best one needs
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??