Please provide the prompted error
Hi, The way you are getting the inputs and the reservation system is wrong.. You have to recieve two inputs from the user. Your cin statements...
As the topic says, self printing programs are nothing but they reproduce themselves as output. Such programs are referred as Quines from the name...
Lets take the same structure x. x needs 5 bytes (1 char + 1 integer) for its storage. Lets say x is stored from the address 1000 to 1004. As we...
Hi, Open the files from the directory in which tags file exists. Then only, tags will work properly. If you open any file from a directory...
Welcome
1. You are receiving string and storing in char variable. Try giving integer number to indicate add operation and quiting from switch. 2.Switch...
Listed here are few common complex operations of single linked list that is to be needed by certain applications. These operations should be done...
The problem is because of the cin statements. cin >> i , j; is not the correct way of scaning two integers. Instead it fetches i only even...
Can you please give us the problemetric code snippet and point out where you think the culprit can be? Your desciptions are generic and from it...
Hi, You can use extern keyword for it. If you have already declared some global variable in a .cpp file and want to access the same in another...
Explanation for the behaviour Hi, Here is the explanation for the behaviour. Reference is nothing but exactly const pointer, ie, address of...
Many of us know that both C and C++ do padding when allocating memory for structure. But only few know that why the complier does it. In short,...
Separate names with a comma.