User profile: Anne693

User info
User name:Anne693
Email:hexanne3@gmail.com
Name:Anam Khuram
Location:Abha
History
Joined:
Number of posts:24
Latest posts:

Why is the output empty?
Thank you so much!

Why is the output empty?
[code]#include <iostream> #include <cctype> #include <cstring> using namespace std; void mycode(char...

Searching in a file containing class object not working properly!
I finally found the mistake!! The loop for displaying [output]ID not found!![/output] was inside the...

Searching in a file containing class object not working properly!
I tried the debugger (thanks to @ne555). When the code reaches the [code]while (fin.read((char *)thi...

Searching in a file containing class object not working properly!
I'm using codelite IDE. And MinGW compiler for compilation.