Search:

Type: Posts; User: caspeer

Search: Search took 0.00 seconds.

  1. Thread: c problem

    by caspeer
    Replies
    9
    Views
    1,308

    The example given is with the var type 'char' and...

    The example given is with the var type 'char' and my code is with the 'int' type. I'm trying adjust it but i'm not doing it right. Can somebody get me an example with a code more like my own?
  2. Thread: c problem

    by caspeer
    Replies
    9
    Views
    1,308

    #include #include int...

    #include <stdio.h>
    #include<stdlib.h>


    int main(void)
    {
    int horasdepijama;

    printf("Quantas horas por dia, em media, passa o mora de pijama?\n");
    scanf("%d",...
  3. Thread: c problem

    by caspeer
    Replies
    9
    Views
    1,308

    c problem

    Hi,
    i have a program that asks the user for a number and i want it to give an error message when the user enters a letter. Until now it freezes when that happens. I know that's a noob question but...
Results 1 to 3 of 3