Search:

Type: Posts; User: jizzer

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    909

    Here's one way of doing it: #include...

    Here's one way of doing it:


    #include <stdio.h>

    int main ()
    {
    FILE *fp;
    if ((fp=fopen("c:\\test.bin", "r")) == NULL)
    {
  2. Replies
    4
    Views
    1,017

    You could try gotoxy(), more info in the FAQ...

    You could try gotoxy(), more info in the FAQ.
  3. Replies
    19
    Views
    4,342

    The Borland compiler should be fine. Another...

    The Borland compiler should be fine. Another compiler is Dev-C++ which has its own GUI, resource editor and stuff. Although I recommend VC++, it has its advantages.
    ...
  4. Replies
    1
    Views
    3,503

    http://www.mindcracker.com/mindcracker/c_cafe/wini...

    http://www.mindcracker.com/mindcracker/c_cafe/wininet.asp.

    Try searching Google, you should be able to find what you want.
  5. Thread: Clear buffer

    by jizzer
    Replies
    6
    Views
    5,637

    ErionD, I did'nt mess with your method much but...

    ErionD, I did'nt mess with your method much but it did'nt compile unlike Preludes.

    I'm setting text in an edit control and if the buffer is'nt empty, it messes up.

    Thanks for the help &...
  6. Thread: Clear buffer

    by jizzer
    Replies
    6
    Views
    5,637

    Lemme retry. char dude[500] = "hello there,...

    Lemme retry.

    char dude[500] = "hello there, yes i know i'm cool";

    now I want to make the variable of type char NULL, or have nothing in it.

    char dude[500] = ""; // no data in it now...
  7. Thread: Clear buffer

    by jizzer
    Replies
    6
    Views
    5,637

    Clear buffer

    How can I clear the buffer, it is a char variable of unknown size and I want to get all the existing data out, how?
  8. Replies
    7
    Views
    1,369

    Just so you know, I'm Unregistered above. I...

    Just so you know, I'm Unregistered above.

    I know that was'nt THE problem, I was just stating that the code you posted had syntax errors. :)

    Regarding the code, I'm no expert but it seems pretty...
Results 1 to 8 of 8