Search:

Type: Posts; User: nanobot

Search: Search took 0.01 seconds.

  1. bump

    bump
  2. why constant change breaks down code

    The code produces conway's pattern as required. My problem is, when I define MAX to 80, it no longer works. Why? :(


    #include<stdio.h>

    #define MAX 20


    void generate(int cell[]);
    void...
  3. Thanks, the question prescribed the format, I...

    Thanks, the question prescribed the format, I don't know why :)
  4. Compilation error: how pass constants into function

    Errors:
    11016
    How can I pass constants into a function. I tried using ' ' but that also gave me error, so I removed them here.
    Why does it say cell undeclared?
    :(

    #include<stdio.h>
    ...
Results 1 to 4 of 4