Click here to Skip to main content
15,914,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Luc Pattyn7-Jul-08 10:44
sitebuilderLuc Pattyn7-Jul-08 10:44 
AnswerRe: previous post is got too long, isn't it? (my previous question again) Pin
Pete O'Hanlon7-Jul-08 10:23
mvePete O'Hanlon7-Jul-08 10:23 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 10:26
protectorChristian Graus7-Jul-08 10:26 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Paul Conrad7-Jul-08 10:38
professionalPaul Conrad7-Jul-08 10:38 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Paul Conrad7-Jul-08 10:36
professionalPaul Conrad7-Jul-08 10:36 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
leppie7-Jul-08 21:11
leppie7-Jul-08 21:11 
AnswerRe: previous post is got too long, isn't it? (my previous question again) Pin
Paul Conrad7-Jul-08 10:31
professionalPaul Conrad7-Jul-08 10:31 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Guffa7-Jul-08 12:15
Guffa7-Jul-08 12:15 
Seems like there is some information missing... Do you have any specification what the methods should do, really?

Sajjad Izadi wrote:
public String insert (String st1, String st2, int len); //insert a string to an other


What is the len parameter supposed to do?

Where in one of the strings (which?) is the other supposed to be inserted?

Sajjad Izadi wrote:
public int pos (String st1, String st2, int len); //return the position of specified string in an other specified string


What is the len parameter supposed to do?

Sajjad Izadi wrote:
public int countOf (String st1, String st2, int len); //return number of repetitions of an string in an other string


What is the len parameter supposed to do?

Can the occurances of the string overlap, i.e. should countOf("aba", "ababa", whatever) return one or two?

Despite everything, the person most likely to be fooling you next is yourself.

QuestionRecommended Obfuscators (preferable very chep or open source!) Pin
Jammer7-Jul-08 9:13
Jammer7-Jul-08 9:13 
AnswerRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Christian Graus7-Jul-08 9:52
protectorChristian Graus7-Jul-08 9:52 
GeneralRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Jammer7-Jul-08 10:11
Jammer7-Jul-08 10:11 
GeneralRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Christian Graus7-Jul-08 10:12
protectorChristian Graus7-Jul-08 10:12 
GeneralRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Jammer7-Jul-08 10:15
Jammer7-Jul-08 10:15 
GeneralRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Mark Churchill7-Jul-08 16:58
Mark Churchill7-Jul-08 16:58 
GeneralRe: Recommended Obfuscators (preferable very chep or open source!) Pin
Jammer8-Jul-08 8:31
Jammer8-Jul-08 8:31 
Questionhow can i write functions in String class without using any tools? Pin
Sajjad Izadi7-Jul-08 7:35
Sajjad Izadi7-Jul-08 7:35 
AnswerRe: how can i write functions in String class without using any tools? Pin
leppie7-Jul-08 7:54
leppie7-Jul-08 7:54 
GeneralRe: how can i write functions in String class without using any tools? Pin
hammerstein057-Jul-08 8:00
hammerstein057-Jul-08 8:00 
GeneralRe: how can i write functions in String class without using any tools? Pin
Sajjad Izadi7-Jul-08 8:07
Sajjad Izadi7-Jul-08 8:07 
GeneralRe: how can i write functions in String class without using any tools? Pin
hammerstein057-Jul-08 8:10
hammerstein057-Jul-08 8:10 
GeneralRe: how can i write functions in String class without using any tools? Pin
Sajjad Izadi7-Jul-08 8:02
Sajjad Izadi7-Jul-08 8:02 
GeneralRe: how can i write functions in String class without using any tools? Pin
hammerstein057-Jul-08 8:05
hammerstein057-Jul-08 8:05 
GeneralRe: how can i write functions in String class without using any tools? Pin
leppie7-Jul-08 8:12
leppie7-Jul-08 8:12 
AnswerRe: how can i write functions in String class without using any tools? Pin
Christian Graus7-Jul-08 8:10
protectorChristian Graus7-Jul-08 8:10 
GeneralRe: how can i write functions in String class without using any tools? Pin
Sajjad Izadi7-Jul-08 8:30
Sajjad Izadi7-Jul-08 8:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.