Search:

Type: Posts; User: wacky_jay

Search: Search took 0.00 seconds.

  1. so any suggestion?

    so any suggestion?
  2. Existing field in struct to be overwritten. BINARY FILES.

    Hi guys. I'm having trouble with overwriting a specific field in my struct. Anyone can help me? What should I do? Please help. :(


    void Deposit(FILE *fp, struct information info, char set[]){
    ...
  3. Replies
    4
    Views
    885

    Thanks qny! I finally got it. :D

    Thanks qny! I finally got it. :D
  4. Replies
    4
    Views
    885

    Sorry qny, I edited the code. hehe.

    Sorry qny, I edited the code. hehe.
  5. Replies
    4
    Views
    885

    strncpy. Need help.

    How can I get the "not to" string and removing the "To be or" and the last "be"? What should I do?



    #include<stdio.h>
    #include<conio.h>
    #include<string.h>
    int main(void)
    {
    char str1[]=...
  6. Replies
    6
    Views
    2,765

    okay thanks. I got it. :D

    okay thanks. I got it. :D
  7. Replies
    6
    Views
    2,765

    Binary File-how do you find duplicates?

    Hi guys! I'm a newbie here. I've been working on my program and I want to know how do you find duplicates in the binary file? For example, The user entered xx-xxx account#. If the account# is...
Results 1 to 7 of 7