I'm making a program that is supposed to change certain input and leave most unchanged, and then spit out an output. I decided I should store the output in a single char[] before writing it out, so I could build on the program later, however doing this I ran into an issue. Anyway, the main.c is attached as a txt.
Changing all the stuff seems to work fine, it's just that adding the normal characters isn't working. I get warnings, and...
Search Result
Collapse
2 results in 0.0013 seconds.
Keywords
Members
Tags
-
Can I concatenate a char[] and int?
-
strcat causes bus error
Hey,
I have this struct
and this is the code thats giving me a bus error
Its a tree of binary letters, I load them in one character at a time. If the word is "STEVE" You create a node S which subExpressionTi llNow has value of "S". Then you create a node T which has a subexpressionti llnow of "ST".
Not working right, no clue whats wrong. Any...