Strings of characters Programming Software Development by miznogud … insruction is create a program that asks for two input srings until the character 'x' is encountered. For each input string… Generate list of size n strings from x number of characters Programming Software Development by tr6699 Say you have a set of characters (ex. abcdef). I was wondering how I would go about generating all the possible srings I could make with these letters that are size X (ex. 7). I know this will result in a list that is number of characters in set C x in length but am not quite sure how to accomplish it. Any help would be greatly appreciated. Re: How to merge 2 strings ? Programming Software Development by somnathsarode hi if u want to merge two strings then there is readimade function in file "string.h" name as "strcat" the function gives concatnation or merging of two srings Re: Long numer data type Programming Software Development by nagu89 … in PYTHON. But Yes , there is a wqay of using srings to handle large integers but I guess my compiler is… Re: Long numer data type Programming Software Development by jephthah … in PYTHON. But Yes , there is a wqay of using srings to handle large integers but I guess my compiler is… Re: Java pattern processing Programming Software Development by skhenry … WE DONT HAVE IT SO WE THROW AWAY THE TWO SRINGS compaqkkkk lgwww COZ THE NEXT IS FERARI SO WE CHECK… Re: Open CSV file and write new file Programming Software Development by karmstrong Ok wait so it has to do with the fact I mixed case in the srings. Hmm. Ok let me try that. Yes you are correct I am a bit confused. Re: Strings of characters Programming Software Development by miznogud ===posting of codes is highly appreciated== please be gentle.. Re: Strings of characters Programming Software Development by Sodabread We don't just post code for people that ask for it. You need to do the work on your own, then come in and ask us for help on specifics if/when you get stuck. In other words, we'll help with homework, but we won't do it for you. Re: Generate list of size n strings from x number of characters Programming Software Development by Momerath Can you repeat characters? Re: Generate list of size n strings from x number of characters Programming Software Development by tr6699 Each character can only be used once in the final string. Re: Generate list of size n strings from x number of characters Programming Software Development by Momerath Then you want [URL="http://www.daniweb.com/software-development/csharp/code/349476"]Combinations[/URL]