home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 July / PCpro_2003_07.ISO / vollvers / edhtml / EdHTMLv5.0.exe / Main / CPP.AUT < prev    next >
Encoding:
INI File  |  2003-05-14  |  373 b   |  38 lines

  1. [#i | Dodanie includa]
  2. #include<|>
  3.  
  4. [switch | Sekcja SWITCH]
  5. switch (|)
  6.   case : ;
  7.   case : ;
  8. end;
  9.   
  10. [switchd | Sekcja SWITCH z DEFAULT]
  11. switch (|)
  12.      case : ;
  13.      case : ;
  14.   default : ;
  15. end;
  16.   
  17.  
  18. [for | Sekcja FOR]
  19. for (|=;;)
  20.  
  21. [forb | Sekcja FOR z {]
  22. for (|=;;)
  23. {
  24.  
  25. }
  26.  
  27.  
  28. [if | Sekcja IF]
  29. if (|)
  30.  
  31. [ifb (|) Sekcja IF z {]
  32. if (|)
  33. {
  34.  
  35. }
  36.  
  37.  
  38.