User: mamix

  • Public profile

User profile: mamix

User info
User name:mamix
History
Joined:
Number of posts:6
Latest posts:

Linked List inside another Linked List
[code]//function addBill definition void addBill(int account_id, int billing_id, double debt, int da...

Linked List inside another Linked List
Complete and revised code including some bug fixes. [code]#include <iostream> #include <list> #incl...

Linked List inside another Linked List
Ok, I implemented the code, the program works as I intend to. I will post the code here for future r...

Linked List inside another Linked List
The code line : [code]new_account->bills.push_back(new_bill);[/code] returns the same error -> C2...

Linked List inside another Linked List
Thanks for the quick response. Indeed, it's [b]my[/b] lab. I mentioned it in advance because I litte...

This user does not accept Private Messages