Hello
I'm on computer college and we have recently started with c/c++ programming..
We had a first hour of c yesterday and since I've been doing c/c++ for about 2-3 years (not so extensively) I have noticed quite some strange things teacher wanted to teach us about..
We stared with c with hello world program and heres the exact code we had to rewrite:
Without even including the libraries for printf on top.. The program didnt want to compile on linux (gcc compiler) and I knew why - thats why I told the teacher what the problem is.. He came to me and started telling me that by default c includes some libraries - blablah - it was obvious he had no idea what he was talking about..Code:main() {
printf("hello world");
}
It amazed me how some people can teach programming language without knowing s___t about it?
Just had to write this stuff here.. You guys on this board are just great, I have learned so much from you..
Maybe anyone else got in similar situation?

