Search:

Type: Posts; User: Ibn Aljazeera

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,852

    code

    the code using Iteration is:


    /*assume the binary representation of the number will take M bits so we have an array called unsigned num[M]*/
    #include <iostream.h>
    #define M 10
    unsigned num[M];...
  2. thanx

    thank u a lot
  3. How to make .lib files & distribute the implementation with the header??

    I just wrote a full application & i want to distribute the implementation only with the header file. I know that it is done by making .lib file(implementation) & .h file..
    My question is:
    how to...
  4. Replies
    4
    Views
    2,507

    i found it finally !!!!!!!!!!!!!!!!!!!

    i found it finally !!!!!!!!!!!!!!!!!!!
  5. Replies
    4
    Views
    2,507

    i tried google & yahoo but the results were not a...

    i tried google & yahoo but the results were not a source code.
    i need a source code not the algorithm itself!!
  6. Replies
    4
    Views
    2,507

    Quine-McClusky Algorithm

    hi everybody..
    i m searching the web for the famous Quine-McClusky Algorithm but no results:(
    can anybody help me & provide me with this algorithm or some sources about it???
    thanx a lot in...
  7. Replies
    0
    Views
    1,474

    C++ e-book for free

    i found this book by chance..
    & i think that it is a good book
    it emphasis on OOP paradigm
    "Thinking in C++,2nd edition"
    vol 1:http://www.planetpdf.com/codecuts/pdfs/eckel/TIC2Vone.zip
    vol...
Results 1 to 7 of 7