This line has many unspeakable style sins. Speak them and we can discuss it. If you can't speak them, please shut up. I am, however, amuzed that my line might be considered ineffable.
Wondering if anyone has experience or war stories about ZThreads.Thikning of using it, but can't really find much talk about it.Anyone using ZThreads care to share opinions?...
Hi!For record-IO I have to specific the correct LRECL and RECFM on fopen,e.g.fileptr=fopen(DDNAME,"type=record,recfm=fb,lrecl=80")and later fread withfread(LINE, 1, 80, fileptr )If LRECL or RECM is wrong:EDC5087I The specified file characteristics did not match those of theexisting file.Since I...
HI,I am very new to C++.Using C++ I am reading one bitmap image.Now,Iam trying to zooming that image.Can any one tell me which functionhave to use for this.Or can any one send some sample code regardingthis zooming a bitmap image.Hope any one will give reply as soon as possible.Regards,swetha....
hiee...i am displaying a analog wave in a picture box i need 2 select a portion of it and zoom.i hv trried to select a portion of it by trapping mouse down and mouseup move,i am able 2 draw a rctangle with a rubber bamnd effect now in need 2 find pts of intersevtion of the rectangle with the wav...
Martin Ambuhl wrote:Bullshit. The function is executed for both its side effect and return value. This such a stupid assertion that it need not be seriously considered. There are a number of regulars here who assert that, on the contrary, putting a non-Lvalue in that position is the right thing to...
Hmmm... Interesting...Not really, it is just that some people use different rules for communicating with people on the web than they use when communicating "in person". There might actually be people who talk to people in that way. But I wouldn't care how right they were, I would still tell to go...
Hi,I urgently need Zthread devpak (for dev-c++).Unfortunately, original links from http://contestsolutions.webhop.info/ don't work anymore..I sent message to author, but he had hdd crash and he doesn't have itanymore..So if anyone have this file and could send it to me or upload itsome...
Hi,I urgently need Zthread devpak (for dev-c++).Unfortunately, original links from http://contestsolutions.webhop.info/ don't work anymore..I sent message to author, but he had hdd crash and he doesn't have itanymore..So if anyone have this file and could send it to me or upload itsomewhere an...
Using the C++ MFC program, I've made an application whose main windowcan make a modal dialog pop up. This dialog then pops up a modeless dialog,but I can't get access to the new modeless dialog. I've tried changing itsparent,but that doesn't seem to work. Is there any way I ca...
HI,I am very new to C++.Using C++ I am reading one bitmap image.Now,Iam trying to zooming that image.Can any one tell me which functionhave to use for this.Or can any one send some sample code regardingthis zooming a bitmap image.Hope any one will give reply as soon as possible.Regards,swetha....
HI Gurus,Is "my" an zombie object in my code sinppet... if i am not handling exception in the constructor...And what will happen to the object created..i know that it will be a memory leak but how to overcome / release this kinda mem leaks..do suggest on this...#include <stdio.h>#include "iost...
Hello, im using zlib and trying to append a file to a zip that has already 1 file, im using minigzip which comes as example in zlib, the only thing i changed is:void file_compress(file, mode)char *file;char *mode;{local char outfile[MAX_NAME_LEN];FILE *in;gzFile out;// strcpy(outfile, file);// strca...