Update blackclass.cpp
This will make you the use of the graphics including size
This commit is contained in:
parent
9920450b37
commit
799cc52db8
@ -7,12 +7,13 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include<iostream>
|
#include<iostream>
|
||||||
|
#include<bits/stdc++.h>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
#include<graphics.h> // use size in graphics also
|
||||||
class A{};
|
class A{};
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
cout<<sizeof(A)<<endl;
|
cout<<sizeof(A)<<endl;
|
||||||
|
cout<<sizeof
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user