Search:

Type: Posts; User: Junon

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    888

    I am using a 32-bit compiler. Its microsoft...

    I am using a 32-bit compiler. Its microsoft visual c++ 6.0, running on a win2k box. The program itself times sorted array searchs using a linear search and a bi-linear search. While I know which...
  2. Replies
    3
    Views
    4,561

    lol try this man

    Your code:

    ============================================
    int main ( void )
    {
    char * ArrayOne[2] = { "One - One", "One - Two" };
    char * ArrayTwo[2] = ( "Two - One", "Two - Two" );
    int...
  3. Replies
    1
    Views
    888

    A quick question on arrays.

    Hi, just learning c++ here and i'm having a problem with arrays.
    I can't seem to make an array with more than 200,000 slots without somesort of runtime error. It compiles fine, but messes up when I...
Results 1 to 3 of 3