Search:

Type: Posts; User: blueguy

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    961

    String concatination

    Hi freind I have a doudt

    here is my code


    void endtag(string& label)
    {
    string temp2;
    string str1;
    string str2;
  2. Replies
    8
    Views
    1,410

    Yes Bade...........

    exactely bade .

    If i have some line like < readme > in a file all I want to do is

    read only the contents in < > and store it in vector or string.I can use getline but it...
  3. Replies
    8
    Views
    1,410

    I added my code...Please help me

    I added my code...Please help me
  4. Replies
    8
    Views
    1,410

    Reading a line from a file

    I have a file it has several lines like this (< Readme >)

    I need to remove the white spaces and < , > and put readme stirng
    in a string .The problem is I do not know how many...
Results 1 to 4 of 4