Hello, I want to give in a value or textinput WITH ','.
When I do this with scanf, the programm thinks, I'm giving TWO variables!.
Can anyone tell me, how to get ','as a normal character input ?.
Please mail it to [email protected]
Printable View
Hello, I want to give in a value or textinput WITH ','.
When I do this with scanf, the programm thinks, I'm giving TWO variables!.
Can anyone tell me, how to get ','as a normal character input ?.
Please mail it to [email protected]
You could try writing a routine using getch to get the characters one by one.
A bit fiddly I know.