做什么C++项目比较容易找工作!解决方案

做什么C++项目比较容易找工作!
求解!学历低,没项目经验到处被鄙视!

------解决方案--------------------
最好做一些比较实际的东西,而且现在好多都不用c++开发了
------解决方案--------------------
C/C++ code
#include <iostream>

using namespace std;

int main()
{
    cout<<"This is a C++ program."<<endl;

    return 0;
}