Search:

Type: Posts; User: julianluthor

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    989

    yup..and do i have to add something before/after...

    yup..and do i have to add something before/after the code?i'm just a beginner in this programming area..
  2. Replies
    4
    Views
    989

    continue...

    i'm using C++ Builder version 5.0
  3. Replies
    4
    Views
    989

    displaying data

    how can i display Cluster1[0][n]in .dat file?Below is my code..


    ...
    for(int j=0;j<DataHeight;j++)
    {
    for(int i=0;i<DataWidth;i++)
    {
    Data[i][j]=(unsigned...
  4. Replies
    1
    Views
    1,140

    array dimension

    how can i make 400x400 dimension array. below is my code and the result is in one dimension(16000x1). i'm using C++ Builder.



    void __fastcall TForm1::Button1Click(TObject *Sender)
    {
    int...
  5. Replies
    5
    Views
    1,304

    thanks for your help brian...

    thanks for your help brian...
  6. Replies
    5
    Views
    1,304

    but...if i want to make it as 400x400? since i...

    but...if i want to make it as 400x400? since i have a large set of data...
  7. Replies
    5
    Views
    1,304

    problem with array

    how can i organize one dimensional array of data into multidimensional array.
    for example:-
    1
    2
    1
    2
    1
    2
    .
    .
  8. Replies
    1
    Views
    837

    can somebody help me?

    hi everyone...i'm a new user here and i am working on a fingerprint verification using C++ Builder.
    i have problem in setting pixel value for my fingerprint image according to color. For example i...
Results 1 to 8 of 8