Chapter 4¶
- Exercise 4.1- strindex which returns rightmost occurance
- Exercise 4.2 - Extend atof to handle scientific notation
- Exercise 4.3 - RPN modulus operator and negative numbers
- Exercise 4.4 - RPN Calculator - print two top elements of the stack without popping
- Exercise 4.5 - RPN Calculator with mathematical functions
- Exercise 4.6 - RPN Calculator with variables
- Exercise 4.7 - Function ungets that will push back an entire string onto the input
- Exercise 4.8 - getch and ungetch handling pushback character
- Exercise 4.9 - getch and ungetch handling EOF Character
- Exercise 4.10 - Calculator using getline
- Exercise 4.11 - getline using static
- Exercise 4.12 - convert integer into string by calling recursive routine
- Exercise 4.13 - reverse the string s
- Exercise 4.14 - swap that interchanges two arguments of type t