Search:

Type: Posts; User: Wipe

Search: Search took 0.01 seconds.

  1. Thread: wait

    by Wipe
    Replies
    1
    Views
    1,261

    wait

    how i make the program pause or wait for exemple 3 seconds..and then return runing?
  2. Replies
    8
    Views
    1,663

    hmm

    so.. i need to check it using another function?
    whats the better?
  3. Replies
    8
    Views
    1,663

    string in switch();

    how i make a switch check for a string?

    void console()
    {
    char cmd[15];
    system("cls");
    printf("Console\n\n");
    scanf("%s",&cmd);
    switch (cmd)
    {
  4. Thread: accent suport

    by Wipe
    Replies
    6
    Views
    1,717

    accent suport

    like..
    printf("Olá");
    and
    printf("Açucar");

    á and ç are not allowed..
    how i get them suport in c?
  5. Thread: printf() error

    by Wipe
    Replies
    2
    Views
    1,637

    *CLOSED*

    *CLOSED*
  6. Thread: functions

    by Wipe
    Replies
    2
    Views
    872

    functions

    where the functions code should be write?? before the main()?
    and how i make them return to where they was called without read the code down?
  7. Thread: printf() error

    by Wipe
    Replies
    2
    Views
    1,637

    printf() error

    void jogo()
    {

    system ("cls");
    printf("Jogo Matarrocha\n\n");
    printf("Introduza o seu nome: ");
    scanf("%s",&nome);
    for (dinheiro=300;dinheiro>0;)
    {
Results 1 to 7 of 7