Search:

Type: Posts; User: Landroid

Search: Search took 0.01 seconds.

  1. help w/ write() function and open() function

    I'm having some trouble w/ the write() function and open() function.

    here we go
    BTW -> fd = file descriptor



    int n_open_write(const char *pathname,unsigned int buffsize)
    {
    int fd;
  2. Replies
    4
    Views
    96,766

    convert from an integer to an unsigned char

    would any of you know the method call to convert an integer to an unsigned char??

    I've been looking forever and I cant seem to find it.

    Thanks everyone
  3. Replies
    5
    Views
    1,570

    Well, that is in a sense what i am doing. I'm...

    Well, that is in a sense what i am doing. I'm just reading in the html line by line and then saving everything that is not a tag to one big char*.

    problem is, that sometimes i skip an entire line...
  4. Replies
    5
    Views
    1,570

    Well i am building a search engine.

    Well i am building a search engine.
  5. Replies
    5
    Views
    1,570

    Help w/ HTML Tags

    Hey everyone,

    I am trying to writed a function that will remove all Tags from an HTML file so that only the actual text remains. I've got my code written but it just isnt working right, its...
  6. Replies
    5
    Views
    1,604

    the unix server i compile on compiles it in C++,...

    the unix server i compile on compiles it in C++, so i can use C++ and C for my code. I write most of my code in C, but i do use an occasional C++ command if it seems easier.

    RemoveTags runs fine,...
  7. And just for future reference, scanf() can be...

    And just for future reference, scanf() can be very picky when taking data.

    if you throw it something other than what it is expecting, u will usually cause some really wierd results. A good thing...
  8. Replies
    5
    Views
    1,604

    and BTW, this is a school project, not for...

    and BTW, this is a school project, not for production.
  9. Replies
    5
    Views
    1,604

    Adding to a big char* for search engine

    Hey everyone,

    I've got a situation, I am building a search engine and i am trying to produce one big char pointer that points to all text that is not a tag in an html file.

    I do this by...
Results 1 to 9 of 9