Search:

Type: Posts; User: samsun387

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    859

    istream& getline (char* s, streamsize n );...

    istream& getline (char* s, streamsize n );
    istream& getline (char* s, streamsize n, char delim );

    char s[200]; so when I read line by line, then the whole line is stored in this array of char....
  2. Replies
    2
    Views
    859

    Any good way of processing file data?

    If there's file which contains strings in the following format

    Howard SaleAssociate 7-Eleven IBM .....(can be continued)
    Jack Manager Microsoft IBM Dell Lenovo....
    ...
    and i have


    class...
  3. Problem solved, Thank you so much Yes, i am...

    Problem solved, Thank you so much
    Yes, i am trying to learn c++ and this is my first C++ program. Thank you for your help
  4. Sorry, I meant complier error. error: no...

    Sorry, I meant complier error.


    error: no match for ‘operator=’ in ‘((Shopper*)this)->Shopper::it1 = ((Shopper*)this)->Shopper::shopList.std::list<_Tp, _Alloc>::begin [with _Tp =...
  5. Cannot use any List operations(using Ubuntu)

    Hello everyone, I'm trying to construct a header class call Shopper.h, and inside the class I created a list and trying to manipulate using list operation, but every time I try to use any list...
Results 1 to 5 of 5