Hi,
The problem looks like the buffer overflow, i.e. say you have allocated 100 bytes for storage and now you are tring to write more than 100 bytes in your program.......
Try increasing the size of the buffer in which you store the bmp file data.
Rahul
well that won't work in the protected mode systems like linux, unix etc.
and also i think merging of two exes of differnt origins like dos and windows (because the exe formats are different) in dos far pointer resolution is different from the way it is done in windows.
It will make an...
Hello Swati,
You can use the command prompt by using Visual C++ suit also, search for the file 'VSVARS32.bat' and put the refernce in you autoexec.bat, then you will be able to compile and link your progarms from the dos prompt using 'cl command'.
alternatively You need to set the bin PATH and...
Dear all,
why don't you all make reusable components like textboxs, check boxs and all other controls as you find in VB, or beans. It will be nice to see your using them later in your project and telling that this peice of code i have written a year ago..
hope it helps
Rahul
you can add a counter for determing about existance of linked list. counter must be static member so that it retains the value.
anything else can be suggested only if you show your code.
hope it helps
Rahul
graphics part is cool, it can be easily implemnted by just drawing a rectangle, for textbox(in this case only 8 characters are allowed) can also be easily implemnted see my code (well it is rough one but servs purpose)
whole thing is simple just take one character at a time by getch() (does...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.