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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. byte array type

byte array type

Scheduled Pinned Locked Moved C#
questiondata-structures
5 Posts 4 Posters 0 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.
  • O Offline
    O Offline
    Ollie
    wrote on last edited by
    #1

    how do i declare a dynamic byte array?

    J RaviBeeR 2 Replies Last reply
    0
    • O Ollie

      how do i declare a dynamic byte array?

      J Offline
      J Offline
      Joshua Nussbaum
      wrote on last edited by
      #2

      int size = 100; // dynamic size byte[] b = new byte[size]; for ( int i=0; i

      1 Reply Last reply
      0
      • O Ollie

        how do i declare a dynamic byte array?

        RaviBeeR Offline
        RaviBeeR Offline
        RaviBee
        wrote on last edited by
        #3

        If you're using MFC, use CByteArray. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com

        N 1 Reply Last reply
        0
        • RaviBeeR RaviBee

          If you're using MFC, use CByteArray. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com

          N Offline
          N Offline
          Nish Nishant
          wrote on last edited by
          #4

          Ravi Bhavnani wrote: If you're using MFC, use CByteArray. Don't think he'd be using MFC, now that he has asked this question in the C# forum. Nish


          Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.

          RaviBeeR 1 Reply Last reply
          0
          • N Nish Nishant

            Ravi Bhavnani wrote: If you're using MFC, use CByteArray. Don't think he'd be using MFC, now that he has asked this question in the C# forum. Nish


            Regards, Nish Native CPian. Born and brought up on CP. With the CP blood in him.

            RaviBeeR Offline
            RaviBeeR Offline
            RaviBee
            wrote on last edited by
            #5

            Argh! I did it again. :( /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com

            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