Search:

Type: Posts; User: linuxpyro

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    5,016

    Stopping an Infinite Loop

    I have a program that will be serving as an interface for a test instrument. This program will run from the command line in Windows, and after taking information about the user (just the user's...
  2. Replies
    7
    Views
    4,466

    This is the error I was getting: ...

    This is the error I was getting:



    digitsold.c:36: error: `cn' undeclared (first use in this function)
    digitsold.c:36: error: (Each undeclared identifier is reported only once
    digitsold.c:36:...
  3. Replies
    1
    Views
    1,350

    Ah, a fellow Gentoo user. I'm using the ipw2200...

    Ah, a fellow Gentoo user. I'm using the ipw2200 driver for the card in my laptop, and was confused a first too. Glad to hear you got it going!
  4. Replies
    7
    Views
    4,466

    Could you just show me an example of this? I...

    Could you just show me an example of this? I tried the following, but got errors when compiling:



    int d1 = cn[c1] - '0';


    I'm sorry; once again I am new to C, and I couldn't find anything...
  5. Replies
    7
    Views
    4,466

    Reading Separate Digits as Variables

    Hello, I am currently taking an intro course to C programming, and have a few questions about an assignment I'm working on. I've Googled for this, and searched these forums, but have not been able...
Results 1 to 5 of 6