i think i am learning...
but i have some questions ????
in "C"
we do #include <> then main{}
but we don't do it here
just
_SECTION_BEGIN("price section");
_SECTION_END();
can you explain line by line plz
but i have some questions ????
in "C"
we do #include <> then main{}
but we don't do it here
just
_SECTION_BEGIN("price section");
_SECTION_END();
can you explain line by line plz
In case C language we use functions to run any prog. Here we use same thing. Just the declaration protype is different from C funcations.
yes we write codes inside
_SECTION_BEGIN("price section");
_SECTION_END();
but not necessary always. You can write codes out side
_SECTION_BEGIN("price section");
...
...
_SECTION_END();
It will work just like global settings.
Happy learning...:thumb: