Search:

Type: Posts; User: Cnewbi

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,836

    Thanks guys for the help. Adak I tried using...

    Thanks guys for the help.

    Adak I tried using your way
    [CODE]
    fp = fopen("localhost/Users/Desktop/CPrograms/names.txt","r+");
    [\CODE]
    but it also didn't work

    and Libpgeak i tried using...
  2. Replies
    7
    Views
    1,836

    Unable to read from a file

    Hi,

    I am trying to open a file using C.



    FILE *fp;

    fp = fopen("file://localhost/Users/Desktop/CPrograms/names.txt","r+");
  3. Replies
    4
    Views
    10,211

    How to connect a C program to Oracle Database?

    Hi guys,

    I have good experience in the Oracle Database but i have never tried connecting a C program to Oracle database or any other kind of database.

    Can anyone help how can I do that? Any...
  4. Replies
    7
    Views
    2,322

    Thanks a lot guys it worked :wink: actually Jim...

    Thanks a lot guys it worked :wink: actually Jim you was right I fixed the size and all worked
  5. Replies
    7
    Views
    2,322

    I tried your way and tried to use the following ...

    I tried your way and tried to use the following

    void Arrange(int *array[20],int i, int j, int array1[20], int k);
    int main(void)
    {
    int M[10][10]={
    {1,0,0,01,0,01,01,0,0,0},
    ...
  6. Replies
    7
    Views
    2,322

    Thanks a lot M1 and M2 are defined as follows:...

    Thanks a lot
    M1 and M2 are defined as follows:

    int M[10][10]={
    {1,0,0,01,0,01,01,0,0,0},
    {2,01,0,0,0,0,0,0,0,01},
    {3,-1,011,0,0,-2,0,0,0}};
    int M1={6};
  7. Replies
    7
    Views
    2,322

    Warning: incompatible pointer type

    Hey guy , i am new in here and in programming I have a problem and i need help arguently please. I have a code that uses 2D arrays the array is initiallized in the main and then the main calls a...
Results 1 to 7 of 7