Search:

Type: Posts; User: sunoflight77

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,833

    draw function HELP!!!

    I am writing this program to draw a sphere, I am having problems with the draw function which is giving me an error(bold). Can anyone help me to write the draw function for this program.

    also, I...
  2. Replies
    2
    Views
    1,175

    Segmenation Fault

    Hi, I'm trying to run a program that contains the following code. When running it, the program crashes; however, when debugging it, I get segmentation Fault error. Can someone please help. thanks.
    ...
  3. Replies
    0
    Views
    2,657

    reading pictures and array

    I am writing a program that has to process 20 pictures and compute a histogram for each. I have the program for reading one picture and computing the histogram for one. Now how can I have the...
  4. Replies
    1
    Views
    1,273

    allocate memory function

    Hello,
    I am having an error with this program on this line #include<alloc.h> is this a function that is on microsoft visual c++ because it is giving me an error.



    #include <stdio.h>...
  5. Replies
    2
    Views
    1,242

    allocate function

    Is there an allocate function define in the c++ library. I am using microsoft visual c++ to compile the following code but on the following line #include<alloc.h> it is giving me an error that the...
  6. Replies
    1
    Views
    1,181

    Array error

    I got the following code from the internet and I was checking how it works to do it myself. However, I have errors on 3 arrays that are define in the program. Here are the errors:

    It has 9 errors...
  7. Replies
    2
    Views
    1,702

    variable initialization error...

    :confused: :(
    I am working on two different programs that use pgm pictures and make changes to each picture using histogram equilization and connected componet labeling. Now I am having 3 errors...
  8. Replies
    1
    Views
    891

    fstream error

    :confused: Hello,
    I am writing a program using the visual c++ beta. I finished the program but I am having only one error which i can't fix.

    The error is in the #include <fstream> file. I try...
  9. Replies
    0
    Views
    1,267

    component labeling

    :confused:
    I am trying to write the code for component labeling which will label an array with randoms 1's and it will use a look up table and the 8-neigh. to label each one here some code but I am...
  10. Replies
    1
    Views
    2,577

    histogram equilization alg.

    :confused: HELP!!
    Hello, I am writing a code for histogram equilization which will take a gray scale pgm image, read it equilize the picture then write it out. Now I am having a lot of errors...
Results 1 to 10 of 10