Search:

Type: Posts; User: rzcodeman

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,552

    Generic data structures

    i'm looking for a well-implemented open source framework of data structures ,something like STL .
    do you know any?
  2. Replies
    6
    Views
    4,481

    intrusion detection expert

    hi ,
    very nice titles you got man !

    in the case of Intrusion detection systems and public key infrastructure , i tell u to choose them without a doubt !

    very very intresting topics .

    visit...
  3. Replies
    1
    Views
    4,895

    ATL exception handling

    hi gang ;
    i suppose ATL projects don't support mfc or standard c++ exception handling .
    it took me a while tracking my project finding ATL encoding runtime error like while i wanted to wrapp a...
  4. Replies
    4
    Views
    1,147

    thank u man , i must read more about em. it...

    thank u man ,
    i must read more about em.

    it is really amazing to be paid for what u enjoy !
    i start gaming with atari 2600 . i was really ashamed at the night of final exams since all the time...
  5. Replies
    4
    Views
    1,147

    thanks bubba, now that i can see i'm facing with...

    thanks bubba,
    now that i can see i'm facing with a pro game programmer ,i have a more serious question !

    look bubba i'm not going to tell you how much i know about security and network...
  6. Replies
    1
    Views
    1,800

    it is a snap if u are not using...

    it is a snap
    if u are not using _decspec(dllexport) before each of your
    functions ,u should use .def (definition module )file which at least
    should be this wa :

    //dll1.def
    LIBRARY DLL1...
  7. Replies
    4
    Views
    1,147

    a directx question

    hi gang ,
    i am wondering if it is possible to import a picture to a directx project and attach it to a Device oject to create a texture in a scene ?

    i want to manipulate various points of the...
  8. Replies
    6
    Views
    8,575

    server side ...

    server side cilent side
    |
    socket |
    | ...
  9. Replies
    3
    Views
    3,798

    take a look at www.codeproject.com and find a...

    take a look at www.codeproject.com and find a Wrapper for serial programming which name is CSerial . or search it in google .
    it is a snap !
  10. Replies
    1
    Views
    1,940

    ppp dialup connections

    hi gang ,
    am gonna build a software to facilitate file transfer across dial up wan connections.
    assume i have no dialup connection in access!

    i know that winsock ease the case by letting me...
  11. Replies
    26
    Views
    9,833

    being a geek is not a sin , having registered in...

    being a geek is not a sin ,
    having registered in cboard.cprogramming.com is a sign of being a computer freak. the next level is a computer geek:D
    it is seven level ,like osi....
  12. Replies
    26
    Views
    9,833

    are you a geek ?

    http://www.innergeek.us/geek.html


    comm'on guys .measure u'r talent in being a reall geek .

    i'm a geek by the way, working to get a Total geek mark:D
  13. Replies
    4
    Views
    2,887

    nope , i just download openssl and perl compiler...

    nope ,
    i just download openssl and perl compiler and followed the instruction recommended in openssl readme for microsoft windows.



    > perl Configure VC-WIN32
    > ms\do_ms
    > nmake -f ms\nt.mak...
  14. Replies
    4
    Views
    2,887

    openssl on win2k

    i comiple openssl on win2k ,the problem is that openssl redefine some well-known function in stdlib such as fclose fopen and so on .
    i used /FORCE:MULTIPLE option in linker and redefinition problem...
  15. Replies
    1
    Views
    1,814

    C#(.NET) vs Java(Java2) "under the hood"

    hi geeks ,
    i just started the old subject.
    first don't try to mimic !

    c# compile the code to IL and and managed IL recompile to native via commerce JIT or standard JIT.

    java compile the code...
  16. good thought but , be aware you gonna stuck...

    good thought but ,
    be aware you gonna stuck yourself in managed unmanaged layers. so u should be very careful and patient.

    u can call native api from the heart of managed codes by using IT JUST...
  17. network name resolution is not deterministic ,...

    network name resolution is not deterministic ,
    it strats off looking in etc/hosts and then local/global dns.
    if u r sure make a cache to store resolved names for a while.
  18. Replies
    6
    Views
    1,866

    use wsock32.lib and winsock.h

    use wsock32.lib
    and winsock.h
  19. Replies
    13
    Views
    3,731

    hi buddy , your life gets easiere if u use...

    hi buddy ,
    your life gets easiere if u use available api to generate random ip address like libnet :)
  20. Replies
    11
    Views
    2,496

    //hi try this one ;) #include ...

    //hi try this one ;)
    #include <string.h>
    #include <stdlib.h>
    #define NULL 0
    main()
    {
    char string[]="table+camera";
    char seps[]= "+";
    char* token1;//found by strtok
    char* token2;
  21. Thread: capturing

    by rzcodeman
    Replies
    0
    Views
    1,188

    capturing

    hi gang ,
    by the way i'm newby here ;)

    a problem :
    we are about to write a caputring program using raw sockets .
    this program targeted to place over ppp wires. but our problem is that we try...
Results 1 to 21 of 21