Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aluaya
  • Content: Threads
  • Order by date
  1. aluaya

    Large Numbers arithmetic in C

    Hi all, On paper i have to do some arithmetic on large numbers, 1024 bits or more, including multiplication, division, power ...etc, of course in C the largest variable i have is 32 bits, does this mean that i have store my numbers in arrays and implement my own operators? (i.e. do the...
  2. aluaya

    Using Common Controls (Progress bar) in C

    Hi all, I am programming a windows application in C (not C++), and so far with basic controls things are going fine, But now i need to use a Progress Bar in my application. and things dont seem to work good. i need your help since all examples i saw uses C++. Thanks, And hear from you soon

Part and Inventory Search

Back
Top