Search:

Type: Posts; User: Kletian

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    11,933

    'NULL' : undeclared identifier

    When working with pointers when I use separate files (and sometimes when I use 1 file) I get:

    error C2065: 'NULL' : undeclared identifier

    I did some searching but none of these worked:

    ...
  2. Replies
    7
    Views
    1,803

    If your main goal here is reducing fractions,...

    If your main goal here is reducing fractions, then you really don't anything more than the standard algorithm gcd(N,M) = gcd(M, N mod M). The binary version is a slight improvement over the original...
Results 1 to 2 of 2