I had downladed the setup filw which is of 852kb. what should be the directory of setup. and for a trial i just extracted it but i dont find any header files .h as such. please kindly can u assist me
There has been lot of discussion goin on these. Soory I was bit out for 2 days. I was not in a position to check the post.
My aim is:
1. Display the image without refreshment i.e. what save in...
I know that but my purpose is difeerent. Say i am plotting based on a data a 2-d contour plot I have to go pixel wise since i have data at each point ie pixel. At that moment i cannot avoid it. Can...
Heloo every one.. The problem is solved. I designed the SDI and I got the results as i wanted. Thanks every1 to the hints given by every1.
Special thanks to GCDEF who gave the main hint for solving...
Can you suggest me some good books or tutorials where i could understand. I followed up some books like Visual C++ in 21 Days and some such books.. There I just find how to add something and plot...
Basically I am related to mechanical. I am not so big expert in computer science field that i will understand everything in one shot. I have done C++ but for simple programs. Here in visual C++ many...
ONPLOT() is not called repeatedly. On pressing the PLOT button in a dialog box designed it starts executing the codes writen to generate the RGB vector.
For calculation puroposes i need values and so do i store it in vector format.. I have attached a screen shot as weel as i have quoted the code. Please have a look.
void CColourdlg::OnPlot()
{
// TODO: Add your control notification handler code here
//Getting number of rows and columns
int j=0,i=0,k=0,l=0,ncols=0, nrows=0,R=0,G=0,B=0;
double...
I have attached the codes i had written.. pView i declared
void CColourdlg::OnPlot() ... that I was just experimenting if it was working..But i have deleted that...
These codes I had atached work...