Search:

Type: Posts; User: smithx

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    27,841

    Process terminated with status -1073741819

    Hi, I use Code::Blocks and I'm writing a program that is supposed to count the number of possible variations between 10 letters of the alphabet. The program compiles, but once I run it, it crashes...
  2. Replies
    1
    Views
    2,708

    Server and client in the same program

    Hi, maybe this is a silly question, I hope to be clear: what I want is to have a server, and once a connection is established (by using accept and then fork) use the connect() function to connect to...
  3. Replies
    9
    Views
    1,945

    I will, thanks

    I will, thanks
  4. Replies
    9
    Views
    1,945

    Is there any WinApi book?

    Hello, I'm trying to start to develop applications using windows.h, but there no much information except to the MSDN which is not very user-friendly. So I want to know if there is a book about this...
  5. Replies
    1
    Views
    1,674

    Does anybody have a bouncer code?

    That's what i want, a bouncer (irc proxy) code (will be better if it is in C), because i have no idea how to do it and i did't find any useful code.

    Thanx =)
  6. Thread: Parse a URL

    by smithx
    Replies
    12
    Views
    17,126

    Sorry, i forgot to answer. I'm using the...

    Sorry, i forgot to answer. I'm using the Dave_Sinkula's code, which works perfectly.

    Thanx to all.
  7. Thread: Parse a URL

    by smithx
    Replies
    12
    Views
    17,126

    Dave_Sinkula, the code that you posted is very...

    Dave_Sinkula, the code that you posted is very good, i used it on my program, i just had to use a pointer to point where the http begin, but the problem is, your code just print the host, but i need...
  8. Thread: Parse a URL

    by smithx
    Replies
    12
    Views
    17,126

    Thanks to all your answers. I did this code, but...

    Thanks to all your answers. I did this code, but it's not working at all. First of all, the URL is displayed two times, when i just use printf one time, and second, some times a rare symbol is...
  9. Thread: Parse a URL

    by smithx
    Replies
    12
    Views
    17,126

    Thanx for the answer itsme86, but, how can i use...

    Thanx for the answer itsme86, but, how can i use strncpy in this case?. Because the URL isn't always the same length, and it's also not at the beginning of the string, generally (really allways)...
  10. Thread: Parse a URL

    by smithx
    Replies
    12
    Views
    17,126

    Parse a URL

    Hello, i'm trying to parse a URL from a string. The string is a HTTP header which contains a URL, and i want to copy that URL into another variable to use it alone. So, i want to know if there is any...
Results 1 to 10 of 10