CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ccodebase

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    3,170

    Re: upperbounds issue with c++ from a csv file

    this is a vision cart reader as the carts are read it has a certain pattern in the grid
    so what the initial goal was to provide an equivalent Class or function to the vb.net snippet earlier in the...
  2. Replies
    6
    Views
    3,170

    Re: upperbounds issue with c++ from a csv file

    0 1 2 3 4 5 6
    * * * * * o *
    o * * * * * *
    * o * * * * *
    * * * * * * 0
    * * * * o * *
    * * * o * * *
    * * o * * * *

    5 x 1 =
  3. Replies
    6
    Views
    3,170

    Re: upperbounds issue with c++ from a csv file

    so the CSV looks like this 48 Values ,,,

    01,-0.84415,0.35416
    02,-0.64350,0.29412
    03,-0.35877,0.25129
    04,0.00000,0.23529
    05,0.35877,0.25129
    06,0.64350,0.29412
    07,0.84415,0.35416...
  4. Replies
    6
    Views
    3,170

    upperbounds issue with c++ from a csv file

    i have the Following vb.net 2008 routine i am trying to get c++ to have the same functionality having alot of issues with c++ conversion, any help with this would be great...



    Public Sub New()...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured