Search:

Type: Posts; User: rohit99

Search: Search took 0.00 seconds.

  1. Thanks for the advice.. --Rohit

    Thanks for the advice..


    --Rohit
  2. RSA algorithm implementations and corresponding bin sizes

    Hi All,

    Does anybody know of any existing RSA algorithm implementation (in C++ or C) which produces minimum binary size?? I want to know how far experts have managed to go in reducing code size...
  3. RSA algorithm implementations and corresponding bin sizes

    Hi All,

    Does anybody know of any existing RSA algorithm implementation (in C++ or C) which produces minimum binary size?? I want to know how far experts have managed to go in reducing code size...
  4. Thanks guyz........... :)

    Thanks guyz........... :)
  5. Hi Elysia and cpjust, Thanks for your...

    Hi Elysia and cpjust,

    Thanks for your replies..

    well, I was not too keen to convert C++ code into C code.. but my teacher says compiled C code is less in size compared to C++ code.. i dont knw...
  6. Can someone provide TIPS in order to convert C++ code into C code?

    Hi All,

    I want to convert C++ code into C code; I have following questions in specific:

    1. Ok.. I will convert classes into structs, but do structs in C contain functions? If yes, are functions...
  7. Hi grumpy and Elysia, Thanks for your...

    Hi grumpy and Elysia,

    Thanks for your replies.. I thnk I am sounding quite funny.. I knw Integer will b implicitly converted into Integer&.. n I didn't care about this while writing code bt I...
  8. How to convert integral types into pointer types?

    Hi All,

    Can anyone please tell how to convert integral types like Integer into pointer types like Integer& ? (if we say Integer is a class).

    This question has originated from following thread:...
  9. Replies
    7
    Views
    4,313

    Hi 7stud, I have one question.. will const...

    Hi 7stud,

    I have one question.. will const Integer& null the effect of Integer& partly or totally? U said partly..? Can you please explain it a little more?

    Also, then how will integral types...
Results 1 to 9 of 9