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
N

Ni m

@Ni m
About
Posts
26
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • usb
    N Ni m

    I mean how can i send data through usb using c++

    C / C++ / MFC question

  • usb
    N Ni m

    how can i connect to usb?

    C / C++ / MFC question

  • VS7 c++ to use old mfc dll's
    N Ni m

    How to configure project, to run it not using new mfc(VS7) librarys? 'cos required mfc about 1 MB. And in static mode it's too big.

    C / C++ / MFC c++ tutorial question

  • dll
    N Ni m

    But win32 dll needs mfc too. In all cases i have to include afx.h(if not? i have lots of errors, but code of dll does't need it, it only for creation of dll)

    C / C++ / MFC c++ tutorial question

  • dll
    N Ni m

    how to make dll without mfc, but using "MFC Dll" in project wizard? I just want to unlink it, cos i'm not using it

    C / C++ / MFC c++ tutorial question

  • cl.exe
    N Ni m

    that's first time this message appears. I ryed to compile glut-3.7.6.

    C / C++ / MFC help question

  • Trying to learn programming, please help!!!!
    N Ni m

    http://nehe.gamedev.net/ - openGL

    C / C++ / MFC c++ help tutorial learning

  • compile error?????helpppp meeee
    N Ni m

    try to remove static before get_Pointer(void) or to use extern(but not static).

    Managed C++/CLI help csharp c++ visual-studio debugging

  • string
    N Ni m

    u can use aray of CString : CStringArray bitmaps; CString temp; while(EOF) { temp.format("image%03d.bmp", nIndex); bitmaps.Add(temp); }

    Managed C++/CLI question help tutorial

  • cl.exe
    N Ni m

    I have err : error spawning cl.exe What that's means? How should i do? That's in VS7, when i want to compile VS6 project.

    C / C++ / MFC help question

  • CryptGetHashParam
    N Ni m

    ::CryptGetHashParam(hHash,HP_HASHSIZE,NULL,ssize,0); it does not return the size of hash to ssize =((

    C / C++ / MFC cryptography

  • MD5
    N Ni m

    how to get hash from BYTE *pass to HCRYPTHASH hHash using CryptCreateHash and CryptHashData //in this program hash doesn't change =( HCRYPTPROV hCryptProv; CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, 0); HCRYPTHASH hHash; CryptCreateHash(hCryptProv,CALG_MD5, 0, 0, &hHash); CryptHashData(hHash,pass,strlen(fPass)+1,0);

    C / C++ / MFC cryptography tutorial

  • C++ + Delphi
    N Ni m

    How can I use C++ Dll that contains class in Delpphi&& Help!! SOS!!

    C / C++ / MFC c++ delphi help question

  • socket
    N Ni m

    how to set send & recv timeout for TCP?

    Managed C++/CLI tutorial question

  • socket
    N Ni m

    how to set send & recv timeout for TCP?

    C / C++ / MFC tutorial question

  • sockets
    N Ni m

    something wrong with my func(I marked probkem arrea) : char buf[MAXCODE]; ClearString(buf); //Send "BEGINRECV" if(!send(Client,"BRCV",MAXCODE,0)) return ERR; //Request query if(!recv(Client,buf,MAXCODE,0)) return ERR; if (strnicmp(buf,"SUCC",4) != 0) return NOREQUEST; ClearString(buf); //Send "SIZE" if (!send(Client,"SIZE",MAXCODE,0)) return ERR; //Request query if(!recv(Client,buf,MAXCODE,0)) return ERR; if (strnicmp(buf,"SUCC",4) != 0) return NOREQUEST; ClearString(buf); char *recvSize; recvSize = new char[MAXMESS]; ClearString(recvSize); //Recieve SIZE if(!recv(Client,recvSize,4,0)) return ERR; if(!send(Client,"SUCC",MAXCODE,0)) return NOREQUEST; int size = StringToInt(recvSize); delete [] recvSize; char *data; data = new char[size]; ClearString(data); // Here recv recieves "BRCV" whatever server sends. If server doesnot send anything it anyway recieves "BRCV" // It always recieves "BRCV" if(!recv(Client,data,size,0)) return ERR; if(!send(Client,"SUCC",MAXCODE,0)) return NOREQUEST; fData.Empty(); fData = data; fData.Insert(size, '\0'); delete [] data; //Send "ENDRECV" if(!send(Client,"ERCV",MAXCODE,0)) return ERR; //Request query if(!recv(Client,buf,MAXCODE,0)) return ERR; if (strnicmp(buf,"SUCC",4) != 0) return NOREQUEST; ClearString(buf);

    C / C++ / MFC database sysadmin

  • pointer error
    N Ni m

    char *sendSize; sendSize = new char[10]; //on operator delete i have error during the running: //Unhandled exception at 0x77f767cd in Connect.exe: User //breakpoint. // in dbgheap.h // #define WINVER 0x0400 // I'm using VS 7. delete [] sendSize;

    C / C++ / MFC visual-studio debugging help

  • CCryptMD5Hash
    N Ni m

    how to use CCryptMD5Hash??

    C / C++ / MFC tutorial question

  • SHBrowseForFolder
    N Ni m

    How to get full path to folder using SHGetPathFromIDList, or maybe in other way, but using only SHBrowseForFolder

    C / C++ / MFC tutorial

  • Folder
    N Ni m

    How to create dialog to select folder??

    C / C++ / MFC tutorial question
  • Login

  • Don't have an account? Register

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