Search Result

Collapse
7 results in 0.0027 seconds.
Keywords
Members
Tags
character
  •  

  • mamabear
    started a topic How to remove one character on a string? HELP!
    in C

    How to remove one character on a string? HELP!

    Code:
    #include<iostream.h>
    #include<conio.h>
    #include<stdio.h>
    #include<string.h>
    
    void main()
    {
    clrscr();
    
        char first[10], second[10];
        int ctr,ctr2,ctr3,len1,len2,word=0,count=0,larger=0;
        int tae1,tae2;
    
        cout<<"Enter the first word:";
        scanf("%s",&first);
        cout<<"Enter the second
    ...
    See more | Go to post
    Last edited by Niheel; Jun 27 '10, 04:57 PM. Reason: please use code tags to post code

  • s2krish
    started a topic accented characters to unaccented

    accented characters to unaccented

    Is there python library or function to convert accented characters to unaccented. For example

    From 'Terme \xc4\x8cate\xc5 \xbe' to 'Terme Čatež'.

    When I read Terme Čatež website using urllib.urlopen( ) functio, gives 'Terme \xc4\x8cate\xc5 \xbe'
    See more | Go to post

  • giorgisp
    started a topic How to echo text from character 2-27 in a file
    in PHP

    How to echo text from character 2-27 in a file

    I have a file and I want to echo the text from character 2 to 27. How can I do this?

    Thanks
    See more | Go to post

  • ezechiel
    started a topic problem with spaces in directory name
    in Perl

    problem with spaces in directory name

    Hi everyone,

    I have a question about spaces in directory names.
    If I want to use mkdir something, everything works out, but in this case:
    Code:
    #!/usr/local/bin/perl
    #
    use warnings;
    
    $homedir = "C:/SCRIPT/CJ0249A.1/\"Project Information\"";
    $file = "$homedir/exist.txt";
    
    if (-e "$file")
    {
            print ("it exists");
    ...
    See more | Go to post

  • antonopn
    started a topic Very weird bug with 'like' function

    Very weird bug with 'like' function

    Hello there,

    I have just faced a really weird problem with a query in SQL SERVER 2000.

    I had a database with collation SQL_Latin1_Gene ral_CP1_CI_AS and converted it in a new database with collation Greek_CI_AI.

    The conversion was absolutelly correct. Tables, views, sps, functions etc. where succesfully transfered into the new database. The new database is working fine, but I faced a problem with a "select-from-where-like"...
    See more | Go to post

  • shahaba
    started a topic Count of specific character in a text

    Count of specific character in a text

    I have a list of texts and I need to find out the number of times each character shows up.

    Example in the text "76DC4-34" the character '4' shows up twice. Is there a query that for this instance if I provide the text and character I'm looking for it will give the number of occurences as a result or if there is no such query how do I go about getting the result I want?

    I assume I'm going to have to repeat...
    See more | Go to post

  • [CS3](AS2) How to make entire movieclip play using 'key.isDown'

    This is a script for a character that walks in 4 directions. That works fine. I have also added other random movieclip animations for other keystrokes.

    I want a movie clip to play through when a key is pressed. Right now the movieclip only plays while the key is being held. How do I get it to continue to play even if the key is released? I am not sure if I need to add something to my action script or change it entirely.
    ...
    See more | Go to post
Working...