Project 2 - Fixed-Point Number Class
|
#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 () |
int main | ( | ) |
Listing 45-1. Testing the fixed Class
Definition at line 12 of file test.cpp.
References fixed::value().