[C++ scripting help] Cheking if character or digit?
#3

Without using any available functions you would probably check if the characters value is within the range of numbers or alphabetical characters. You get these ranges from a symbol table, ascii is the common one.
Reply


Messages In This Thread
[C++ scripting help] Cheking if character or digit? - by davve95 - 08.05.2014, 18:13
Re: [C++ scripting help] Cheking if character or digit? - by gtakillerIV - 08.05.2014, 18:15
Re: [C++ scripting help] Cheking if character or digit? - by Mauzen - 08.05.2014, 19:47
Re: [C++ scripting help] Cheking if character or digit? - by davve95 - 09.05.2014, 19:35
Re: [C++ scripting help] Cheking if character or digit? - by Vince - 09.05.2014, 19:52
Re: [C++ scripting help] Cheking if character or digit? - by caoraivoso3 - 09.05.2014, 21:40

Forum Jump:


Users browsing this thread: 1 Guest(s)