Hi, Im new to C# and have been assigned a project that involves creating part of an Mpeg2 Packet in C#.
The problem I have is when it comes to bit manipulation and or byte manipulation in order to create the packets. I tried using bitarrays in order to create the packets and am running into problems, especially when I have to convert integer values and put them into specific locations of a given bit array. Also the bit array follows in little...