hello, how can one adjust the position of the console window (default),for every c++ program in MS-visual studio 2003 environment.could there be a code for it ;is there any property settings. my aim is to set the position of the console window at a set position for every c++ project without having to go to the dos prompt and adjust it every time.:-D regards pratap
prat78
Posts
-
about console window positioning -
declaration of classesi have here this pice of code from a class i dont understand what does _RSA_FZM_CLASS stand for.what must i type in as search to get more information on this type of declarations of classes class _RSA_FZM_CLASS TRsaFuzzyAccumulation : public TRsaFuzzyOR { public: //member functions };
-
regarding notation _(underscore)i have an instance of OpenCv image library where a struytue is defines as typedef struct _IplImage { int nSize; /* size of iplImage struct */ int ID; /* image header version */ int nChannels; int alphaChannel; int depth; /* pixel depth in bits */ char colorModel[4]; char channelSeq[4]; int dataOrder; int origin; int align; /* 4- or 8-byte align */ int width; int height; struct _IplROI *roi; /* pointer to ROI if any */ struct _IplImage *maskROI; /*pointer to mask ROI if any */ void *imageId; /* use of the application */ struct _IplTileInfo *tileInfo; /* contains information on tiling */ int imageSize; /* useful size in bytes */ char *imageData; /* pointer to aligned image */ int widthStep; /* size of aligned line in bytes */ int BorderMode[4]; /* the top, bottom, left, and right border mode */ int BorderConst[4]; /* constants for the top, bottom, left, and right border */ char *imageDataOrigin; /* ptr to full, nonaligned image */ and is used in the main as int main( int argc, char** argv ) { IplImage* src; my question what exactly does the underscore before the IplImage structure represent. regards
-
.hh formatwhy would one use such an extension when we have a .h extension header ?
-
.hh formathello everyone i wanted to know what exactly is the .hh file formats.are they the header file extensions. one can see a lot of these files used like header files for the cpp files this website has programs which use these file formats. http://www.mip.informatik.uni-kiel.de/~wwwadmin/Software/Doc/BIAS/html/files.html