libraries - Parsing ASCII in raw memory in C -


my goal parse potentially garbled ascii data containing text , numbers. far i've been doing fine getting pointer numbers within text strcmp , hard-coded pointer arithmetic , converting them strtol, feel there must better way.

is there function effect of scanf takes pointer memory instead of input stream?

you'll wanting sscanf. note expect null-terminated string.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -