sending and receiving files using winsockHow to implement it properly? This is what i have so far Receiver [code] else if(command == 'f'){ ...
Peer review: Template singly linked list using unique_ptrThings work as intended but i am not sure if i did the process correctly. Is there something that i...
Peer review: Template singly linked list using unique_ptrSorry for the long code post: Class [code] template<typename B> class linkedlist{ public: //...
changing values in Pointer to pointer and pointer to addressI have these to following codes [code] #include <cstdlib> #include <iostream> using namesp...
Accessing placement new bufferoops nvm i fixed it. although i have a solution, can anyone show me a proper initialization of buf...
This user does not accept Private Messages