I didn't knew about ## operator. Thanks for the info sharmila.
Why do you need the group by clause the row that is coming unwanted check if there is any traling spaces in any of the tables because those record...
Try using ReadFileEx instead. Its for asynchronous transfer and so it would return for other processing in the middle of the read operation which...
The reason there isn't any default constructor provided for the const and reference type variables is you need to initialize the constant...
Really nice article.
Thats because probably I have removed the clrscr and gotoxy. You probably need the bloodshed compiler to compile the program.
He meant is num variable used without being initialized. and probably he found the loop to be infinite.
It did not allow the exe file inside the zip and so I renamed it.
GMail does not allow me to upload exe files and I have renamed it to g4e file. Please rename it to exe file.
I use VC++ compiler and it does not support lots of functions. like clrscr,gotoxy but after removing them and replacing the boolean with the...
From where you downloaded the code.
What are the errors coming.
Just try replacing it with typedef enum{_false_,_true_}_boolean_; and see if it compiles or there are some more errors somewhere else.
You have not provided all the files I guess. I can try compiling it on my system.
The reason is probably what is given in post #1
I dont have Dev-C++ but if you change to #include "graphics.h" and then also if it could not find then probably you need to be inserting it into...
// random number between 0 AND 10 import java.util.Random; Random r = new Random(); int randInt = r.nextInt(10);Isnt this looping...
You have the code as #include <graphics.h> Which means it will look into the include folders defined in the IDE. What IDE you are using to...
Yes you should continue till the release time and then you should drop the column but I would suggest you try it once so that you know exactly how...
I forgot to mention that if you have any relationship based on the auto_increment column then probably you need to be deleting the relationship first.
Separate names with a comma.