User profile: Temulin

User info
User name:Temulin
History
Joined:
Number of posts:5
Latest posts:

Struggling to make this code work
is that is? does the code seem proper to you in other regards?

Struggling to make this code work
here are the errors: make g++ -o main main.o missive.o request.o missive.o: In function `missive::m...

Struggling to make this code work
thanks for the help. new to c++ and this site, so not 100% sure how to post things. i don't use an I...

Struggling to make this code work
missive.cpp file [code] #include "missive.h" #include "request.h" missive::missive() { cout<...

Struggling to make this code work
I have these 2 classes that are supposed to work together, but it won't even compile. missive.cpp...