Search:

Type: Posts; User: corey.heffernan

Search: Search took 0.01 seconds.

  1. Figured it out... N value was too small......

    Figured it out... N value was too small... Switched it to 100 works good now... slight oversight :)
  2. Trying to make a truck drive accross the screen...

    I have here an ansi truck, and I'm trying to get it to drive across the screen. It seems to be working... except for some reason the cab of the truck does not show up...




    #include<stdio.h>...
  3. Replies
    0
    Views
    15,607

    Music Playing Program ***problem solved***

    **** Works now ****

    Hi I am trying to make this program play a song from a .txt file of music that is written.
    It was working up until I modified the program to be able to play different speeds...
  4. Replies
    4
    Views
    1,370

    Figured it out... small bracket issue ...

    Figured it out...
    small bracket issue


    for(k=0;k<N;k++)
    {
    if((*ptr+k) == c)
    sum++;
    }
  5. Replies
    4
    Views
    1,370

    So I took the & out... but my results still only...

    So I took the & out... but my results still only give me 1...
    when I replace
    *ptr with x[]
    it seems to work fine... but unfortunately I need to use the pointer...
  6. Replies
    4
    Views
    1,370

    Trouble with pointers.. I think

    This is my program, it is using a function to check a random array of character how many times C appears
    always counts 1... cant figure it out


    // This program will creat a random string of...
Results 1 to 6 of 6