Search:

Type: Posts; User: MrJake

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: perl on windows

    by MrJake
    Replies
    1
    Views
    1,242

    this is the exact error message i get 'grep'...

    this is the exact error message i get

    'grep' is not recognized as an internal or external command, operable program or batch file.
  2. Thread: perl on windows

    by MrJake
    Replies
    1
    Views
    1,242

    perl on windows

    Im trying to use unix commands via cygwin on a nt server. that part i solved and it works great. if i go in dos prompt and type grep or cut or cat it works. But i cant call those commands via perl on...
  3. Replies
    7
    Views
    1,021

    vVv i knew you would show up one day :) What I...

    vVv i knew you would show up one day :) What I need is a site that has a list of all standard c++ headers and what they do. like all commands in each with a short explantion on there purpose in life....
  4. Replies
    7
    Views
    1,021

    im sorry man. im at work and very bored hehe. I...

    im sorry man. im at work and very bored hehe. I ve been looking for an explaination on the standard c++ headers and cant find a good site that explains all of them and how they work. and that would...
  5. Replies
    7
    Views
    1,021

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

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclang98/HTML/LIB_CPP.asp

    somethign liek this but not signed Micro$oft
  6. Replies
    7
    Views
    1,021

    ok. this is good. hehe but i heard there is like...

    ok. this is good. hehe but i heard there is like 50+ standard headers. Thats for 2 main ones string and stdio. Would there be a site with maybe the 50 other?

    If it exist
  7. Replies
    7
    Views
    1,021

    your amazing man thanks

    your amazing man

    thanks
  8. Replies
    7
    Views
    1,021

    Looking for help

    Im looking for a site that has the definition of all commands in the standard c++ headers.

    example

    stdio.h

    printf:
    This command is to print bla bla bla....

    so on
  9. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    ok i figured it out Wow it works hehe. cool ...

    ok i figured it out

    Wow it works hehe. cool

    Beaucoup thank you
  10. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    I dont get it. how do i add the library...

    I dont get it. how do i add the library wsock32.lib. I know how to include headers but how do u include a .lib ?
    cause for compiling i get no error. its when i build i get:
    ...
  11. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    how do u add a library in visual c++ 6.0

    how do u add a library in visual c++ 6.0
  12. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    lol indeed i read your post but i figured you...

    lol indeed i read your post but i figured you were using visual c++.

    your most probably a unix dude :)

    But i can compile it with what ever. I have borland 5.5, devc++, visual 6.0, DJGPP, etc.....
  13. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    why is visual c++ 6.0 giving me those errors...

    why is visual c++ 6.0 giving me those errors while its linking?

    look 2 posts up ^
  14. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    any idea?

    any idea?
  15. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    hehe i did change it. now im getting errors when...

    hehe i did change it. now im getting errors when linking.

    here is my code at this state. the error msg of the compiler (visual c++ 6) is under the code



    #include <stdio.h>
    #include...
  16. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    oups --------------------Configuration:...

    oups

    --------------------Configuration: popdel32 - Win32 Debug--------------------
    Compiling...
    popdel32.cpp
    c:\cpp\popdel32.cpp(40) : error C2065: 'snprintf' : undeclared identifier...
  17. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    why are you so good man? how long have you been...

    why are you so good man? how long have you been at this hehe
  18. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    does this look right to you? #include...

    does this look right to you?



    #include <stdio.h>
    #include <string.h>
    #include <winsock.h>


    int main( int argc, char *argv[] )
  19. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    to make this a port for dos. do i do this from:...

    to make this a port for dos. do i do this
    from:
    #include <stdio.h>
    #include <string.h>
    #include <unistd.h>
    #include <sys/types.h>
    #include <sys/socket.h>
    #include <netdb.h>
    to:
    #include...
  20. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    man this works perfectly. thanks man. I wouldnt...

    man this works perfectly. thanks man. I wouldnt have done it without you.
  21. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    sorry man my bad. well it seem to be deleting...

    sorry man my bad. well it seem to be deleting something in background. but I think i found out why it doesnt acctualy work.

    the problem is how the program exits. it doesnt send the QUIT string to...
  22. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    nice. it compiled without error. only problem is...

    nice. it compiled without error. only problem is it doesnt work. it connects then after a momments it says done. and exits

    Problem is that mail server is quit gay. when u login it will say

    +OK...
  23. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    g++ -o popdel popdel.cpp /usr/include/netdb.h:...

    g++ -o popdel popdel.cpp
    /usr/include/netdb.h: In function `int main(int, char**)':
    /usr/include/netdb.h:137: too few arguments to function `hostent* gethostbyaddr(const void*, unsigned int, int)'...
  24. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    well i know how to do it in bash. but the thing...

    well i know how to do it in bash. but the thing is if i would make such a script, only I would have access to it. I want to make it so that all my collegues can use it also.
  25. Thread: telnet

    by MrJake
    Replies
    18
    Views
    3,542

    telnet

    Im making a little app to use at work when i have multipile emails to delete. since the email server I log on to to delete the emails doesnt have a delete all command i have to do it manualy

    dele...
Results 1 to 25 of 41
Page 1 of 2 1 2