0

Possible Duplicate:
Is it possible to use CIN and QT ???

Hi What is the cin equivalent in qt ? thanks.

Community
  • 1
  • 1
amiref
  • 3,181
  • 7
  • 38
  • 62

2 Answers2

3

The equivalent of cin in Qt is cin.

David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490
2

You can use cin, if you want to get QString from the user see this question.

Community
  • 1
  • 1
mbx
  • 6,292
  • 6
  • 58
  • 91