Hi all,
we are testing our domotic application and, in our administrative
application, we need to read multiple words from keyboard.
We tryed to use gets, cin, scanf, getline but the result is always the
same:
if we enter "test1 test2", the variable will load only the first word
("test1").

I thought it was a cause of using threads but disabling all the linker
and compiler instructions the result doesn't change. It happens while
using both GCC or Cris Compiler.

To test it again, i made an application without compiling directives
and it did it without problems with gets and GCC.

How can we do this  without problems? Have you ever had this kind of
problems?

Thankz all,
The DomoBox Staff

Reply via email to