/
DmitryBar
/
computer_modeling
Обзор
Документация
Войти
/
DmitryBar
/
computer_modeling
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Lab4/Sources/Interface/fTableC.cpp
22 строки
622 B
Dmitry
Выполнение лабораторной 4
26 дек 2024, 16:00
26 дек 2024, 16:00
732519d
Код
Авторство
О чём код?
//--------------------------------------------------------------------------- #include <vcl.h> #include <typeinfo> #include <fstream> #pragma hdrstop #include "fSpaceC.h" #include "fTableC.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TFormTable *FormTable; int TablesCount; String DBname, TableName; //--------------------------------------------------------------------------- __fastcall TFormTable::TFormTable(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------