Search:

Type: Posts; User: KuuKuu

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,744

    Alright, that clearly made some difference. I...

    Alright, that clearly made some difference. I added a "return t" statement at the end of the else bracket, and it no longer prints out garbage. It does, however, print out "Token: Basic: " on new...
  2. Replies
    5
    Views
    1,744

    #include "tokenizer.h" #include ...

    #include "tokenizer.h"
    #include <stdio.h>
    #include <string.h>
    #include <stdlib.h>

    char *token;
    int startOfToken = 0;

    void startToken(char *line)
    {
  3. Replies
    5
    Views
    1,744

    String Tokenizer Help

    It's due for a bit, but a little while ago I was assigned a String Tokenizer assignment. Here is what the assignment asks of me:



    I understand what the assignment is asking me to do. And what...
Results 1 to 3 of 3