User: Hamad mahmood

  • Public profile

User profile: Hamad mahmood

User info
User name:Hamad mahmood
History
Joined:
Number of posts:7
Latest posts:

Don't get input from user after getch()
I'm doing something like given below #include <stdio.h> #include <ncurses.h> int main() { ...

reference count of an object
class A { public : A(){} } int main() { A obj; A * ptr1 = &obj; A * ptr2 = &obj; A * ...

reference count of an object
Hi, I have a question regarding reference count of an object. How i'll be able to know that how man...

problem in 8puzzle programm
it's fin.fail() in fourth line of main function. and no problem with formatted input

problem in 8puzzle programm
thanks for reply @softrix memory leakage should be exist st the end. but the problem occurs within...

This user does not accept Private Messages