#include <iostream>#include <istream>#include <ostream>#include <sstream>#include <stdexcept>#include "test.hpp"#include "fixed.hpp"Go to the source code of this file.
Functions | |
| int | main () |
Definition in file test.cpp.
| int main | ( | ) |
Listing 45-1. Testing the fixed Class
Definition at line 12 of file test.cpp.
References fixed::value().
1.5.3