Search:

Type: Posts; User: mugen

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,169

    I think that worked thanks a lot :) I will make...

    I think that worked thanks a lot :) I will make some tests to make sure though =)
  2. Replies
    2
    Views
    1,169

    doubles printf in a recursive function?

    Hi, in a project I use a recursive function and inside the function after a certain process I printf something but while running, the program writes it two times... I couldn't figure out the...
  3. Replies
    7
    Views
    6,283

    Thanks quzah you got the problem correctly, 4x4...

    Thanks quzah you got the problem correctly, 4x4 and 5x5 is really painfull.. The instructor himself accepts that this possibilities are really hard to deal with but he also want us to struggle :)...
  4. Replies
    7
    Views
    6,283

    After some depth level, allocation failes :( I...

    After some depth level, allocation failes :( I need to reduce the memory consumption and I am using Int to store just 0's and 1's.. I tried short but i got some errors.. Any suggestion to minimize...
  5. Replies
    7
    Views
    6,283

    Any idea? :rolleyes:

    Any idea? :rolleyes:
  6. Replies
    7
    Views
    6,283

    Peg Solitaire-like game solving strategy

    Hi,

    I am assigned a project that will solve a game which is based on peg solitiare (Peg solitaire - Wikipedia, the free encyclopedia) but with some different rules. Instead of having a plus...
  7. Replies
    13
    Views
    5,633

    Thanks Tool your corrections also worked =) Also...

    Thanks Tool your corrections also worked =) Also thanks ForzaItalia2006 for explanations =) Generally I know the idea of pointers but just couldn't get the logic of three stars.

    In this piece of...
  8. Replies
    13
    Views
    5,633

    Ohh thanks a lot that worked :) Could you explain...

    Ohh thanks a lot that worked :) Could you explain a little bit the logic behind of this if you don't mind?
  9. Replies
    13
    Views
    5,633

    malloc in function

    Hi, I am trying to reach a memory block which is allocated in a function and I use call by reference. I already saw a similar usagae in a thread but it did'nt work for me. The code I try to solve the...
  10. Thread: malloc problem

    by mugen
    Replies
    23
    Views
    5,280

    Hi, I would like to ask a question about a usage...

    Hi, I would like to ask a question about a usage in your code.

    In your store_data function you get a pointer from main and allocate memory inside the function. I also tried this method in my...
Results 1 to 10 of 10