Search:

Type: Posts; User: Cprogram

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,094

    oh my bad, I'm new at this I just started C...

    oh my bad, I'm new at this I just started C programming like a month ago.
  2. Replies
    4
    Views
    3,094

    I tested that out, but i would get an error...

    I tested that out, but i would get an error undefined reference to spitoutstar.
  3. Replies
    4
    Views
    3,094

    C programming star count

    #include <stdio.h>
    #include <stdlib.h>

    int DrawRow(int length)
    {
    int i, count=0;
    for(i = 1; i <= length; i++)
    {
    printf("*");
Results 1 to 3 of 3