User: MazeStuck

  • Public profile

User profile: MazeStuck

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

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, please
Thank 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, please
Thank`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