30.10.07

Coding : The Other Side

Uuw, lagi asik maen DevC++ ni! Padahal besok UTS Metode Kuantitatif (07.00-09.00) dan Sistem Operasi (13.00-15.00), hehe. Maklum, iciQ baru sembuh, jadi beginilah sekarang, sibuk melepas rindu dengan kesayangan. Jadilah bermain-main dengan gameTutorials dari ibonk.

Baru FirstProgram, tapi dapet banyak banget! Kalo buat codingnya sih standar, sama kayak kata-kata Pak Julio. Tapi, comments di sampingnya itu lo! Entah kenapa akhir-akhir ini gw sering banget mencari analogi dari cases yang ada di sekeliling gw termasuk yang ada hubungannya sama komputer.

Maybe it’s too simple, but it still feels great when i could understanding things from different side!

1.

Di bawah coding dan penjelasan material codingnya kayak #include, cout, <, >, dll itu ada tulisan gini :

/*
If any of this is confusing, it should be. It's strange :)

As we go along mostly everything will be explained and understood.
BUT! You can fully understand anything until you do it yourself.
I suggest taking each tutorial and messing around with the code:
Deleting things, adding things... seeing what it does, that way you
will understand what each part of the code does. A lot of the times
You will get errors from deleting things, just put it back and try something else.
*/


After read that, my mind starts tracing..

Banyak hal yang ribet banget di dunia gw! Kadang gw nggak ikhlas dan selalu punya pertanyaan-pertanyaan kayak : Why it happens to me?, dan semacamnya. Padahal, semua yang terjadi itu punya sesuatu yang PASTI bisa digali, apalagi dingertiin sama gw sendiri. Walaupun banyak hal depan gw yang harusnya bikin gw ngeh sama whatstherealhappensbehindthese, tapi kalo bukan gw sendiri yang coba ngerti ya nggak akan bisa!

Apa yang bisa bikin gw ngerti? Berpikir dan bertindak! Think how it could be happened? Then, if i did these, what will happen next? Then, even maybe i did things that make some errors about that, i'm still sure i will understand what is the real happens behind these? And why Allah gives me the situation like these?

Jadii, kalo belajar coding, coba aja masuk-masukin apa kek yang aneh-aneh, sampai ngerti sendiri dari proses yang kita buat sendiri! :)

2.

/*
Everything below you must have to run a program that uses console output:

#include

using namespace std;

int main()
{
return 0;
}

That is the "SHELL" you could say of a program, you must have all of that
Or else the program won't run. If you ran a "SHELL" it will open a window
and close real quick.

Before you start programming, it's a good idea to make sure your program runs first
Then start adding code line "cout" etc..
*/


Now, i ask you..

So, what is the shell of ur life (which is if you did not have this, your life won't run)?
No, no, maybe you need to answer this first, hmm, do you think your life run (well)?
Do you have a shell? Then, how does your life happens?
Do you always make sure that your life will runs only with your shell?

3.

Dan ini poin yang paling gw suka :

/*
A big part of programming you won't understand in the beginning, but you will later.
Some things are too complex too explain in the beginning and you need to just take them
For face value and say, "Ok, I don't know what this does right now, but I know I need it..
*/

Hmm, now i am sure i need to say..
i love coding!! =)

Ps :
Ey!Now i'm sure everything can be related by everything.
Nice to know you. Nice to share with you. Nice to spend times with you.
Nice to love you, more and more^.

1 comment:

Unknown said...

subhanallah sekali..
=)

Post a Comment