Search:

Type: Posts; User: draggy

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    906

    Getting *pointer problem/error

    Hello :)

    I having problem with fd_set pointer.....

    1st attempt:

    test.h :


    #include <sys/types.h>
  2. Replies
    4
    Views
    2,052

    Thank you for replying... 1. Is a different...

    Thank you for replying...


    1. Is a different DBMS, MySQL and PostgreSQL.

    2. Different OS, Windows and Linux

    3. Either one is fine, but best support both entire DB and partial content.
  3. Replies
    4
    Views
    2,052

    Database to Database Transfer?

    hi...

    I'm looking for some C++ tutorials/articles or open source library that enable me to perform file or data transfer from one remote database server to another remote database server.......
    ...
  4. Replies
    3
    Views
    1,288

    nvm php html generating error.............. i...

    nvm php html generating error..............

    i though was something else......
  5. Replies
    3
    Views
    1,288

    &a;b? if(a &b; 0) ?

    hi......

    what does this statement means:

    1) &a;b means?

    2) if(a &b; 0) // means?

    :confused:
    Thanks
  6. thanks

    thanks
  7. Need winsock select() client & server source code or tutorial

    hi...

    anyone got winsocl client and server source code that based on using select() function??

    the server source code is here:
    http://tangentsoft.net/wskfaq/examples/basics/select-server.html...
  8. Thanks

    Thanks
  9. Replies
    0
    Views
    1,656

    Unix/Linux got no asynchronous mode?

    hi...

    Does unix/linux socket had asynchronous mode like winsock WSAAsyncSelect()?

    Thanks
  10. Do we still need accept()? Thanks

    Do we still need accept()?

    Thanks
  11. ermm ...... one more thing can we send and...

    ermm ......

    one more thing can we send and recive without bind and connect?

    Thanks
  12. Thanks

    Thanks
  13. http://msdn.microsoft.com/library/default.asp?url=...

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/complete_server_code.asp



    thanks.... but is there a way to break after it accept?


    Thanks
  14. accept(ListenSocket, NULL, NULL); cause program to hang?

    hi....

    Accroding to MSDN:

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/about_clients_and_servers.asp

    the accept() method can be used such as:
    ...
  15. Replies
    2
    Views
    2,699

    please recommend C and C++ network library

    hi...

    can someone recommend C and C++ network library that support linux, unix and windows platform?

    plus, best if the network library can support most fo portocols and algorithms that...
  16. Replies
    8
    Views
    7,800

    gee is there any standardized template or library...

    gee is there any standardized template or library that can be use to generate those DOS GUI or graphics?

    Thanks
  17. Replies
    8
    Views
    7,800

    windows console != DOS nvm.... eventually I...

    windows console != DOS nvm....

    eventually I wanted it to done under 16bit mode, which is mainly DOS application......

    how about the graphics.h thingy?
  18. Replies
    8
    Views
    7,800

    DOS GUI or graphic programming using C

    hi...

    anyone know how to create to old DOS GUI or graphic using C and c++ programming..? is there any library or template?

    Thanks
  19. Replies
    5
    Views
    1,816

    Sorry, I'm using windows 2000 pro and microsoft...

    Sorry, I'm using windows 2000 pro and microsoft Visual C++ 2003 .NET
  20. Replies
    5
    Views
    1,816

    Input Grabber.......

    hi...

    normal scanf(), gets(), getc() only wait for user to enter input and end when user press "Enter"...,

    but I wanted to know is there a function that active only if there is a keystroke...
  21. Thread: C++ Threading?

    by draggy
    Replies
    5
    Views
    5,370

    C++ Threading?

    hi...

    I'm using Microsoft Visual C++, I wanted normall C++ threading rather then WIN32 API threading...... how?


    Thanks
  22. Replies
    12
    Views
    2,475

    sorry for the late reply.... a bit busy over...

    sorry for the late reply.... a bit busy over here..
    ok ...

    example:


    int main()
    {
    while(true)
    {
  23. Replies
    12
    Views
    2,475

    ya i know....... but how do we break something...

    ya i know....... but how do we break something like this:



    while(1) {
    //...
    //...
    }
  24. Replies
    12
    Views
    2,475

    void t1() { while(true) { //point b }...

    void t1()
    {
    while(true)
    {
    //point b
    }
    }

    int main()
    {
  25. Replies
    12
    Views
    2,475

    how to break an infinity loop from external?

    hi...

    let's say i have an infinty loop:



    int main()
    {
    while(true)
    {
Results 1 to 25 of 39
Page 1 of 2 1 2