Search:

Type: Posts; User: DVF

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,031

    That kinda solved the problem. Though still...

    That kinda solved the problem. Though still can't make to print the error message.

    Thanx a lot bro.
  2. Replies
    6
    Views
    1,031

    Well this is what I came up, but it prints out...

    Well this is what I came up, but it prints out only the first year. Still confused.

    cout<<"Enter the year you're searching for\n";
    cin>> keyword;
    for (int Index = 0;(Index < 20)&&(found...
  3. Replies
    6
    Views
    1,031

    I been trying to do that, expect I have no idea...

    I been trying to do that, expect I have no idea how to test the variable after the loop. And I end up getting the first year array record getting printed. Damn there isn't even a single example...
  4. Replies
    6
    Views
    1,031

    searching for a record

    Let's say we have something like char year [50][5] and char event [50][15] . How would I search the year array for a particular input from the user so that it would display the year and the ...
  5. Thread: A little help here

    by DVF
    Replies
    3
    Views
    1,054

    Ops accidentally I put char make [10][5] instead...

    Ops accidentally I put char make [10][5] instead of char [5][10]. So you mean instead of using a two dimensional int I should use a char I guess? BTW how should I serch for a record? Let's say the...
  6. Thread: A little help here

    by DVF
    Replies
    3
    Views
    1,054

    A little help here

    I'm having problems figuring out what's wrong with this line of code.





    This is just a little thing I was experimenting with on passing two dim arrays as pointer parameters, but all I get...
Results 1 to 6 of 6