N
Neo
Hi,
I have a programs that reads char ouput and should send a signal when
it reads "login". I am currently reading into a char array but how do
I check for the match? I don't think I can do-
char x[5];
----
----
if(x=="login") {}
I cant use strings here as I get a char at a time.
Thanks,
Neo
I have a programs that reads char ouput and should send a signal when
it reads "login". I am currently reading into a char array but how do
I check for the match? I don't think I can do-
char x[5];
----
----
if(x=="login") {}
I cant use strings here as I get a char at a time.
Thanks,
Neo