Recent content by Dendi

  1. D

    I.E Irodov's Problems in General Physics

    It is nothing special in my country in Indonesia. We used Irodov's 11th grade book for our homeworks. I'm serious and I'm not kidding. Especcialy for the physics olympiad students, we do exercises from The Problems and Solutions in Mechanics, Major American University Problem Test -> the...
  2. D

    C/C++ Guide to C++ Programming For Beginners

    Why don't u separate the code for searching the factorial of n (n!) in another function...it will be much easier to debug...
  3. D

    Decompilers that converts a program back to it's original source?

    "IDA Pro" is worth a try...u can search for IDA Pro script to "translate" assembly code to native C code...
  4. D

    C/C++ Finding the Right C++ Compiler Program

    Visual C++ is better for Windows programming...but if u want to create programs for cross platforms, GCC is the best...
Back
Top