Merge pull request #122 from NishantRaizada-wq/master
Update blackclass.cpp
This commit is contained in:
commit
3901772710
@ -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