Search:

Type: Posts; User: Xoled

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,118

    thanks!

    thanks!
  2. Replies
    2
    Views
    1,118

    _strdate and ints, help

    so i have


    char dateStr [9];
    char timeStr [9];
    _strdate( dateStr);
    _strtime( timeStr );
  3. Thread: Array and string

    by Xoled
    Replies
    2
    Views
    854

    Array and string

    Hi,

    Let's say i have a 2d array that is 25x25 for example


    Myarray[25][25]


    And I have a text in a string for example char mystring[15] = "thisismystring"
  4. Oh okay, that way i would make it re-writable! [i...

    Oh okay, that way i would make it re-writable! [i understand what i said] hahah

    that's a great idea

    BUT!!!!

    the teacher could still check the struct and it would still have the data of the...
  5. Oh i see, i think i figured out a way that will...

    Oh i see, i think i figured out a way that will work to check the availabilty.

    I still HAVE to add an option that wipes the reservations clean though... how would i do that?

    Thanks for the...
  6. thanks for your reply bithub, well, it really got...

    thanks for your reply bithub, well, it really got me to want to learn to use those but..

    i really wouldn't know how to link them and treat them lol, i'm just a noob, the teacher knows we cant do...
  7. Erasing the content of an array struct. 3 questions

    So, i'm trying to simulate a program that organizes clients on a plane.

    I made a menu, and i have to make 4 options;

    1. Add passengers to a seat [Check]
    2. Check reservations [Check]
    3....
  8. Replies
    5
    Views
    1,078

    I seriously need help.

    I have a project that's due tomorrow... i fail hard lol, i didnt even know.


    The problem is, i need to write some kind of program that resembles an airline service, with 1 plane, i have to be...
  9. Replies
    6
    Views
    1,017

    So... the ideas i have are... [ pardon my newbie...

    So... the ideas i have are... [ pardon my newbie explanation ]

    Ok so... a switch to make the main menu

    "Reserve a seat, remove a reservation, consulting a reservation, and seats on every area...
  10. Replies
    6
    Views
    1,017

    What do i need ? Help needed

    Hi, i recently started studying programming.


    So, I've been assigned this new project.

    'A program to handle the reservations of an airline's flight.

    Considering the planes have the...
Results 1 to 10 of 12