Search:

Type: Posts; User: Aeria Gloris

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,232

    Question about code

    hello,everyone,i just saw a program in c that computes all carmichael numbers to a MAXNUMB defined constant.The whole program up on computing the carmichael numbers is based on Korselt's...
  2. Replies
    9
    Views
    4,446

    Yeah stupid me i haven't noticed it till now..I...

    Yeah stupid me i haven't noticed it till now..I was saving it ,before compiling the code, as .cpp so that was the issue.I saved it as .c worked with the way Kinshara told(put an int before main())...
  3. Replies
    9
    Views
    4,446

    After a short nap I am here again..well, I...

    After a short nap I am here again..well,



    I tried to put an int before writing main()
    like that:

    int main(){
    code
    }
  4. Replies
    9
    Views
    4,446

    Using rand() and srand() functions

    Well ehm hey,i am new to the forums here and generally in c language..

    I started studying from kernighan and ritchie book and at last after i tried some mini programs testing them on dev c++(i...
Results 1 to 4 of 4