Intro To C++ Programming
  1. Structure of a program
  2. Hello World!
  3. Identifiers, fundamental data types, declares
  4. A sample program about declare variables
  5. Scope of variables
  6. Initialization of variables: int a = 5; or int a (5);
  7. Strings
  8. Constants
  9. Operators
  10. Precedence of operators
  11. Basic Input/Output
  12. Control Structures: while loop, do loop, and for loop
  13. A special case for "for loop"
  14. The break statement
  15. The continue statement
  16. The goto statement
  17. The exit function
  18. Switch statement
  19. Functions (I)
  20. Addiction function
  21. Substraction function
  22. Functions with no type. The use of void
  23. Functions (II)
  24. Arguments passed by values and by reference
  25. Ambiguous MOVes: PTR and OFFSET
  26. INC and DEC Arithmetic Instructions
  27. ADD Arithmetic Instruction
  28. ADD vs. INC
  29. SUB Arithmetic Instruction
  30. SUB vs. DEC
  31. CMP instruction
  32. Unconditional Jumps
  33. Conditional Jumps
  34. Conditional Jumps, Cont
  35. Conditional Jumps, Cont
  36. LOOP Instruction
  37. Logical Instructions
  38. Logical Instructions, Cont.
  39. Shift Instructions
  40. SHL and SHR Shift Instructions
  41. Shift Instructions Examples
  42. Rotate Instructions
  43. ROL and ROR, Rotate Without Carry
  44. RCL and RCR, Rotate With Carry
  45. EQU directive
  46. EQU Directive Syntax
Site hosted by Angelfire.com: Build your free website today!