Hi, I am modifying a website designed in cakephp, but in a modal for whatsapp some special characters do not look good and I tried to do some things and nothing worked for me:
<!DOCTYPE html>
<html lang="es-ES">
<head>
<...
I want to print each element of the array but it generates a segmentation fault
This is the code:
#include <stdio.h>
int main(){
char arreglo[3]={'c','f','d'};
char *puntero;
puntero=arreglo;
for(int i=0;i<3;i++){...
I must iterate over a column and delete the special characters and letters. Any ideas? The issue is that it is not always at the beginning of the chain.
EXAMPLE:
PC 17572
546RT*5
RESULT:
17527
5465
I want to create a data frame by extracting certain values from another data frame, for what I did was create 2 matrices de 875 obs and% loop with certain conditions: Finally, what I want is to extract the value of variable X2 when...
When importing a project in eclipse I get errors in the characters of my java file. I give an example, does anyone know the solution?
System.out.println("ERROR:al cerrar la conexión");
The objective is to enter the number of characters that the chain will have, and find the letter that only repeats once acum_menor , then show its position. I did it by comparing the string with another one that contains the letters of the...
I need your help as soon as possible, I have an exercise that consists of identifying the "number of characters" of 5 paragraphs and determine which is the paragraph that has the most number of letters through an Alert ();
I was able to determin...
Is it possible that within a input I set some fixed characters that can not be deleted?
I mean, something like this:
xxxx-xxxx-xxxx-xxxx
Where x are numbers that the person enters and hyphens (-) are fixed and can not be deleted?
Let...