vbs的话可能功能不那么全面,推荐你用散配VB设贺余计一个程序,如可以用VB画出爱心并配乐,写上想对妈妈说的话。如果你有什么想法,实践中有问题可以追问我
学完c后就去学中态游win32 api吧,因为你要安装完后到时间才执行,最好写个hook,这样比较简单点,定点执行程序还有很多方法的,修卖销改注册表,或者windows里有个任务计划,闭信自己搞就可以了,api学完就差不多可以写出来了,要播放音乐的话记得api里有函数吧,没用过,可以用ffmpeg库,网上有#include<iostream>#include<string>
using namespace std
class student{
public:
int num
string *name
double score[5]
student()
~student()
{
delete name
}
protected:
void display()
double average()
}
student::student(){
name=new string
cout<<"举族请输入学号和姓名:"
cin>>num>>*name
cout<<"各科成绩:"
for(int i=0i<5i++)
cin>>score[i]
display()
}
void student::display(){
cout<<num<<','<<*name<<','早毕<<"平均分:"<<陆答芹average()<<','<<"各成绩:"
for(int i=0i<5i++)
cout<<score[i]<<','
cout<<endl
}
double student::average(){
return (score[0]+score[1]+score[2]+score[3]+score[4])/5
}
void main()
{
student a
}//这是我刚写的,绝对正确
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)