Click here to Skip to main content
15,885,278 members
Home / Discussions / C#
   

C#

 
QuestionAccessing clipboard data in a multi threaded app Pin
Member 34047907-Jul-08 16:17
Member 34047907-Jul-08 16:17 
AnswerRe: Accessing clipboard data in a multi threaded app Pin
Member 34047909-Jul-08 14:18
Member 34047909-Jul-08 14:18 
Questionhmc 1052L Pin
fasehah7-Jul-08 15:16
fasehah7-Jul-08 15:16 
AnswerRe: hmc 1052L Pin
leckey7-Jul-08 16:10
leckey7-Jul-08 16:10 
JokeRe: hmc 1052L Pin
PIEBALDconsult7-Jul-08 17:42
mvePIEBALDconsult7-Jul-08 17:42 
AnswerRe: hmc 1052L Pin
Pete O'Hanlon7-Jul-08 21:42
mvePete O'Hanlon7-Jul-08 21:42 
Questionnewsletter mentioning a corba open source by novel...? Pin
Leblanc Meneses7-Jul-08 12:20
Leblanc Meneses7-Jul-08 12:20 
Questionprevious post is got too long, isn't it? (my previous question again) Pin
Sajjad Izadi7-Jul-08 9:21
Sajjad Izadi7-Jul-08 9:21 
do you know what the question is infact? the question is to make the following methods without using prepared methods in String Class and operators += and +:

public String delete (String st, int startIndex, int len); //delete part of a string and return the result

public String copy (String st, int startIndex, int len); //copy a subString from startIndex till len and return the result

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

public String concat (String st1, String st2); //concat two strings

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

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

public String intToStr(int value); //make an integer to string

public int strToInt (String value); //make a string to an integer

public String reverse (String value); //return the reversed



how can i answer to these question with considering the condition?

please help me and as you guessed it's a school homework.
thank you
AnswerRe: previous post is got too long, isn't it? (my previous question again) Pin
SomeGuyThatIsMe7-Jul-08 9:48
SomeGuyThatIsMe7-Jul-08 9:48 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 9:50
protectorChristian Graus7-Jul-08 9:50 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
SomeGuyThatIsMe7-Jul-08 10:04
SomeGuyThatIsMe7-Jul-08 10:04 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 10:11
protectorChristian Graus7-Jul-08 10:11 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Colin Angus Mackay7-Jul-08 10:21
Colin Angus Mackay7-Jul-08 10:21 
AnswerRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 9:48
protectorChristian Graus7-Jul-08 9:48 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Sajjad Izadi7-Jul-08 10:07
Sajjad Izadi7-Jul-08 10:07 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 10:12
protectorChristian Graus7-Jul-08 10:12 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Paul Conrad7-Jul-08 10:32
professionalPaul Conrad7-Jul-08 10:32 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Luc Pattyn7-Jul-08 10:13
sitebuilderLuc Pattyn7-Jul-08 10:13 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 10:17
protectorChristian Graus7-Jul-08 10:17 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Luc Pattyn7-Jul-08 10:21
sitebuilderLuc Pattyn7-Jul-08 10:21 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 10:23
protectorChristian Graus7-Jul-08 10:23 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Luc Pattyn7-Jul-08 10:28
sitebuilderLuc Pattyn7-Jul-08 10:28 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 10:30
protectorChristian Graus7-Jul-08 10:30 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Paul Conrad7-Jul-08 10:34
professionalPaul Conrad7-Jul-08 10:34 
GeneralRe: previous post is got too long, isn't it? (my previous question again) Pin
Christian Graus7-Jul-08 10:44
protectorChristian Graus7-Jul-08 10:44 

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.