Search:

Type: Posts; User: Pitt20

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    997

    waht if i want to print out the output?what is...

    waht if i want to print out the output?what is the code?and i heard about "black window" what is that?from what i've heard it got something to do with printing and a code,if theres such a thing what...
  2. Replies
    4
    Views
    997

    how do i set through ascii? whenevr i set q...

    how do i set through ascii?


    whenevr i set q as my quit button
    the program suddenly loop continously until i click the x button
  3. Replies
    4
    Views
    997

    #include #include ...

    #include <stdio.h>
    #include <iostream.h>
    #include <conio.h>
    using namespace std;

    int main()
    {
    char q,x;
    int choice = 0;
    int nilai;
  4. Replies
    4
    Views
    997

    Assigning exit key

    hello sorry if i had posted something that is already available coz i've search this but to no avail.what i want to do is assign the q key to quit the program what is the command line?
Results 1 to 4 of 4