Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/10/11 in all areas

  1. Aveti un ReadMe acolo. Este destul de usor de folosit, eu am intampinat greutati doar la gasirea unui root bun. Editati mail, etc. Best wishes FileList! checkinator.tgz (438.42KB) Download Link Download checkinator.tgz from Sendspace.com - send big files the easy way ps - am observat ca pe site nu prea multumeste nimeni nimanui, asa ca nu astept multumiri.
    1 point
  2. #include <iostream> #include <windows.h> long __stdcall WindowProcedure( HWND window, unsigned int msg, WPARAM wp, LPARAM lp ) { switch(msg) { case WM_DESTROY: std::cout << "\ndestroying window\n" ; PostQuitMessage(0) ; return 0L ; case WM_LBUTTONDOWN: std::cout << "\nmouse left button down at (" << LOWORD(lp) << ',' << HIWORD(lp) << ")\n" ; // fall thru default: std::cout << '.' ; return DefWindowProc( window, msg, wp, lp ) ; } } int main() { std::cout << "hello world!\n" ; const char* const myclass = "myclass" ; WNDCLASSEX wndclass = { sizeof(WNDCLASSEX), CS_DBLCLKS, WindowProcedure, 0, 0, GetModuleHandle(0), LoadIcon(0,IDI_APPLICATION), LoadCursor(0,IDC_ARROW), HBRUSH(COLOR_WINDOW+1), 0, myclass, LoadIcon(0,IDI_APPLICATION) } ; if( RegisterClassEx(&wndclass) ) { HWND window = CreateWindowEx( 0, myclass, "title", WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, 0, 0, GetModuleHandle(0), 0 ) ; if(window) { ShowWindow( window, SW_SHOWDEFAULT ) ; MSG msg ; while( GetMessage( &msg, 0, 0, 0 ) ) DispatchMessage(&msg) ; } } }
    1 point
  3. Stai linistit, nu a inceput si nici nu va incepe, ne-am rezolvat de 10 minute problema prin pm avem o varsta si e pacat sa ne spalam rufele in public.
    1 point
  4. sched este primul proces care ia viata dupa boot , vine gazduit de catre kernel si da viata unui nou proces child chemat init care poate fi definit ca tatal tuturor proceselor care iau viata dupa.
    1 point
  5. Daca te ajuta asta XML Flip Book v5 Preview - ActiveDen Download
    -1 points
  6. incearca asa: body { background:#ffffff url(http://2.bp.blogspot.com/-nAaty9QKrnU/TrKMtDwlRnI/AAAAAAAAA0g/QZLQddcSLgM/s1600/bg.jpg) no-repeat center top; color:#333333; font-size:12px; font-family:Georgia,Times New Roman,serif; }
    -1 points
  7. daca nu ai primit inca, da-mi pm pentru restul care vor faceti cont pe torrents.ro si da-ti pm la moderatorul Penemue, da invite coduri oricui
    -1 points
×
×
  • Create New...