Search:

Type: Posts; User: Veda88

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,166

    Hello, I changed the sprintf to printf, but it...

    Hello,
    I changed the sprintf to printf, but it didn't change a thing. It is still just printing nothing :(
  2. Replies
    7
    Views
    2,166

    The code shown in the first post is just a...

    The code shown in the first post is just a snippet. I have included the stdio.h, stdlib.h and some nds specific header files.
    Also the main function is present as expected:
    int main(void) {
  3. Replies
    7
    Views
    2,166

    Oh damn, 3 times, bad internet connection here....

    Oh damn, 3 times, bad internet connection here....
  4. Replies
    7
    Views
    2,166

    Struct array - char array

    Hello,

    I am trying to run the following code (on a NDS gameconsole) but it doesn't run for some reason. Can anyone tell me what i am doing wrong?


    struct node
    { char title[26];
    char...
Results 1 to 4 of 6