User Profile

Collapse

Profile Sidebar

Collapse
Pralhadrao
Pralhadrao
Last Activity: Mar 31 '07, 03:38 PM
Joined: Mar 31 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Pralhadrao
    replied to C file help need
    in C
    You are using while loop insede for loop. Hence, when c[i] is not equal to 'e', it goes into loop. Because while checks whether c[i] != 'e', in this case it is true. so, it doesn't come out from while loop....
    See more | Go to post

    Leave a comment:


  • Pralhadrao
    started a topic Urgent: C++ map working very slow
    in C

    Urgent: C++ map working very slow

    Hi Friends,

    I am facing a problem in one of my project, whic is being developed in C++.

    I am storing data into map as shown below:


    map<key, Data> data_list;

    Data is of type set:

    Set<int> Data;


    I will store nearly 1 Laksh enteries into map. For each key, Data will be having 10 thousands of numbers.


    To store 1...
    See more | Go to post
No activity results to display
Show More
Working...