Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #6498
Ticket #6498
: test1.cpp
File test1.cpp,
198 bytes
(added by
tjgolubi@…
,
11 years ago
)
Test program.
Line
1
#include
<boost/ratio.hpp>
2
3
#include
<iostream>
4
#include
<iomanip>
5
6
int
main
()
{
7
typedef
boost
::
ratio
<
3
,
2
>
myRatio
;
8
std
::
cout
<<
myRatio
::
num
<<
'/'
<<
myRatio
::
den
<<
std
::
endl
;
9
return
0
;
10
}
Download in other formats:
Original Format