Questions tagged as 'biblioteca'

4
answers

How do graphic libraries work?

How do graphic libraries work? For example, the default mode of execution of C is the console application, since from this text-only, can it create the graphic libraries where it understands pixel instead of letters and characters? how do the...
asked by 07.08.2015 / 15:04
1
answer

Non-standard C libraries ANSI

I am aware that, a C program in the ANSI standard can be compiled in both Windows on both Linux. But when it comes to using sockets ? Is this not part of the ANSI C pattern? Because when I use sockets in Windows, I have to use a libra...
asked by 12.08.2015 / 14:54
1
answer

How does library import work in JavaScript?

In programming languages such as Java, C # and C, when we want to use some command or function we must include the library where it contains the commands we want or the classes if it is an object oriented language, see examples: Class Scann...
asked by 08.05.2016 / 22:43
2
answers

Problems with importing libraries

I started developing for Android in my work and they asked me to start by changing some simple things from an already existing project, which works and has already been released (the version I'm trying to test). But I can not run it at all. I...
asked by 22.05.2015 / 22:33
1
answer

Why is jQuery becoming obsolete? [closed]

More and more, I find articles (in English or in Portuguese) that speak of this ... Am I wrong to continue using jQuery on websites? What's wrong with him? Is there any other framework (or lib ) that I should learn to set asi...
asked by 31.01.2018 / 14:35
2
answers

Create Javascript Library

I would like to know how I can create my own javascript library, that is, create functions that can be reused in various projects and with easy customization. I know that there are already a lot of good libraries out there (JQuery for example...
asked by 17.08.2015 / 19:07
2
answers

What are the advantages of creating dll's in the project and not putting the classes directly in it?

In the company where I use many DLL's and I have a lot of trouble debugging and understanding this ... In my projects (personal) I always put the classes straight in the same and I do not like them, I find it much easier so, which the advantage...
asked by 17.04.2018 / 15:46
1
answer

Is it safe to use TimThumb?

I'm making a website and I started using the TimThumb.php library to resize the images to the exact size I want. However I came to two doubts Is it safe to use? hear that past versions presented vulnerability; Doing the usage will imply...
asked by 20.12.2015 / 22:41
2
answers

How do I create a Library-Android using Android Studio?

I have some projects under development and I have several classes in common for these projects. I would like to know how to create and use a Class Lib so that I can reuse them whenever I need them without having to re-write these classes.     
asked by 01.11.2016 / 20:07
1
answer

Function "strcmp ()" working without adding "string.h"

I wrote an algorithm in C that uses the strcmp() function. Even forgetting to add the string.h algorithm worked. I would like to understand how it worked since I only found this function in the string.h library. #includ...
asked by 19.12.2018 / 20:22