Search:

Type: Posts; User: Hakins90

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    4,315

    right, i don't have a clue why i have the wrong...

    right, i don't have a clue why i have the wrong version.

    The zlib site says that the release hasn't been updated since july 2005.
  2. Replies
    6
    Views
    4,315

    Wow this library looks perfect. My problem now...

    Wow this library looks perfect.

    My problem now is, when i try to run the compiled the simple.c from the libcurl site, it says

    "The ordinal 55 could not be located in the dynamic link library...
  3. Replies
    6
    Views
    4,315

    Sending data to a server

    I want to be able to send data to a server, using c, in the same way as when you send info in an ASP form using your browser.

    So like, when i type into my browser...
  4. Replies
    5
    Views
    12,497

    Thats great Salem. Thankyou all

    Thats great Salem.

    Thankyou all
  5. Replies
    5
    Views
    12,497

    Haha, yes that works thanks :) How could I...

    Haha, yes that works thanks :)

    How could I have it so that i can right click anywhere in the window though?
  6. Replies
    5
    Views
    12,497

    Copy and Paste function in console apps.

    Whenever I want to copy and paste some data into an application (say a paragraph of text into a word counting application), I have to open it up in command prompt.
    When I run the app by double...
  7. Replies
    7
    Views
    1,712

    Thankyou all for your help :D

    Thankyou all for your help :D
  8. Replies
    7
    Views
    1,712

    Something odd with putchar()...

    I am writing a simple program with using getchar() and putchar() which outputs the next letter up in the alphabet from the input.

    Here is my code :

    #include <stdio.h>

    int main(void) {
    char...
Results 1 to 8 of 8