Search:

Type: Posts; User: Omer

Search: Search took 0.01 seconds.

  1. Thread: continuouse loop

    by Omer
    Replies
    3
    Views
    1,130

    continuouse loop

    i am converting 24bit rgb bmp image into 8bit greyscale. i am reading the r,g and b values of each pixel and then taking its average. then i am storing it in the greys matrix. but i dnt know why the...
  2. Thread: 2d arrays

    by Omer
    Replies
    1
    Views
    862

    2d arrays

    i want to make a matrix of around 1000 by 1000 but i cannot do it by the conventional 2d array method. i get an error of "stack overflow". kindly tell me how to make the matrix.
    thanx
  3. Thread: help me

    by Omer
    Replies
    4
    Views
    987

    oh my god. i am so dummy........ using a same...

    oh my god. i am so dummy........ using a same name for two arrays.
    anyway thanks
  4. Replies
    153
    Views
    680,740

    Sticky: dietel and dietel "c++ how to program"...

    dietel and dietel "c++ how to program" is a good one
  5. Thread: help me

    by Omer
    Replies
    4
    Views
    987

    help me

    i am doing some stuff on image processing on c++. unfortunately i am getting a problem with 2d arrays. i have consulted internet and found how to use 2d arrays properly but still getting the error. i...
  6. Thread: kindly help

    by Omer
    Replies
    8
    Views
    1,364

    i know it is an array as i have declared it as an...

    i know it is an array as i have declared it as an array. but if i write h[row][col]=2 in the for loop. it should go like this
    h[0][0]=2
    h[0][1]=2
    h[0][2]=2
    isnt it
  7. Thread: kindly help

    by Omer
    Replies
    8
    Views
    1,364

    why cant i be able to do h[row][col]=2;

    why cant i be able to do h[row][col]=2;
  8. Thread: kindly help

    by Omer
    Replies
    8
    Views
    1,364

    c++ and c are almost the same. kindly tell me...

    c++ and c are almost the same. kindly tell me waht is the prob in 2d array if u can
  9. Thread: kindly help

    by Omer
    Replies
    8
    Views
    1,364

    kindly help

    i am doing an image processing code in c++ 2010. but i am getting an error in the 2d arrays. kindly help me. i am pasting my code here. and high lighting the place where the error is. thanx in...
Results 1 to 9 of 9