Search:

Type: Posts; User: clique

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,168

    don't want to show source

    Hi!

    I have a question, Every time I run my program I need to open it with the source
    code that i have made. My question is, Is it possible to run my program without
    opening the source so that...
  2. Replies
    6
    Views
    17,092

    how so i blink my text?

    Hi! there!

    Can someone help me in this. Is it possible to make my text blinking? if it is, How do I can?

    tnx!!!
  3. Replies
    1
    Views
    1,577

    printf,sprintf,fprintf

    Hi!
    There are a function under <stdio.h> called sprintf and fprintf. Can i ask you
    to explain the difference of this two functions in printf?and if you can, Can you
    paste some samples of...
  4. is there any function that can i use to execute...

    is there any function that can i use to execute this program correctly?
  5. array using loop (arranging int into descending ordder)

    Hi!
    I'm trying to write a program using array in a loop that will arange the 20 int
    that will input by the user, but it doesn't work.

    here's my code:


    #include<stdio.h>...
  6. Thread: stdlib help!!

    by clique
    Replies
    5
    Views
    3,735

    stdlib help!!

    Hi
    can i ask you to give me the different function member of stdlib and its own functions!!
    thanks!!
  7. Thread: c menu

    by clique
    Replies
    11
    Views
    1,762

    Try this one, ihope this will help much!!!

    #include<stdio.h>
    main()
    {
    char b;//variable for loop to be test
    int a;//variable for choice
    do
    {
    statement seq;//write your menus here!!
    printf("\n\nenter choice:");//ask for the user to...
  8. Replies
    2
    Views
    3,766

    gotoxy(); help!!

    Hi!
    I try to use gotoxy function in my c programs but it doesn't work,Can I ask for a help?what is the proper use of gotoxy and its corresponding header file?
    thanks!!!
  9. Thread: System();

    by clique
    Replies
    6
    Views
    1,578

    The system("cls") function is to clear the screen...

    The system("cls") function is to clear the screen right! but how about the system("pause") and the other system function?
  10. Thread: System();

    by clique
    Replies
    6
    Views
    1,578

    System();

    Hi! Im learning c programming, I want to learn how to use system();
    and to know its corresponding header file if it has.
Results 1 to 10 of 10