Currently stuck with what "app" means in webdev context.
I sign up for some webdev course and bought some webdev related books and all of them mentions "app".
I mean in literal context, an app is just a piece code that would get called later if needed right? Am i missing something?
Like if i built a simple calculator using cpp and saved it. The file would be called an app right?
And also.
What's the difference between library and an app?
Could someone dumb it down for me please?
Thanks in advance!
@zpartacoos so it's roughly the same as declaring a variable on any programming language then calling it for later usage.
Am i correct?