strings

  1. mohityadavx

    MS Word - Find and select all string of simlar pattern

    I want to find and select all strings of a particular kind in a word document. The strings are of this format FileList('S-20160302-103416-PERFORMA','Perfroma LST-1-0230316','U00729541','MJH72300DL1996PLC075672','T21') FileList('S-20160302-103416-PERFORMA','Perfroma...
  2. Desmond

    InterviewStreet programming challenges discussion

    Hi, One of my friends pointed me towards this site: *www.interviewstreet.com/challenges It is like a programming leaderboard, wherein you solve problems and get ranked. So, I have started this thread to discuss challenges, their algorithms, your rank/score, what you tackled lately etc...
  3. zegulas

    How to store n number of strings in an with unknown size

    How to store n number of strings in an array with unknown size How to declare an array for storing strings while we don't know how many will be stored, it has to be specified during runtime by the user. For C language.
  4. aditya.shevade

    C++ String to all conversion.... Help needed...

    I have a problem with conversion of a C++ string into an integer and float. We had a competition, the program given was to convert a string into respective characters, strings, integers and floats. It means that, if the input stream is say, 'xy st 45 s g 5.36 24' then, the characters will be...
  5. H

    Help needed from Java geek

    this ones related to JAVA programming. how in Java we can compare to strings. I am making a small program in which i want to compare two strings. please help.
Top Bottom