Search:

Type: Posts; User: Zul56

Search: Search took 0.01 seconds.

  1. Thread: Algorithm help?

    by Zul56
    Replies
    8
    Views
    1,892

    nevermind. solved. thanks!

    nevermind. solved. thanks!
  2. Replies
    6
    Views
    865

    you need to increase the value of m in the while...

    you need to increase the value of m in the while loop so that it reach n; to end the loop. Using m+=1 at the end of the while loop would help.
  3. Thread: Algorithm help?

    by Zul56
    Replies
    8
    Views
    1,892

    This is what I have, and it doesn;t work, I'm...

    This is what I have, and it doesn;t work, I'm struggling to get what I want. Some help please?



    int a,b,c,d;
    int a_max=4;
    int y[50][50];
    y[0][0]=0;
    ...
  4. Thread: Algorithm help?

    by Zul56
    Replies
    8
    Views
    1,892

    edited. Sorry for the error in copying..

    edited.

    Sorry for the error in copying..
  5. Thread: Algorithm help?

    by Zul56
    Replies
    8
    Views
    1,892

    Algorithm help?

    Hello,

    What line of codes would work to make the following derivation(with the exact order):

    int y[i][j];

    y[0][0]=0

    y[1][0]=0+4
  6. Replies
    1
    Views
    1,244

    Help with making an algorithm

    Hello I need help with making algorithm with the following:

    Let's say a 2d domain of space with xmax, xmin, ymin, ymax, with 'n~10,000' of points in the space.

    1. Go through lists of points...
  7. Replies
    51
    Views
    5,595

    My bad, I apologise for my initial bump anduril,...

    My bad, I apologise for my initial bump anduril, wont do it again.
  8. Replies
    51
    Views
    5,595

    First, thank you for your effort esbo; god bless...

    First, thank you for your effort esbo; god bless you.

    Actually, The code you removed is actually essential for the program to work; since it is the initial position.

    Here is my latest code...
  9. Replies
    51
    Views
    5,595

    I don't really get this. Can you illustrate this...

    I don't really get this. Can you illustrate this in terms of the code? And lets say for 10balls?
  10. Replies
    51
    Views
    5,595

    Yes. The main solution to make it work is to put...

    Yes. The main solution to make it work is to put the malloc line in the "i" loop. (Why?). And, I also need to improve my code as advised. Thank you, God bless everyone!; Roger and out!
  11. Replies
    51
    Views
    5,595

    Your comments and help is exponentially building...

    Your comments and help is exponentially building my skills up, Thanks!
  12. Replies
    51
    Views
    5,595

    Yeah. both .but a blank .txt is created,

    Yeah. both .but a blank .txt is created,
  13. Replies
    51
    Views
    5,595

    Any idea where did i go wrong?

    Any idea where did i go wrong?
  14. Replies
    51
    Views
    5,595

    Debugging help :(

    I just want to create a simple code of a moving ball colldiing to each other. I am able to print the results, however, my fprintf isn't working :(. I am quite new to this, so please help? Thank you...
  15. Replies
    3
    Views
    1,377

    What is "->" in C programming language?

    As per title, sorry for the newbie question, i can't find the explaination anywhere... :) thank you in advance!
  16. Replies
    3
    Views
    1,589

    oh dear, shame on me. Thanks alot guys

    oh dear, shame on me. Thanks alot guys
  17. Replies
    3
    Views
    1,589

    Loop stops working when loop >45 ??

    Hello awesome programmers,

    I have this C SOurce code I ahve been working on. It is funny that the loop works well when it ran 44 times below. But when loop is done for 45 times and above, it...
Results 1 to 17 of 17