CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: text input

  1. #1
    Join Date
    May 1999
    Posts
    1

    text input

    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]



  2. #2
    Join Date
    May 1999
    Location
    UK
    Posts
    65

    Re: text input

    You could try writing a routine using getch to get the characters one by one.

    A bit fiddly I know.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured