Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

prat78

@prat78
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • about console window positioning
    P prat78

    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

    C / C++ / MFC csharp c++ visual-studio workspace

  • declaration of classes
    P prat78

    i 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 };

    Managed C++/CLI

  • regarding notation _(underscore)
    P prat78

    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

    C / C++ / MFC question announcement

  • .hh format
    P prat78

    why would one use such an extension when we have a .h extension header ?

    C / C++ / MFC c++ html

  • .hh format
    P prat78

    hello 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

    C / C++ / MFC c++ html
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups