User Profile

Collapse

Profile Sidebar

Collapse
YangLi
YangLi
Last Activity: Aug 21 '18, 06:08 AM
Joined: Aug 20 '18
Location: China
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Just my suggestion:
    This request need 2 threads, one thread get dynamic real-time data, another thread plot points on screen, and they have a shared critical section which is the data buffer. It means, one thread put data in the buffer, another thread fetch data from the buffer.
    See more | Go to post

    Leave a comment:


  • YangLi
    replied to How to store numbers greater than 64bit in c++
    in C
    Maybe you need some libraries like GSL, Boost or Eigen to represent huge numbers and their calculations. These libraries are widely used for many years and they are safe and efficient, so nothing to worry about the huge numbers technology, and you can pay more attentions on business request.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...