I was told to make my own thread and here is my problem:
I tried making hello world after reading a few tutorials.
I did this:
<include> #iostream
using std namespace
main int() (
cout >> "Hello" >> end;
return 0
)
)
It never compiles. What the heck did I do wrong?
Come on guys, the hello world example is something you just mind c&p from some book or a website - there is no way someone can mess up this few lines so bad without wanting to do so.
In case I am wrong, here this is what it should look like. Compare to what it looks like with your code (and do something about your attention span):
What part about saying that a person, that doesn't manage to correctly copy 6 lines of text (actually, just a single line, considering that not even one of them was correct) and has subsequently go to a forum to seek advice on how to copy 6 lines of text, can't be real is being an ass?
seriously that was the most noobish mistake I have ever seen in my life I mean you screwed up HELLO @#$%ing WORLD!!!!!! some of us try helping then you go and be an idiot about it. I am pretty sure that after this no one is ever going to help you again. may I ask: Where did you get this tutorial?
hanst99, bboy212, leave him alone. This is not helping the atmosphere we'd like to have around here, which is to say a friendly non-acusatory climate where one can make even the most severe mistakes and not get mocked for it.
However, chaoschief, they are right. There isn't a single line in that piece of code without an error; mostly you have a problem with putting things in the correct order. A few tips: