Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 30th, 2006, 10:33 AM
Registered User
 
Join Date: Nov 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Logical c# problem

Friends there is logical problem: I have an array of bytes having values 11,12,5,15,57,75,12,12,12,18,2,26 I want to write the two chunks in a separate file from these values. The chunk i.e. 11,12,5,15,57,75 and 18,2,26. We will divide data into two chunks by seeing that if there are continues value of 12 (i.e. if in three quantities of 12 then should be ignored and not be included in chunk, and new chunk without these value fill comprises of values after it and before will be formed) otherwise if one or two value of 12 then it should be included i.e. 11,12,5,15,57,75,12,12,12,18,2,26 -> 11,12,5,15,57,75 and 18,2,26
Thanks






Similar Threads
Thread Thread Starter Forum Replies Last Post
Logical operators ksskumar XSLT 3 November 11th, 2011 06:09 AM
Setting the Logical Page Width mitchm Crystal Reports 0 May 24th, 2007 06:03 PM
Question about Logical database design in ERwin method SQL Server 2000 3 November 24th, 2005 12:38 PM
IIF in a query for a logical jgsteel VB How-To 1 December 28th, 2004 04:45 PM
Logical XPath Expression rohit72 XML 0 June 23rd, 2004 11:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.