Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Managed C++/CLI
  4. upper bounds equivalent

upper bounds equivalent

Scheduled Pinned Locked Moved Managed C++/CLI
csharpc++help
1 Posts 1 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    ccodebase
    wrote on last edited by
    #1

    i have the Following Code from vb.net 2008 , can anyone assist me in getting this same functionality to c++ any help would be appreciated Public Sub New() Try If ORIHoles Is Nothing Then ReDim ORIHoles(49) Dim ff As Integer = FreeFile() Dim tempstr As String Dim atempstr() As String FileOpen(ff, "postable.csv", OpenMode.Input, OpenAccess.Read, OpenShare.Shared) Do While Not EOF(ff) tempstr = LineInput(ff) atempstr = tempstr.Split(",") If atempstr.GetUpperBound(0) = 2 Then ORIHoles(CInt(atempstr(0))).Angle = CDbl(atempstr(1)) ORIHoles(CInt(atempstr(0))).Hypot = CDbl(atempstr(2)) End If Loop FileClose(ff) End If Catch ex As Exception GeneralErrorHandler(ex.ToString) End Try End Sub

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups