Search:

Type: Posts; User: yuxuantim

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    9,848

    And I like your idea of using structs for it....

    And I like your idea of using structs for it. I'll do that. I'm planning to do a whole series of functions all on graphics. (text based) just so that I can understand everything. I think strings are...
  2. Replies
    8
    Views
    9,848

    What I needed to do was just take a break. I...

    What I needed to do was just take a break. I stopped and thought and then it hit me. I declare a 2d array and then I try to append to it. I need to at least give the first dimension. I was thinking I...
  3. Replies
    8
    Views
    9,848

    I guess another option is to pint each char as I...

    I guess another option is to pint each char as I get it.
  4. Replies
    8
    Views
    9,848

    I do understand arrays. But I do not understand...

    I do understand arrays. But I do not understand pointers very well. As for the 20 it was a random guess. But My color sequences will be limited to (per string) one for the left border, one for the...
  5. Replies
    8
    Views
    9,848

    Ok... I'm not familiar with memcpy ()...And what...

    Ok... I'm not familiar with memcpy ()...And what your saying I need to do is make [I]string? What do you mean? Sorry. And you are right that is what I am doing. The reason for the plus 20 is I am...
  6. Replies
    8
    Views
    9,848

    Problem with pointers and sprintf

    I realize this is a problem with how I am sending the arguments, but I can't quite figure out how to get rid of these warnings. I have simplified it and only showed one funcion of my code.


    /*...
Results 1 to 6 of 6