Search:

Type: Posts; User: qodsec

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,242

    check this out...

    check this out http://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1074727388&id=1073086407
  2. Replies
    3
    Views
    1,346

    Yes there is some instancess where you have to....

    Yes there is some instancess where you have to. check this out http://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1044841143&id=1043284376
  3. Thread: 3 Questions

    by qodsec
    Replies
    6
    Views
    1,181

    1) BUFSIZ is set to 256 in ...

    1) BUFSIZ is set to 256 in <stdio.h> http://www-ccs.ucsd.edu/c/stdio.html#BUFSIZ
    2) the character will be stored in arrayname[number] number is in your case 42
    3) *p="hello world"; is the same as...
  4. Thread: The number e

    by qodsec
    Replies
    8
    Views
    1,800

    Ok I found this code at...

    Ok I found this code at http://remus.rutgers.edu/~rhoads/Code/e.c but i could barely understand the last 3 lines could someone help me.



    int a[3302] , b=3301 , *c=a ,d , e , f ;

    main() {...
  5. Thread: The number e

    by qodsec
    Replies
    8
    Views
    1,800

    thanks Prelude I will do a search on this website...

    thanks Prelude I will do a search on this website to track down the post.
  6. Thread: The number e

    by qodsec
    Replies
    8
    Views
    1,800

    Prelude how do you do it manually??

    Prelude how do you do it manually??
  7. Thread: The number e

    by qodsec
    Replies
    8
    Views
    1,800

    The number e

    How could i print the number E to the 50th digit, currently it is only printing to the 7th digit. here is my code




    #include <stdio.h>
    #define MAX 30

    int factorial ( int i ) ;
    int main (...
  8. Thread: Homework sites

    by qodsec
    Replies
    5
    Views
    1,125

    Ok this is the dummest question I have ever heard...

    Ok this is the dummest question I have ever heard (the one on top).

    but I think he meant does any one know where do you go to have homework problems, and possible solutions
  9. Replies
    4
    Views
    1,055

    start learning by reading a book. HINT: You have...

    start learning by reading a book. HINT: You have to use time.
  10. Replies
    0
    Views
    880

    Yet another book questions

    I have finished reading many books on C and thus far the best one that I liked was the C puzzle book. Does any one know any site, book, or tutorial that has the same style as the book ??

    thanks.
  11. Replies
    3
    Views
    916

    you already do have it declared . In fact you...

    you already do have it declared . In fact you have a 2 by 2 array of name[10] initialized.

    look at post bellow to see how it is inctialized.
  12. Replies
    8
    Views
    3,450

    why not just use a wiki ??

    why not just use a wiki ??
Results 1 to 12 of 12