Search:

Type: Posts; User: darkconvoy

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. New problems....

    I got two problems after I fixed the previous problem (thanks).
    1) When I go to auto mode from manual mode, the string does not keep what i have done in manual into the string in the auto mode.
    ...
  2. Where my program crashes..

    The program crashes as soon as it begins to run...
  3. Attachments cont..[Last]

    Attachments part5
  4. Attachments cont...

    Attachments part4
  5. The attachments cont

    Attachments part3
    ** all image files are to be put into folder called 'img'
  6. The attachments..

    Here are the attachments part 2
  7. Why does my program crash upon running?

    My code crashes upon running.. It is build via PRJ and run through commandn prompt. Any ideas what is the problem?
  8. Replies
    11
    Views
    2,630

    New problem...

    Ok, I manage to get the code working now, but now I have a new problem. I want to create an automatic mode so that the rubik cube can solve itself and shows the sequence of the operations used. Any...
  9. Replies
    11
    Views
    2,630

    About my code...

    the code just creates a simple 2 x 4 rubic cube in 2D
  10. Replies
    11
    Views
    2,630

    The purpose of my code..

    The code creates one 2 rows and 4 columns rubik cube which can be solved by using one of the five different function (refer to the functions between rubikdesign() and complete()).
  11. Replies
    11
    Views
    2,630

    Help me anyone..??

    Can anyone help me with my code?
  12. Replies
    11
    Views
    2,630

    New problem

    This set of code has some problems passing back and forth the 2D pointer through the functions [The program says incompatible pointer type]:



    #include <stdio.h>
    #include <stdlib.h>
    #include...
  13. Replies
    11
    Views
    2,630

    So to solve the problem....

    Can anybody give me some pointers on how to pass back and forth between 2-d pointers?
  14. Replies
    11
    Views
    2,630

    Need some help...

    My code manage to build without errors, but it crashes when I try to run it. Anybody can give me some help?



    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>
    #include <string.h>...
  15. Replies
    32
    Views
    15,630

    Help me..(cont)

    My values of sumxy, sumx2, sumnx2, sumnxy, sumy2, sumny2 and sumnxy2 does not return the supposed value... Can anyone check my code?



    /*
    *This program will read a set of data from a file,...
  16. Replies
    32
    Views
    15,630

    Help Me..

    When I compile my code using the koolplot project, it does not show any error.. Any reason for that?
  17. Replies
    32
    Views
    15,630

    Help me

    Can anyone fix my code?
    My code stops working just before it starts calculating the variable a...
    Here is my code:


    /*assign3_4201302.c
    * Student Name : Syed Rizal Alfam
    * Student ID :...
  18. Replies
    32
    Views
    15,630

    About my problem..

    Can anyone give me a working code that can determine the number of elements in pairs in a file?

    an e.g of the file :
  19. Replies
    32
    Views
    15,630

    Problems with my code...

    I don't understand what do you mean by using fgets.... I just want the program to determine how many rows of data are available in a file then use that number to calculate the mean of the data....
    ...
  20. Replies
    32
    Views
    15,630

    About my latest post.....

    The problem is when I define FILENAME to a certain file name(e.g diag000.txt) the code can print the data in the file nicely, but what I want is to let the user be able to enter the file name of the...
  21. Replies
    32
    Views
    15,630

    Help...

    Any reason why the data in my file cannot be displayed using this code? And is there a way to count how elements are there in a file?



    #include <stdio.h>
    #include <stdlib.h>
    #include...
  22. Replies
    32
    Views
    15,630

    Another problem....

    Is there any reason why this code won't open and print the data in the file?



    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>


    int main()
  23. Replies
    32
    Views
    15,630

    Here is my code: #include ...

    Here is my code:



    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>

    int readData(double dataX[], double dataY[]);
    int main(void)
  24. Replies
    32
    Views
    15,630

    New problem...

    Can anyone give an example on how to make a code for this:



    where the three data files have 5 point each for x-axis and y-axis.
    Please help
  25. Replies
    32
    Views
    15,630

    About my code....

    I want the program to list down the data entered as it is entered by the user.... Any suggestions?
Results 1 to 25 of 30
Page 1 of 2 1 2