Hi, Im new to DaniWeb and C++ and was hoping some of you more experienced tech fellas could help me out with a problem.
I want to open a file, then read it by 5 characters at a time by putting it into a
char[5]
type of array, then analyze those 5 characters (like go to a function if one of the characters was a '<'). When thoes 5 characters have been read with a
for
or
while
loop. If someone could come up with a sample script or snippet, that would be great.
Any help would be greatly appriciated! Thanks!