Questions tagged as 'biblioteca'

1
answer

How do I declare a library within a class in C ++?

I need to use variables of type string , the problem is that I can not include libraries within my classes in Code :: Blocks, is there anyway to include the string / string.h library in my C ++ class ? The code for my clas...
asked by 23.08.2016 / 21:06
1
answer

Print special characters in c that are in a .txt file with library locale.h

My college end-of-school program has several screens that print large arquivo.txt , but as I do in C , some characters do not appear, such as ç, é, ã... And so on. I discovered a library called locale.h . With it you can w...
asked by 28.11.2015 / 20:42
2
answers

How to reference an external library?

I have a project in Asp.Net MVC where I would like to add some new libraries. They are available for download as .dll , but are also available on Manage NuGet Packages . What is the best way to add the library to the project by addi...
asked by 03.12.2015 / 19:40
2
answers

Query methods, classes and attributes in C language

I wanted to know if in C language and possible query available libraries its classes modules and attributes like in the Python language that there are methods dir() and help() I'm beginning to learn C and I'm kind of lost. I'll cit...
asked by 12.06.2016 / 05:54
1
answer

Place objects on image

I would like to know how I could put objects on an image on Android. An example would be to have the photo and on it put other images as circles, triangles etc ... How could I do this on android?     
asked by 15.08.2016 / 16:24
1
answer

How does Laravel read the ".env" file?

How does Laravel read the .env file? I have already looked at the repositories of Illuminate (from Laravel) and found nothing that would give me a hint as to how to read this file. Is there a library, which Laravel uses, that does t...
asked by 30.09.2016 / 19:12
1
answer

Code reuse with web language

I'm working on three different apps that use Ionic and Cordova . The three are very similar in some points mainly in the layout. I wonder if it's possible to create a kind of library or something that I modify only once and replicate to...
asked by 21.10.2016 / 18:03
1
answer

What Ruby applications do you have besides the web?

I want to delve into Ruby, for the ease of language, as well as Python, which for example, in my University use a lot for mathematical and scientific applications. I see a lot of the use of Ruby with Rails for Web, but I would like to know if...
asked by 23.04.2016 / 18:11
1
answer

Watermark on image in laravel 5.2

Hello, does anyone know how I could do that every image that is uploaded in laravel has a watermark? The image is sent by a form and through $request->file('img') in the controller I add in the folder and the name of the image in...
asked by 01.09.2016 / 07:39
1
answer

How to publish my library to a linux repository?

I've developed a C library and want to make it available to other developers. I would like this library to be installed using the apt-get command, for example: sudo apt-get install minhalib and in the code the developers woul...
asked by 23.05.2018 / 05:29