User profile: ForgottenLaw

User info
User name:ForgottenLaw
Bio:#include <iostream>

using namespace std;

int main()
{
cout<<"Hello Everyone";

return 0;
}
History
Joined:
Number of posts:42
Latest posts:

Help in Stacks
Hello. I've been studying stacks and I just want to know on how to modify this code below, wherein, ...

Constructors help
Hello, I'm learning on how to use Constructors and I can't figure out what's the problem in the co...

File Manipulation Search Record from a File and Edit Files Through Delete and Update Record in a File
Hello, I'm practicing file manipulation again and I'm having difficulty in Search, Delete and Update...

Student Grades and Records Problem
The problems of my concerns regarding the code below are the ff: 1. There is always having a logic...

Problems in Show the player(s) who got the min and max average
Thank you so much @seeplus! The program you fixed for me is working. The codes are so advanced and t...