I have the following error. #include <iostream> #include <cstddef> void doAnything(std::nullptr_t ptr)//[Error] variable or ...
I have the following error.#include <iostream> void doAnything(int *ptr) { if (ptr) std::cout << "You passed ...
Someone who can correct my code, pleaseThank you for answer. The task is following: 1)Given a non-binary file save a list of students. 2)Re...
Someone who can correct my code, pleaseThank`s for everyone who answer and help me, but i have error here: void seeStudent (Student pst) ...
Someone who can correct my code, please#include<iostream> #include<fstream> #include<conio.h> #include<iomanip> using namespace std; s...
This user does not accept Private Messages