Computer Science, asked by hrishikeshacharya780, 10 months ago

can any one give the code for creating button c++ and also adding event to it​

Answers

Answered by Anonymous
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