User profile: josilva00

User info
User name:josilva00
History
Joined:
Number of posts:24
Latest posts:

Saving in binary files
I've managed to make it work, to write and read back and add the nodes, just one question, how do i...

Saving in binary files
i opened the binaryfile.bin, its size is 0kb and its empty after i use the write method

Saving in binary files
dhayden, i think i've managed to write to the file, here is the code [code] product_list::write(ostr...

Saving in binary files
nuderobmonkey, this is part of a school project that I'm working on, Its already done, but I can get...

Saving in binary files
should it be something like this? [code] Node* current = head; FILE* fp = fopen("save.bin", "wb"); ...