User Profile

Collapse

Profile Sidebar

Collapse
Gregosky
Gregosky
Last Activity: Mar 9 '12, 11:07 AM
Joined: Mar 31 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Gregosky
    replied to convert double* to float*
    in C
    I meant that I will copy double array to float array element by element accepting loss of precision :-) That solution works fine.
    Thx anyway.
    This topic can be closed now.
    See more | Go to post

    Leave a comment:


  • Gregosky
    replied to convert double* to float*
    in C
    Ok. It is not possible, I will copy double array to float array and do conversion here.

    Thanks anyway,
    Greg
    See more | Go to post

    Leave a comment:


  • Gregosky
    started a topic convert double* to float*
    in C

    convert double* to float*

    Hi guys,

    I have written a library that manipulates data stored in double arrays. It took months to fine tune it and here it is, working fine. Everything was great until I started integrating my project with another open source project that uses float arrays. I need to pass my double arrays to the function that requires float arrays.. I am out of ideas how to do that.. I would like to avoid re-writing my project to use float instead...
    See more | Go to post
No activity results to display
Show More
Working...