Search:

Type: Posts; User: Sebastiani

Search: Search took 0.06 seconds.

  1. This is *your* homework. You need to write the...

    This is *your* homework. You need to write the code. Now then, why don't you just start from scratch? Keep the header includes but delete everything inside of main, and just start over. If you get...
  2. First of all, it's imperative that you learn to...

    First of all, it's imperative that you learn to indent you code properly. Here's an example:



    #include <stdio.h>
    #include <stdlib.h> /* header for function system */

    int main( void )
    {
    ...
  3. So *post* the code so that we can see where you...

    So *post* the code so that we can see where you are at on it.
  4. So write some code and post back (and include the...

    So write some code and post back (and include the code) if you have problems.
Results 1 to 4 of 4