WFandella
Tuesday, June 4, 2013
Contoh program Namespace Bersarang c++
#include <iostream.h>
namespace A
{
int a;
}
int main()
{
int i;
for(i=0;i<=10;i++)
{
namespace B;
}
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Link
No comments:
Post a Comment