| |
| | Infix to Prefix - Dev Shed |
 | | Infix to Prefix C programming forum discussing all C derivatives, including C#, C++, Object-C, and even plain old vanilla C. These languages are low level languages, and used on projects such as device drivers, compilers, and even whole computer operating systems. |
 | | Then you read the infix string one token at a time; each token is either an identifier or an operator: |
 | | If the token is an identifier (eg, a variable or a constant), then you append it onto the end of the output string. |
| forums.devshed.com /c-programming-42/infix-to-prefix-64667.html (580 words) |
|