Search:

Type: Posts; User: dvfansler

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    6,168

    Thanks for the suggestion of how to make this...

    Thanks for the suggestion of how to make this work - especially the EDIT - that makes more sense. I appreciate your time in helping me.
    Kind regards,
    David
  2. Replies
    6
    Views
    6,168

    Arial_a is an array that I use to display the...

    Arial_a is an array that I use to display the character a in an Arial 30 font. Contents are


    const int Arial30_a_Size[]={23,40}; //size of the character in pixels (23 wide, 40 high)
    const...
  3. Replies
    6
    Views
    6,168

    Using a string to point to a string??

    int *c;
    x2 and y2 are just int's
    Thanks for your response
    David
  4. Replies
    6
    Views
    6,168

    Using a string to point to a string??

    Working on a program in C, where I am trying to replace some code to make it more generic. The code is


    x2 = Arial30_a_Size[0];
    y2 = Arial30_a_Size[1];
    c = &Arial30_a;


    ...
Results 1 to 4 of 4