can any one give the code for creating button c++ and also adding event to it
Answers
Answered by
7
Answer:
#include <iostream.h>
using namespace std;
int main()
{
cout << "Hello this is C++";
}
Header files are
Explanation:
this is ur starting syntax for c++
then u add subject that u want
Similar questions