To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.handyboardOpen lugnet.robotics.handyboard in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / Handy Board / 7058
7057  |  7059
Subject: 
IC trouble - function definition
Newsgroups: 
lugnet.robotics.handyboard
Date: 
Fri, 12 Nov 1999 19:44:47 GMT
Original-From: 
John Bachman <bachman@anatek.mv.com^StopSpammers^>
Viewed: 
623 times
  
I am having trouble with function definitions.  Can someone tell me what is wrong with this:

void detect_time_2 (void)
{ code here;}

I get a syntax error on the definition line and cannot figure out why.

TIA

John



Message has 3 Replies:
  Re: IC trouble - function definition
 
John: Try it like this----- void detect_time_2() {same code here;} IC is a lot like ANSI C, but there are some differences. Good luck, Gary Livick (...) (25 years ago, 12-Nov-99, to lugnet.robotics.handyboard)
  Re: IC trouble - function definition
 
John: If your function does not need a parameter passed to it just do: void detect_time2() { /* code here */ } just like int main() { /* code here */ } Bart. ___...___ Reply Separator ___...___ Subject: IC trouble - function definition Author: (...) (25 years ago, 12-Nov-99, to lugnet.robotics.handyboard)
  Re: IC trouble - function definition
 
Thanks for all the helpful device but the darned thing still does not work. I have created a simplified program to try to figure out what I am doing wrong. Here it is: /* A simplified program to figure out what is wrong */ long time; void start() { (...) (25 years ago, 13-Nov-99, to lugnet.robotics.handyboard)

7 Messages in This Thread:





Entire Thread on One Page:
Nested:  All | Brief | Compact | Dots
Linear:  All | Brief | Compact
    

Custom Search

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR