I created a static library in C , that is, after compiling the file .c , generated a file with .a extension. In the file .c I implemented some functions. How could I read this lib in another program and call a function...
I stuck here looking at some libs for boleto bancário generation and it seems that the majority was abandoned. I would like to know if there is any updated, better or easy to customize.
Libs parsed:
Bopepo - link
stella-ticket -...
Is there a way to import all libs from my program into just include like in other languages: import re, datetime, math (Python)?
After reading about preprocessing directives here (Little is said about the include on thi...
I'm developing an application in C ++, where I need to use a library I've developed before with CMake. But I do not want to call the binary directly because each platform will have to have a binary separately, and it's annoying to have to compil...
In my code I have a materialize lib but it starts to apply css that I do not want in a certain part of my code, is there a way to "lock" it in that particular part?
I need to use a lib to zoom in the imageview of Android Studio, after some research, I found a lib in github that can help me, but I could not use it in my project, someone explains how to use github in my project? I'm new to the area and I'm ge...
I have a jni .so library to run on a Raspberry PI, but the architectures are not compatible. How can I make it roll? I have all the sources.
EDIT: I was able to compile the library through the RPi, but now it does not recognize the methods. I...
When we do a #include in the c ++ language using the special characters < > where is the folder / file of that include?
I am compiling a program that I downloaded and in this program there are the following lines of code:
28 #include...
I know my macbook has tts (text to speech) when typing command say. I would like to know if there is any API or some library that works with this in python. Or would it have to do manually?
Does anyone recommend something? Thank you.
I am using input-maks to put a mask in the field but I am having difficulty setting a value, for example in my mask I put
'data-mask'=>"00000,00"
referente ao campo decimal(5,2);
But if I want to put cents like 50 , I need...