Advertisement
x0rzx

LEDa

Jul 22nd, 2021
921
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.68 KB | None | 0 0
  1. #define         ARR_MAX 254 // 254 Bytes
  2.  
  3. #include <iostream>
  4. #include <Windows.h>
  5.                 #ifndef WINDOWS_H
  6.                 #define WINDOWS_H
  7. #include <WinNT.h>
  8.                 #endif
  9. using std::cin;
  10. using std::cout;
  11. using std::cerr;
  12. using std::clog;
  13.  
  14. UINT ArrayF(){
  15.     UINT[ARR_MAX];
  16.     for(int foo = 0; foo <=  ARR_MAX ; ++foo){
  17.     }
  18. }
  19. BOOL RetExt(const char *extensions){
  20.     PTSTR exten_sion = extensions;
  21.     for(int ext = 0; ext <= ARR_MAX; ++ext){
  22.         cout<<exten_sion
  23.     }
  24.     return exten_sion;
  25. }
  26.  
  27. HWND hWnd;
  28. int  nCmdShow = 0;
  29. void win_ndow(){
  30.     ShowWindow(
  31.         hWnd,
  32.         nCmdShow
  33. );
  34.  
  35. }
  36.  
  37. int WinMain(){
  38.  
  39. win_ndow()
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement