Add an image
Add a link
March 31, 2005 -- 8:33 PM
posted by Al
Fall? Isn't that the time most of us are working or doing grad school? Well I plan to get a job by fall, if not Japan here I come. (English teacher, not there for fun.)
March 31, 2005 -- 6:44 PM
posted by alison
guess who just got a job!!!
I'm now two for two on the application front. woo hoo! May, July and August are all taken care of now. I like this. ha ha!
Lac La Biche and Hinton here I come!
Now it's just the rest of my life that needs planning, not my summer too. hmm...
anyone interested in travel this fall?
March 31, 2005 -- 4:56 PM
posted by Al
Nevermind Par now it is a matter of putting it in and figuring how to tweak the damn thing. I expect another 100 things to go wrong. Expect more bitching from me.
March 31, 2005 -- 4:49 PM
posted by Al
I sent you a e-mail with the evil code attached. I'm getting a syntax error for the "main" function (line 9 column 5). You could look over it, but seeing how things are shaping up we might not be able to attach the recievers to the micro controller. I don't know I guess it is last minute panic time.
March 31, 2005 -- 4:46 PM
posted by Par
getch() takes no arguments.
Of course, if you want to be correct about things, you should use something like the following:
char input_char;
scanf("%c", &input_char);
That reads one character from the keyboard.
If you are using a UNIX or similar system, you can do 'man <function name>' at the command line and get this info. Google also helps.
March 31, 2005 -- 4:35 PM
posted by Al
Really simple question for C programing. What the heck is the syntax structure for declaring a "getch" function. I keep on getting a syntax error for some odd reason.
March 31, 2005 -- 4:29 PM
posted by Par
For about twenty more minutes, Al. Drop me an e-mail if you like.
