+ 11
Motivation...... For all of us....✊✊✊✊
"A good mentor of mine told me if you want to create a flying car,then start with making some wheels into a skateboard, enjoy the skateboard and turn that into a bike and so on.“ "so if u want to do a big coding start with the 'hello world' program and then go to the big one"
4 Respuestas
+ 5
yes. learn to walk before you run :-)
+ 3
Totally agree! Basics should always be the first priority :)
+ 2
learn by doing
0
"Hello World" as you know is the first step and is done during learning the first programming course ... but many people including myself still do not know exactly what it does! .. take a look at 'main' .. argc..char argv .. what is the meaning? ..what they do?
I tryed to create my own main .. and defined that as : 'main' .. but compiler did not accept that! .. still can not undersyand ..why?
As i saw all major programs have their own main..