Search:

Type: Posts; User: Ashkan

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,769

    how to get source from exe file

    i have an exe file which was created using c code. can anyone tell me how i can get the code...

    thanks in advance
  2. Replies
    12
    Views
    19,033

    here is the code where i want to prevent users...

    here is the code where i want to prevent users from entering a letter:


    printf("Please enter the temperture:\n");
    scanf("%d", &temp);

    if ( temp > 45 || temp < -25)
    {
    do
    {
  3. Replies
    12
    Views
    19,033

    preventing user entering characters

    hello,

    i have made a program where it asks the user to enter an interger, but i want a error message to come up when the user enters a letter, how can i do this??

    thanks
  4. Replies
    8
    Views
    5,927

    THANK YOU SO MUCH I GOT IT WORKING i used the...

    THANK YOU SO MUCH I GOT IT WORKING

    i used the first option
    Ashkan
  5. Replies
    8
    Views
    5,927

    thanks for the reply, but you kind of lost me,...

    thanks for the reply,

    but you kind of lost me, i checked out the faq but it had stuff on reading numbers??

    could you possibly please tell me what i have to do to the code to get in working??
    ...
  6. Replies
    8
    Views
    5,927

    Please help - how to quit a program

    hello,
    i am making this program. it reads in a number from the user then asks them if they want to enter another number, i want this repeat until the user says no, i used a do while loop but i can't...
Results 1 to 6 of 6