Search:

Type: Posts; User: baxy

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,735

    Thank you all. This was extremely helpful. Thank...

    Thank you all. This was extremely helpful. Thank you !!
  2. Replies
    9
    Views
    1,735

    UPDATE TO MY PREVIOUS POST: I don't get it ,...

    UPDATE TO MY PREVIOUS POST:

    I don't get it , so if i use it like this it works :



    int main(){
    std::vector<std::fstream*> v1(1);
    std::vector<std::vector<std::fstream*>> v(1,v1);
    ...
  3. Replies
    9
    Views
    1,735

    Thank you for the help, but now i have another...

    Thank you for the help, but now i have another question. I don't know when each file will pop-up therefore i need to create a d2 vector that captures all possible combinations that will eventually...
  4. Replies
    9
    Views
    1,735

    yes, file streams are not file pointers

    Hi,

    well today for 1000-th time i learned that file streams are not file pointers and that a vector of fstreams is not allowed.

    ok, so i guess i get that now, non the less i still need a...
Results 1 to 4 of 4