Search:

Type: Posts; User: er.rohan88

Search: Search took 0.00 seconds.

  1. Replies
    25
    Views
    3,040

    Three dimensional arraY addresses

    I am working on three dimensional problem and facing certain issue .I am trying to make you understand the issu by certain example.


    int arr[3][2][2]={1,2
    ,3,4,

    ...
  2. Replies
    0
    Views
    2,764

    Connect script failed

    I had made an application which i used the ppp to send data on the portal via gprs .


    After using this application continusly this starts evolving the the connect script failed error and i dont...
  3. Replies
    8
    Views
    1,446

    I am facing the situation where i recieve the...

    I am facing the situation where i recieve the unwanted variable before and after the desired varaible is like that.

    "[][] rohan sharma []";

    i want to eliminate this variable.
  4. Replies
    8
    Views
    1,446

    unwanted value in file reading

    if i read a file whenever i read it line by line while reading i try to check it with some string by the strcmp command .This is like thats
    the string to be read from file is "rohan sharma".

    ...
  5. Replies
    5
    Views
    3,142

    is it possible to do this without xml handler ???...

    is it possible to do this without xml handler ???
    I want to do that to open an xml file with fopen function and parse it to store the data values in the char buffer for futher use....

    but I don't...
  6. Replies
    5
    Views
    3,142

    xml parsing in c

    I am working on the application which will push data from the xml document on the sqlite database this all i am doing in c language

    so i need to know that is there any code to store data values...
  7. Dear Sir, the actual application is like that...

    Dear Sir,

    the actual application is like that i need to fetch the data from database and send it to portal via this system(/etc/ppp/dailout &) .

    if i call database opening command and fetch...
  8. the command sqlite3_open() is sensitive to...

    the command sqlite3_open() is sensitive to fork().
    if i use fork then after sqlite3_open() it will not work it just comes out of the application and the control comes to
    bash.//

    if I use execl...
  9. sir, I had treid these command they are not...

    sir,
    I had treid these command they are not working ....
    if there is mistake in calling procedure ....then please advice
    do i need to usesignals ,threads kind of anything
  10. using a "report post" is not an intentional...

    using a "report post" is not an intentional measure.

    thanks for reply.....i will try this function.
  11. I can give you the log file after running...

    I can give you the log file


    after running it happens like that

    log file starts:

    database opened

    ppp starting
  12. the sample code is: main() {...

    the sample code is:


    main()
    {
    ret=open_sqlite("/mnt/jffs2/atm.db");// the name of the database

    ppp_open();//function to open ppp port to send the data.
  13. sqlite_open & system function imcompatibility

    I am having two commands they are:


    1.sqlite_open() //to open the database.
    2.system() //to call any system functions.

    I want to use these functions in one single application but they don't...
Results 1 to 13 of 15