dipen30

dipen30

Member

Member since
Jul 17, 2009
Last active
Jul 16, 2012
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    8e96d6be-5233-42f9-9086-03459a4e34f2

    hi, You can use jFree to create chart. <a href="https://www.jfree.org/jfreechart/" target="_blank" rel="nofollow noopener noreferrer">JFreeChart</a> Here is...

  2. #Threads

    3d708026-27be-4fb5-afd0-01fccdf226ec

    Thanks buddy

  3. #Threads

    Need help for SQLite

    I am using SQLite for my application. when I used truncate command in SQLite it gives me error like " syntax Error...

  4. #Threads

    005406da-d0fe-44e6-bbec-3c88c02f468d

    That's because you trying to open different port on client side and server side. You have to open same port on client...

  5. #Threads

    cb07090f-60e8-4df4-95e4-5ac609c86beb

    use downloader for X it's nice one and you can find it in software center.

  6. #Threads

    336a5730-3ef9-4ff5-81d0-9bca312cce0a

    I don't know this ans. if anyone know then please give the ans.

  7. #Threads

    c72c95c3-578c-4769-9b91-d23ca70fb3bf

    in MD5 there are basically 5 steps to get message digest. 1.padding. 2.Append length. 3.divide the input into 512-blocks. 4.Initialize chaining variables....

  8. #Threads

    771e638f-c0c5-4ffe-b2d7-b6a2d384c9eb

    there is a header file in c "dos.h" include that file.

  9. #Threads

    b9d777e2-59f0-4cd3-9e4b-1a9e49488fd5

    ok. I will install vs 2008 sp1. thanx for help sookie

  10. #Threads

    f3a4c4ec-f615-4d75-83fc-2debffdc43f9

    I did these steps : data->add new data source->database then next NewConnectionString->Microsoft Access Database File (OLE DB) connectionstring is : Provide...

  11. #Threads

    Need help regarding to VB

    I am using visual studio 2008 and I am creating a simple practice project which is store data and retrieve data from...

  12. #Threads

    d0ff9c89-dc6a-4960-8cee-93e38731d5f3

    I am using Turbo c. I think in your compiler we cannot call main within main. but this code is run correctly...

  13. #Threads

    27365e80-848d-4f41-ae34-a2e565744b9d

    which error it gives can you tell me? because it runs in my pc.

  14. #Threads

    9afb04b9-fbdc-4981-8b7e-9a20e0da2556

    void main() { static int i = 1; printf("%d ",i++); if(i!=101) main(); }

  15. #Threads

    3fcddba1-c2ed-4eb0-a198-673a8867092b

    thanx gaurav & E-S

  16. #Threads

    54cb7a85-3ca7-4fd2-9125-563c56ac58d8

    I am using 16-bit compiler. so it gives output 2?

  17. #Threads

    812834d4-71f8-4954-a3c7-d718c0d8b435

    first condition is false but what about ||(OR). if check all the condition whether the fist condition is true or false. and...

  18. #Threads

    38357cfe-3dbd-4cca-8d89-eb5af298155d

    thanx for this info faizaan.

  19. #Threads

    600a4deb-f6ae-4ce7-bd3a-5759f93b0089

    compile this code and run it. It gives the output 2. can anyone explain how the output is 2? char contain 1...

  20. #Threads

    fcce9d84-b609-4567-865c-5a5db3d956d4

    sarveshgupta , here in if condition first it check ++k<5 at that time value of k is 6 & condition become false...

  21. #Threads

    1f5c6192-25aa-4835-9c33-a8d582c125db

    Program will check if condition but it see semicolon after condition it exit from if condition. and when it comes to statement...

  22. #Threads

    e1fb6bde-9269-4fd7-bce0-e639f747479b

    In pre-increment value incremented by 1 before variable using it. and Here we are not return or print any value after condition...

  23. #Threads

    2f6d68e2-3e5b-45cd-b52e-9b41e2add955

    Ans is 7. first (++k<5) here k is pre-increment so that value of k is 6. then (k++/5) here k is post-increment...

  24. #Threads

    03ed6c19-4160-46d7-95fd-e9981bc7f5d4

    Re: what exactly is paging in o.s reffer to A page is "physical unit" invisible to user's program and is of fixed...