Search results

  1. A

    Get ascii values for all characters in a piece of text in c sharp?

    i am creating a code and cipher program for fun in which i ask the user for a piece of text, for which they then decide how to encrypt it, to do this well i want to use the ascii values for characters numbers, punctuation and space (ascii values 32 "space" to 126 "~") so i need the program to...
  2. A

    how do i get c sharp to split up parts of a piece of text into a mix of strings and

    numbers? i am creating a program in which the user can type in an algebraic formula, then presses a button to tell the program what they want done with it, i.e. expanding brackets, factorizing etc. i would have little problem in completing it after i find out how to split up and recognize what...
Back
Top