first commit

This commit is contained in:
2026-03-05 13:16:26 +01:00
commit 1b2bf174e8
164 changed files with 35594 additions and 0 deletions

82
Lab6/graphics.cpp Normal file
View File

@@ -0,0 +1,82 @@
//## begin module.cm preserve=no
// %X% %Q% %Z% %W%
//## end module.cm
//## begin module.cp preserve=no
//## end module.cp
//## Module: Graphics; Pseudo Package body
//## Subsystem: Figures
//## Source file: Graphics.cpp
//## begin module.additionalIncludes preserve=no
//## end module.additionalIncludes
//## begin module.includes preserve=yes
//## end module.includes
// Graphics
#include "Graphics.h"
//## begin module.additionalDeclarations preserve=yes
#include <iostream.h>
//## end module.additionalDeclarations
// Class Graphics
Graphics::Graphics()
//## begin Graphics::Graphics%.hasinit preserve=no
//## end Graphics::Graphics%.hasinit
//## begin Graphics::Graphics%.initialization preserve=yes
//## end Graphics::Graphics%.initialization
{
//## begin Graphics::Graphics%.body preserve=yes
//## end Graphics::Graphics%.body
}
Graphics::~Graphics()
{
//## begin Graphics::~Graphics%.body preserve=yes
//## end Graphics::~Graphics%.body