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<bits/stdc++.h>
|
||||
using namespace std;
|
||||
|
||||
#include<graphics.h> // use size in graphics also
|
||||
class A{};
|
||||
int main()
|
||||
{
|
||||
cout<<sizeof(A)<<endl;
|
||||
cout<<sizeof
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user