Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Dose This True ????????????

Dose This True ????????????

Scheduled Pinned Locked Moved C / C++ / MFC
question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shereem khaleel
    wrote on last edited by
    #1

    So Dose It True ????????????? i write this code to find this formula when the number is too big result = pow( base , power ) % mod long MODLD( long base , long power , long mod ) { long result = base ; long i = power ; if( i % 2 != 0 ) { i-- ; } for( ; i > 1 ; ) { result = ( result * result ) % mod ; // cout<

    A M 2 Replies Last reply
    0
    • S shereem khaleel

      So Dose It True ????????????? i write this code to find this formula when the number is too big result = pow( base , power ) % mod long MODLD( long base , long power , long mod ) { long result = base ; long i = power ; if( i % 2 != 0 ) { i-- ; } for( ; i > 1 ; ) { result = ( result * result ) % mod ; // cout<

      A Offline
      A Offline
      Aqueel
      wrote on last edited by
      #2

      What is the problem? We Believe in Excellence www.aqueelmirza.cjb.net

      1 Reply Last reply
      0
      • S shereem khaleel

        So Dose It True ????????????? i write this code to find this formula when the number is too big result = pow( base , power ) % mod long MODLD( long base , long power , long mod ) { long result = base ; long i = power ; if( i % 2 != 0 ) { i-- ; } for( ; i > 1 ; ) { result = ( result * result ) % mod ; // cout<

        M Offline
        M Offline
        Maxwell Chen
        wrote on last edited by
        #3

        Stephen has proved something to your question yesterday ...


        Maxwell Chen

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups