Category: C++
I wil share here some important topics, concepts in OOP learned and coded in C++ Here is…
https://www.educative.io/blog/modern-multithreading-and-concurrency-in-cpp
Some parts from beginning are written in my wiki. 07.05.2022: Default constructor parameters Smart Pointers: Shared pointer:…
code: for c++ this link link or google search is good but i didn’t found any goood…
code: #include<iostream> #include<cstdio> using namespace std; int main() { int n,flag=0; cin>>n; int a[n]; for(int i=0; i<n;…
#include<vector> #include<iostream> using namespace std; int main() { vector<string> list; cout<<“Please enter the names, press Q to…
Recent Comments