Search:

Type: Posts; User: johnc

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,335

    woah: #include #include...

    woah:




    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <winsock.h>
  2. Replies
    5
    Views
    2,335

    Ok so say it is connecting...

    Say it is connecting, and I think it is, but only for a split second because my server doesn't show the connection, but unless the server is on, the program returns the error..anywasy:

    how do I...
  3. Replies
    5
    Views
    2,335

    weird...

    Now it works..sorta. Ok when the server is on it returns nothing...which is all good and correct right? But when it is off it returns Connect:No error, which is throwing me off because there was an...
  4. Replies
    5
    Views
    2,335

    #include #include #include...

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

    void main ( void )
    {
    WSADATA WsaDat;
    if (WSAStartup(MAKEWORD(1, 1), &WsaDat) != 0)
    {
  5. Replies
    5
    Views
    2,335

    #include #include #include...

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

    void main ( void )
    {
    WSADATA WsaDat;
    if (WSAStartup(MAKEWORD(1, 1), &WsaDat) != 0)
    {
  6. Replies
    5
    Views
    2,335

    WinSock: Won't connect

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

    void main ( void )
    {
    WSADATA WsaDat;
    if (WSAStartup(MAKEWORD(1, 1), &WsaDat) != 0)
    {
  7. Replies
    6
    Views
    1,503

    Whoa

    thank you verry much
  8. Replies
    6
    Views
    1,503

    ...

    im not trying to terminate the program im writing, this program takes the argument (entry point) of another program, and terminates that.
  9. Replies
    6
    Views
    1,503

    Proccess Termination (Entry Point Scrambling?)

    Ok, I'm trying to write a program that terminates a process by writing misc. data to the entry point (would this work?) of the program you wish to terminate.
    But how can I actualy write data to the...
  10. Replies
    5
    Views
    1,089

    thanks

    i was thinking about learning java anyways.
  11. Replies
    5
    Views
    1,089

    okay

    im using lcc for my compiler, i looked into the help files, and couldn't find anything specific about displaying a bmp. or graphic.
  12. Replies
    5
    Views
    1,089

    Probably A Stupid Question.

    Im trying to display a BMP picture file, and the one in the FAQ don't seem to work, unless, er i guess its C++, and not C, if anyone can help, thanks.
  13. Replies
    15
    Views
    4,262

    Hide the proccess!

    http://www.groovyweb.uklinux.net/index.php?page_name=how%20to%20hide%20a%20process
  14. Thread: Key Input

    by johnc
    Replies
    20
    Views
    5,193

    ahh C++ is way easier then C, when it gives you...

    ahh C++ is way easier then C, when it gives you all this object oreinted stuff where u can make guis in a flash.
  15. Thought you said it wasn't an ISP...anyways this...

    Thought you said it wasn't an ISP...anyways this is just info..k, not to be used but here it is neways...connect, wait till the icon appears in system tray, and then terminate the process.
  16. Replies
    9
    Views
    2,562

    A non programming-DOS question.

    now in dos you can use echo to print text to the screen in the window or in a batch file...can you use it/or is there another way to display a picture(.bmp, .jpg, or .gif, or any format i guess) in...
  17. Replies
    5
    Views
    6,186

    whatta U mean.

    the interpreter interprets the language...im not sure i know what u mean. when u write CGI in perl you have to have a PERL interpreter. if you write it in C you have to have a C interpreter. my web...
  18. Replies
    5
    Views
    6,186

    C CGI Interpreter

    I have searched for one of these for a long time but never found anything past PERL and BASIC. does anyone know where i can get one. thank ahead of time.
  19. Replies
    2
    Views
    1,670

    winsock for C (they told me to post it here)

    ive searched google and still can't find a 'simple' C winsock programing tutorial. i found one but it still wansnt as 'beginner ' as i need. please if you know of a good tutorial or website ., or it...
  20. Thread: Winsock

    by johnc
    Replies
    2
    Views
    998

    Winsock

    ive searched google and still can't find a 'simple' C winsock programing tutorial. i found one but it still wansnt as 'beginner ' as i need. please if you know of a good tutorial or website ., or it...
  21. Replies
    8
    Views
    4,321

    k...but

    hmm u know any good recourses/websites that have specific information on how to write encryption (with C, not C++) , and im new to encryption so something for beginers. thx
  22. Replies
    13
    Views
    2,806

    FYI - a simple way to clear the screen

    okay i always found clrscrn() or whatever it is confusing, and didnt wanna do it everytime i wanted to clear the screen...thanks to the people that helped me in the "running bat files in C "...
  23. Replies
    8
    Views
    4,321

    Folder Password Programs (Windows)?

    I was wondering how folder password protecting programs work(so that i could write one)... at first i thought that they might dump the contents into a file type (like *.zip)and pass. protect that. ...
  24. Replies
    6
    Views
    3,854

    folders

    i don't know of any other ways but you brought up a good question "is there a hidden extension for folders", i don' think there is but i have another question. if folders have no extension then how...
  25. Replies
    20
    Views
    2,638

    Thanks All + Salem

    Salem you were right, i tried a different compiler and it worked. Sorry for all the trouble everyone. Thank You.
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4