Search:

Type: Posts; User: C_programmer.C

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    21
    Views
    3,969

    Thanks a lot for your help. I have copied the...

    Thanks a lot for your help. I have copied the code provided by you (@Nominal Animal). I have to discuss it with my project adviser. Will come back once we get to some decision.
  2. Replies
    21
    Views
    3,969

    Thanks a lot. But too complex for a beginner like...

    Thanks a lot. But too complex for a beginner like me. I don't need to go too deep in networking because it will hide the actual target of the project. Neither I think that this type of complex code...
  3. Replies
    21
    Views
    3,969

    For each client there would be a unique command...

    For each client there would be a unique command or set of command at a given instance.

    I am not too strong at networking, and hence unable to clearly understand what you mean. What I get from this...
  4. Replies
    21
    Views
    3,969

    I think I should Explain the whole scenario here...

    I think I should Explain the whole scenario here and I may get some useful recommendations.

    My application consist of mainly two roles. A commander and a number of clients. Here will be a main...
  5. Replies
    21
    Views
    3,969

    I am really very sorry, I really for got to...

    I am really very sorry, I really for got to discuss the most important issue that is most critical too, the concurrency control. For all four major operations (INSERT, UPDATE, SELECT, DELETE) there...
  6. Replies
    21
    Views
    3,969

    Yes, small size won't be a problem. Instead it...

    Yes, small size won't be a problem. Instead it would be good as I don't want to increase the size of my whole system. My data will actually consist of a single table consisting of 2 integer fields, 2...
  7. Replies
    21
    Views
    3,969

    Fastest DataBase

    I am in search of a very fast (and obviously free:D) database. Actually it is my application's requirement that I have to access, read, write, delete and move through the a single table almost more...
  8. Replies
    10
    Views
    2,512

    Thanks a lot. Cboard is a platform where I have...

    Thanks a lot. Cboard is a platform where I have learnt much more than any where else.
    After I am success full in performing this, I might be back to tease you peoples again.
    Thanks again....
  9. Replies
    10
    Views
    2,512

    I see! In such case do you suggest tunneling?...

    I see!
    In such case do you suggest tunneling?
    Actually I am doing my Final Year Project at my academy, and the requirement of the project is to stick with these consumer routers. I can not...
  10. Replies
    10
    Views
    2,512

    Quite clear now! and thanks a lot... My router...

    Quite clear now! and thanks a lot... My router have an option of Virtual server under the heading of Forwarding. I think you are referring to it!
    Its description says:


    Now one more question....
  11. Replies
    10
    Views
    2,512

    Can you please be a bit clear. Actually I am not...

    Can you please be a bit clear. Actually I am not too good at networks....
  12. Replies
    10
    Views
    2,512

    How to access PC over router?

    Hi there!
    I am using TP-Link tl-740n wireless router. The problem is, that when ever I connect any device to the router and look for the internet IP of the same, each and every device is showing the...
  13. Replies
    18
    Views
    4,620

    Here I go for what you all have advised to me. I...

    Here I go for what you all have advised to me. I found a wxSQLite3 Library which is a C++ + wx wrapper of SQLite.


    #include "DataBase.h"
    #include <string>
    #include <wx/wxsqlite3.h>
    #include...
  14. Replies
    18
    Views
    4,620

    Well! the talk of what strcmp returns would come...

    Well! the talk of what strcmp returns would come far after I get some success in properly executing sqlite3_prepare_v2 then sqlite3_step and then strcmp. And then would be the time I should google...
  15. Replies
    18
    Views
    4,620

    I think it would be good if I post the new...

    I think it would be good if I post the new DataBase.cpp

    #include "DataBase.h"

    #include <sqlite3.h>
    #include <string.h>
    #include <wx/msgdlg.h>


    bool CanClose(void)
  16. Replies
    18
    Views
    4,620

    I have used it! Same result....

    I have used it! Same result....
  17. Replies
    18
    Views
    4,620

    please read my previous post. The talk about...

    please read my previous post. The talk about return value of strcmp comes later. First I have to resolve the problem that is occurring in sqlite3_prepare() statement.
  18. Replies
    18
    Views
    4,620

    Putting Some More checks revealed that...

    Putting Some More checks revealed that sqlite3_prepare() is returning a SQLITE_ERROR where
    #define SQLITE_ERROR 1 /* SQL error or missing database */
  19. Replies
    18
    Views
    4,620

    1. I will surely look for it although I thought...

    1. I will surely look for it although I thought that a c library should work well with c++. But still as you have told me. A c++ library with classes in it would be much better to use. Thanks for...
  20. Replies
    18
    Views
    4,620

    I am using CodeBlocks with GCC in linux

    I am using CodeBlocks with GCC in linux
  21. Replies
    18
    Views
    4,620

    Segmentation fault

    Code in my DataBase.cpp file:



    #include "DataBase.h"

    #include <sqlite3.h>
    #include <string.h>
    #include <wx/msgdlg.h>
  22. Replies
    7
    Views
    1,672

    This will increase the size of executable! Will...

    This will increase the size of executable!
    Will it?
    I mean there must be some of the cpp/c files in sqlite that I might not be using in my source but I dont know of them. I add them and they are...
  23. Replies
    7
    Views
    1,672

    Done :-) I just tried the command 'wx-config...

    Done :-)

    I just tried the command 'wx-config --libs' on the terminal which returned this

    -L/usr/lib/i386-linux-gnu -pthread -L/usr/lib/i386-linux-gnu -lwx_gtk2u_richtext-2.8...
  24. Replies
    7
    Views
    1,672

    Yes, that would be the last option!

    Yes, that would be the last option!
  25. Replies
    7
    Views
    1,672

    The syntax for command line arguments is correct?

    The syntax for command line arguments is correct?
Results 1 to 25 of 123
Page 1 of 5 1 2 3 4