Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by home666

  1. home666

    memory heap allocation

    Thank you very much!
  2. home666

    string max length in c++

    Thanks at all!
  3. home666

    memory heap allocation

    I use this code for file opening and allocating heap memory: std::ifstream in; const char * buffer; long ptr; long size; std::vector<OBJ_T *> objects_list; // list of objects readed by file int open_file(string Pfile) { ptr=0; in.open(Pfile.c_str()); if (!in.is_open()) die...
  4. home666

    string max length in c++

    I mean the maximum size of a std::string. Thank you for your reply.
  5. home666

    string max length in c++

    I'd like know string max length in linux c++ (linux release Red Hat 9) Sorry for my english! Thanks!!

Part and Inventory Search

Back
Top