diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-06-27 14:11:01 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-06-27 14:11:01 +0300 |
| commit | f2d1216153123a3fbee6af8e7a0ad06a3577f216 (patch) | |
| tree | 2c5904a420306a4c742185557f10f158c1d39a1f /CPP/.codelite/CPP.session | |
| parent | e4bc857f1f7edf677c3ffec8021db57043db350d (diff) | |
| download | Self-learning-f2d1216153123a3fbee6af8e7a0ad06a3577f216.tar Self-learning-f2d1216153123a3fbee6af8e7a0ad06a3577f216.tar.gz Self-learning-f2d1216153123a3fbee6af8e7a0ad06a3577f216.zip | |
Finished implementation of closing and opening bank accounts.
Diffstat (limited to 'CPP/.codelite/CPP.session')
| -rw-r--r-- | CPP/.codelite/CPP.session | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/CPP/.codelite/CPP.session b/CPP/.codelite/CPP.session index c1bf6d4..922ce71 100644 --- a/CPP/.codelite/CPP.session +++ b/CPP/.codelite/CPP.session @@ -1,40 +1,40 @@ <?xml version="1.0" encoding="UTF-8"?> -<Session Name="/home/kamen/Programming/GitHub-repos/CPP/CPP.workspace"> - <int Value="2" Name="m_selectedTab"/> - <wxString Value="/home/kamen/Programming/GitHub-repos/CPP/CPP.workspace" Name="m_workspaceName"/> +<Session Name="/home/kamen/Programming/GitHub-repos/Self-learning/CPP/CPP.workspace"> + <int Value="4" Name="m_selectedTab"/> + <wxString Value="/home/kamen/Programming/GitHub-repos/Self-learning/CPP/CPP.workspace" Name="m_workspaceName"/> <TabInfoArray Name="TabInfoArray"> <TabInfo> - <wxString Value="/home/kamen/Programming/GitHub-repos/CPP/BABS/main.cpp" Name="FileName"/> + <wxString Value="/home/kamen/Programming/GitHub-repos/Self-learning/CPP/BABS/main.cpp" Name="FileName"/> <int Value="0" Name="FirstVisibleLine"/> - <int Value="4" Name="CurrentLine"/> + <int Value="0" Name="CurrentLine"/> <wxArrayString Name="Bookmarks"/> <IntVector Name="CollapsedFolds"/> </TabInfo> <TabInfo> - <wxString Value="/home/kamen/Programming/GitHub-repos/CPP/BABS/BankSystem.h" Name="FileName"/> - <int Value="12" Name="FirstVisibleLine"/> - <int Value="7" Name="CurrentLine"/> + <wxString Value="/home/kamen/Programming/GitHub-repos/Self-learning/CPP/BABS/BankAccount.h" Name="FileName"/> + <int Value="16" Name="FirstVisibleLine"/> + <int Value="17" Name="CurrentLine"/> <wxArrayString Name="Bookmarks"/> <IntVector Name="CollapsedFolds"/> </TabInfo> <TabInfo> - <wxString Value="/home/kamen/Programming/GitHub-repos/CPP/BABS/BankSystem.cpp" Name="FileName"/> - <int Value="32" Name="FirstVisibleLine"/> - <int Value="47" Name="CurrentLine"/> + <wxString Value="/home/kamen/Programming/GitHub-repos/Self-learning/CPP/BABS/BankAccount.cpp" Name="FileName"/> + <int Value="5" Name="FirstVisibleLine"/> + <int Value="51" Name="CurrentLine"/> <wxArrayString Name="Bookmarks"/> <IntVector Name="CollapsedFolds"/> </TabInfo> <TabInfo> - <wxString Value="/home/kamen/Programming/GitHub-repos/CPP/BABS/BankAccount.h" Name="FileName"/> - <int Value="11" Name="FirstVisibleLine"/> - <int Value="6" Name="CurrentLine"/> + <wxString Value="/home/kamen/Programming/GitHub-repos/Self-learning/CPP/BABS/BankSystem.h" Name="FileName"/> + <int Value="0" Name="FirstVisibleLine"/> + <int Value="0" Name="CurrentLine"/> <wxArrayString Name="Bookmarks"/> <IntVector Name="CollapsedFolds"/> </TabInfo> <TabInfo> - <wxString Value="/home/kamen/Programming/GitHub-repos/CPP/BABS/BankAccount.cpp" Name="FileName"/> - <int Value="12" Name="FirstVisibleLine"/> - <int Value="41" Name="CurrentLine"/> + <wxString Value="/home/kamen/Programming/GitHub-repos/Self-learning/CPP/BABS/BankSystem.cpp" Name="FileName"/> + <int Value="75" Name="FirstVisibleLine"/> + <int Value="60" Name="CurrentLine"/> <wxArrayString Name="Bookmarks"/> <IntVector Name="CollapsedFolds"/> </TabInfo> |
