diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-06-26 15:01:47 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-06-26 15:01:47 +0300 |
| commit | e4bc857f1f7edf677c3ffec8021db57043db350d (patch) | |
| tree | ff2caab04d41e5dc8288a3deeb4b6553e5356af9 /CPP/.codelite/CPP.session | |
| parent | 55571ba49d08581ee9d52b653cb84a37d81dd151 (diff) | |
| download | Self-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.tar Self-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.tar.gz Self-learning-e4bc857f1f7edf677c3ffec8021db57043db350d.zip | |
Started working on a C++ basic bank account project. You can create an account, deposit and withdraw money from it for now.
Diffstat (limited to 'CPP/.codelite/CPP.session')
| -rw-r--r-- | CPP/.codelite/CPP.session | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/CPP/.codelite/CPP.session b/CPP/.codelite/CPP.session new file mode 100644 index 0000000..c1bf6d4 --- /dev/null +++ b/CPP/.codelite/CPP.session @@ -0,0 +1,46 @@ +<?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"/> + <TabInfoArray Name="TabInfoArray"> + <TabInfo> + <wxString Value="/home/kamen/Programming/GitHub-repos/CPP/BABS/main.cpp" Name="FileName"/> + <int Value="0" Name="FirstVisibleLine"/> + <int Value="4" 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"/> + <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"/> + <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"/> + <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"/> + <wxArrayString Name="Bookmarks"/> + <IntVector Name="CollapsedFolds"/> + </TabInfo> + </TabInfoArray> + <SerializedObject Name="m_breakpoints"> + <long Value="0" Name="Count"/> + </SerializedObject> + <wxString Value="*.c;*.cpp;*.cxx;*.cc;*.h;*.hpp;*.inc;*.mm;*.m;*.xrc;*.plist;*.txt" Name="m_findInFilesMask"/> +</Session> |
