Thread: please any one give me one example program using x.25 protocol in C++

  1. #1
    Registered User
    Join Date
    Sep 2009
    Posts
    6

    Post please any one give me one example program using x.25 protocol in C++

    please any one give me one example program using x.25 protocol in C++
    thanks in advance..


    Atleast send me the link..which will be very helpful for me.

  2. #2
    Registered User
    Join Date
    Sep 2009
    Posts
    63
    You already asked the same question previously. I'm sure this page can help you find such a program, however.

  3. #3
    Registered User
    Join Date
    Sep 2009
    Posts
    6

    Smile

    already i have searched in that page for more than 100times..
    i didnt find out anything there..
    so what i have posted here for a help.....

  4. #4
    Registered User jdragyn's Avatar
    Join Date
    Sep 2009
    Posts
    96
    Hmmm, my first try here. I found code examples pretty quick. Might be in C, but if you want the examples in C++ for a complex protocol then I would assume you know enough C++ to translate appropriately...
    Last edited by jdragyn; 09-28-2009 at 12:18 PM.

  5. #5
    Registered User
    Join Date
    Sep 2009
    Posts
    6

    Post That is the only one page i got in net and also that is not C...

    Quote Originally Posted by jdragyn View Post
    Hmmm, my first try here. I found code examples pretty quick. Might be in C, but if you want the examples in C++ for a complex protocol then I would assume you know enough C++ to translate appropriately...


    That is the only page i have found it in net..and you too find out the same link...
    I compiled that program already in C...but it showin some error loading #include <x25sdefs.h>.
    Anyway thanks for your effort dude...keep it up

  6. #6
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    That's the standard header file for x.25, or so it seems from the net. If you don't have it, you might as well go home (or better yet, go get it).

  7. #7
    Registered User
    Join Date
    Sep 2009
    Posts
    6

    Lightbulb

    Quote Originally Posted by tabstop View Post
    That's the standard header file for x.25, or so it seems from the net. If you don't have it, you might as well go home (or better yet, go get it).
    First you run tat in your system and tel me whether its working fine..
    postin comment is easy.....Helpin out is difficult..
    try to do tat....

  8. #8
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Quote Originally Posted by Nimi View Post
    First you run tat in your system and tel me whether its working fine..
    postin comment is easy.....Helpin out is difficult..
    try to do tat....
    Learn how to use Google. try to do tat....
    http://web.mit.edu/kolya/sipb/afs/ro...ude/x25sdefs.h
    bit∙hub [bit-huhb] n. A source and destination for information.

  9. #9
    Registered User
    Join Date
    Sep 2009
    Posts
    6

    Lightbulb

    Quote Originally Posted by bithub View Post
    Learn how to use Google. try to do tat....
    http://web.mit.edu/kolya/sipb/afs/ro...ude/x25sdefs.h
    ok i admit that i dont know how to use google...
    u knw to use google right...

    you search me an example for x.25 protocol in C++ and post me the website link that enough..

  10. #10
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Quote Originally Posted by Nimi View Post
    ok i admit that i dont know how to use google...
    u knw to use google right...

    you search me an example for x.25 protocol in C++ and post me the website link that enough..
    That was the fourth post in this thread. Why did you not click on the link there?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  2. Replies: 3
    Last Post: 03-04-2005, 02:46 PM
  3. Call a program & still capture cmds
    By Zuconta in forum C Programming
    Replies: 3
    Last Post: 07-23-2003, 03:54 PM
  4. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM
  5. Replies: 1
    Last Post: 10-01-2001, 10:39 AM