Results 1 to 2 of 2

Thread: embedded c code

  1. #1
    Join Date
    Apr 2013
    Beans
    1

    embedded c code

    i
    Last edited by akansha05; April 22nd, 2013 at 03:18 PM.

  2. #2
    Join Date
    Nov 2006
    Beans
    410
    Distro
    Xubuntu

    Re: embedded c code

    isn't this a ridiculous place to be asking a question like this?

    Think about the error message. Not only does it tell you what kind of error to look for, it probably also tells you a line number (which you didn't post), doesn't it? Even if it doesn't, you can examine each place where you have a { character and look for a syntax error in that vicinity.

    Hmm, perhaps a good place to start would be here:
    Code:
    #define begin {
    #define end }

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •