Hi, any help would be appreciated.
I am opening a binary file using an input filestream, and need to read in the first octet of bits (one byte?) to perform operations on.
Is there any way to just read in 8 bits? I tried doing this by reading in a 'char', but then realised that a char does not...
Hi,
Sorry if this question seems really stupid. For this code I'm reading in a text file containing numbers and retrieving the minimum and maximum numbers. (Each number is on a separate line in random order). I can work out the maximum number but can't work out the minimum number correctly.
Any...
hi i want to loop through an array and need to get its length, ie. the number of elements stored inside. however, the compiler doesnt like num.length(); it says:
request for members 'length' in 'num', which is of non-aggregate type 'double[10]'.
i have no idea what this means. if anyone could...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.