Strange issue using input streamsThanks to both of you for your help, I've settled on another method that is working for me.
Strange issue using input streamsabhishekm71, This is the struct I'm using. [code]struct varData { string varName; int numParents;...
Strange issue using input streamsI'm reading in a .txt file, the first couple of lines are: [code]5 Burglar Earthquake Alarm John...
Issue using log2(x)Thanks for that, I'm now using [code]Doffset=round(log2(Db));[/code] which has solved the problem.
Issue using log2(x)I'm having a strange issue using the log2 function this section of code [code]Doffset= log2(Db); ...
This user does not accept Private Messages