Does a really large javaScript file slow down the load speed of a webpage?
Also, does it take longer to load a large .js file vs. multiple small files?
I'm trying to decide which compiler to get. I'd like to start developing graphical programs in C/C++ that will run in Windows. I am trying to determind if one compiler over another will make my life easier: MS Visual C++, Borland, DJGPP, etc.
Any input would be appreciated.
I have a structure that is an array (struct tag my_struct[10]). I am trying to pass a pointer to that structure to a function (void myfunction(struct tag *p)). Inside the function I try to reference the pointer to the structure. It works well for (p->.value) which points to mystruct[0].value...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.