Another C++ Question July 24, 2009 07:09PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: Another C++ Question July 24, 2009 08:14PM | Registered: 16 years ago Posts: 499 |
Re: Another C++ Question July 24, 2009 09:54PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: Another C++ Question July 25, 2009 09:13AM | Registered: 16 years ago Posts: 1,012 |
Re: Another C++ Question July 25, 2009 03:22PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: Another C++ Question July 25, 2009 04:28PM | Registered: 16 years ago Posts: 1,012 |
Floats and doubles should be able to support negative numbers. The first bit indicates the sign.Quote
Arikado
AFAIK, It can't be set to anything that's 0 or less or it will freak out. (As will float)
Re: Another C++ Question July 26, 2009 11:08AM | Registered: 16 years ago Posts: 384 |
Re: Another C++ Question July 26, 2009 11:25AM | Registered: 16 years ago Posts: 1,012 |
Re: Another C++ Question July 26, 2009 04:01PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: Another C++ Question July 26, 2009 04:47PM | Registered: 16 years ago Posts: 1,012 |
Re: Another C++ Question July 26, 2009 05:21PM | Registered: 16 years ago Posts: 1,012 |
Re: Another C++ Question July 27, 2009 07:25PM | Admin Registered: 16 years ago Posts: 5,132 |
Can you elaborate a bit please? Like what types of software should I implement?Quote
daniel_c_wQuote
Arikado
Edit: Oh, and I'm cross developing a calculator application
For a calculator, you should definitly use a software implementation for fractions and big numbers.
You need precision
Re: Another C++ Question July 27, 2009 08:35PM | Registered: 15 years ago Posts: 303 |
Re: Another C++ Question July 27, 2009 09:23PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: Another C++ Question July 28, 2009 08:35PM | Registered: 16 years ago Posts: 1,012 |
Re: Another C++ Question July 29, 2009 06:46AM | Registered: 15 years ago Posts: 303 |
Re: Another C++ Question August 03, 2009 09:31PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: Another C++ Question August 03, 2009 10:21PM | Registered: 16 years ago Posts: 1,012 |
Re: Another C++ Question August 03, 2009 10:37PM | Admin Registered: 16 years ago Posts: 5,132 |
Re: Another C++ Question September 11, 2009 01:29AM | Admin Registered: 16 years ago Posts: 5,132 |