Search:

Type: Posts; User: Beginnerinc

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,634

    change character while in scanf

    Hi
    You know how in some sites they cover the password with stars?
    well, I wanna do the same thing in 'C', but instead of characters
    I wanna do it with only spaces.. For Example, if the person...
  2. Replies
    4
    Views
    1,052

    alright..

    alright..
  3. Replies
    4
    Views
    1,052

    I know I am suppose to use something like a loop...

    I know I am suppose to use something like a loop :


    FILE *f;
    f=fopen(/*target of file*/,"r");
    while(!feof(f))
    {
    /*
    something over here (Need help here I think)
    */
  4. Replies
    4
    Views
    1,052

    probelms with fscanf()

    I am have problems of using fscanf(). I am trying to assign letters/numbers from a file into different variables. How do I do it?
    I read about fscanf() in other sites, but couldn't understand what...
  5. Thanks, GravtyKlz. I will try your idea and try...

    Thanks, GravtyKlz. I will try your idea and try to see if it works.
    If anyone else would like to post another possible solution go ahead.
  6. How to assign a word/number to a variable

    Hi,
    You might remember me from the post I posted last time about text files... Well, this time I start from from scratch, this program That I need to do is reading a file(text) and...
  7. Replies
    4
    Views
    1,559

    Thanks alot for the advices all..

    Thanks alot for the advices all..
  8. Replies
    4
    Views
    1,559

    I don't know how create a structure, can you give...

    I don't know how create a structure, can you give an example with explinations or a site that can help me?
  9. Replies
    4
    Views
    1,559

    gotoxy() or something for fprintf()

    for(x=1;x<=num;x++)
    {
    gotoxy(1,y);
    scanf ("%s",&player[x].rank);
    fprintf(f," %s",player[x].rank);

    gotoxy(8,y);
    scanf("%s",&player[x].name);
    ...
  10. Replies
    5
    Views
    97,121

    All right!! Thanks alot. it worked

    All right!! Thanks alot. it worked
  11. Replies
    5
    Views
    97,121

    how to use gotoxy()??

    I need an example of using the gotoxy() function.(using
    Dev-C++ compiler)

    Tell me what is wrong with this example program.. there is an error which is...
  12. Replies
    7
    Views
    2,220

    Sorting Integers

    I just need the code to sort numbers in order that's all. I am not an expert and how do I need which code is for which.. help anyone?
  13. Replies
    7
    Views
    2,220

    Sorting Integers

    I need to know what is the command(&how it works) to sort numbers in order (e.g. 1, 2 ,3, 6, 10 ,34 ,35, 63)
    Anything would be appreciated.
  14. Replies
    1
    Views
    1,701

    Files&Records(Entering records)

    Hi!
    I need help on my program.(well, I haven't started yet)
    Anyone knows anything about entering records?.

    E.g. I need a program that You can enter the stats for a tennis player. Then after you...
Results 1 to 14 of 14