Search:

Type: Posts; User: Anator

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    5,242

    OK let me rephrase my question. I declare an...

    OK let me rephrase my question.

    I declare an array as follows.


    static char *codagemc[1] = { "urA" }


    What happens now? Does the compiler allocate consecutive space for 3 chars "u", "r" &...
  2. Replies
    4
    Views
    5,242

    weird static char pointer array

    Hi,

    I am having a problem with a piece of code. Its a static pointer char array declared as follows.




    static char *codagemc[2787] = { "urA", "xfs", "ypy", "unk", "xdw", "yoz", "pDA",...
  3. Thread: Double pointers

    by Anator
    Replies
    1
    Views
    1,575

    Double pointers

    Hi,

    I have had a nagging doubt about the double pointers & I would appreciate some clarification. The following code is an e.g. of double pointers. It works on linked list & creates a copy of a...
  4. Replies
    1
    Views
    1,205

    Search Engine Speed

    Hi,

    I am developing an indexer for a search engine. As a part of that I have to create an inverted index over a large collection.

    I am using a nested map structure.

    Outer_Map < String,...
  5. Thread: reading text

    by Anator
    Replies
    33
    Views
    5,312

    Thanks for all your comments. I am going with...

    Thanks for all your comments. I am going with test1.
  6. Thread: reading text

    by Anator
    Replies
    33
    Views
    5,312

    reading text

    I am developing a search engine which needs to search big text files and have just started with c++.

    When reading a file I wud like to know which of the following method is faster for reading from...
Results 1 to 6 of 6