Search:

Type: Posts; User: gammacad

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,443

    Works fine now. Thanks!

    Works fine now.

    Thanks!
  2. Replies
    3
    Views
    1,443

    comparing strings

    In this function, I am reading in a 'license plate' and comparing to all 'licence plates' in my array. If there is a match, then null that part of the array (the car is leaving). It seemed to work...
  3. Replies
    7
    Views
    1,609

    when I try this, no errors in compiling but it...

    when I try this, no errors in compiling but it crashes- is there anything that is obviously wrong?

    void Addcar (char cars[MAX][PLATE])//function to add a car

    {

    Lotfull(cars);//function...
  4. Replies
    7
    Views
    1,609

    I am trying now to compare the last character...

    I am trying now to compare the last character input by user to all rows in the second column of the array but I am getting conversion errors.


    void Addcar (char cars[MAX][PLATE])//function to add...
  5. Replies
    7
    Views
    1,609

    entering into 2d array

    This is week number 5 of my programming education. I have read the rules of the forum. I do not want anyone to do my homework for me. I have spent two days on this and I am getting no where. I am...
Results 1 to 5 of 5